summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-09-12block: don't convert file size to sector sizeHu Tao5-23/+22
2014-09-12block: round up file size to nearest sectorHu Tao21-23/+127
2014-09-12iotests: Send the correct fd in socket_scm_helperStratos Psomadakis1-1/+1
2014-09-11blockdev: Refuse to drive_del something added with blockdev-addMarkus Armbruster1-1/+9
2014-09-11block: extend BLOCK_IO_ERROR with reason stringLuiz Capitulino2-2/+8
2014-09-11dataplane: fix virtio_blk_data_plane_create() op blocker error pathStefan Hajnoczi1-2/+2
2014-09-10qemu-iotests: Run 025 for Archipelago block driverChrysostomos Nanakos1-1/+1
2014-09-10block/archipelago: Implement bdrv_truncate()Chrysostomos Nanakos1-2/+61
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet13-79/+108
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet11-50/+56
2014-09-10block: Extract the block accounting codeBenoît Canet8-49/+120
2014-09-10block: Extract the BlockAcctStats structureBenoît Canet4-18/+24
2014-09-10IDE: MMIO IDE device control should be little endianValentin Manea1-2/+2
2014-09-10thread-pool: Drop unnecessary includesMarkus Armbruster2-6/+1
2014-09-10xen: Drop redundant bdrv_close() from pci_piix3_xen_ide_unplug()Markus Armbruster1-1/+0
2014-09-10xen_disk: Plug memory leak on error pathMarkus Armbruster1-17/+14
2014-09-10qemu-io: Clean up openfile() after commit 2e40134Markus Armbruster1-23/+13
2014-09-10Fix improper usage of cpu_to_be32 in vpcXiaodong Gong1-4/+4
2014-09-10block: extend BLOCK_IO_ERROR event with nospace indicatorLuiz Capitulino2-9/+21
2014-09-09Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s...Peter Maydell1-2/+13
2014-09-09apb: implement PCI bus error interrupt map registersMark Cave-Ayland1-2/+13
2014-09-08Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell26-167/+2192
2014-09-08Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell26-302/+931
2014-09-08hypervisor property clashes with hypervisor nodeAnton Blanchard1-4/+0
2014-09-08PPC: Fix default config ordering and add eTSEC for ppc64Alexander Graf2-3/+4
2014-09-08spapr_pci: map the MSI window in each PHBGreg Kurz4-33/+25
2014-09-08target-ppc: Implement mulldo with TCGTom Musta3-30/+14
2014-09-08target-ppc: Clean up mullwoTom Musta1-8/+3
2014-09-08target-ppc: Clean Up mullwTom Musta1-3/+2
2014-09-08target-ppc: Optimize rlwnm MB=0 ME=31Tom Musta1-22/+34
2014-09-08target-ppc: Optimize rlwinm MB=0 ME=31Tom Musta1-0/+6
2014-09-08target-ppc: Special Case of rlwimi Should Use DepositTom Musta1-6/+3
2014-09-08spapr-vlan: Don't touch last entry in buffer listAnton Blanchard1-3/+10
2014-09-08spapr_pci: Fix config space corruptionAlexey Kardashevskiy1-2/+6
2014-09-08PPC: Cuda: Use cuda timer to expose tbfreq to guestAlexander Graf5-3/+34
2014-09-08PPC: Mac: Move tbfreq into local variableAlexander Graf2-6/+19
2014-09-08PPC: mac_nvram: Split NVRAM into OF and OSX partsAlexander Graf1-3/+40
2014-09-08PPC: mac_nvram: Allow 2 and 4 byte accessesAlexander Graf1-0/+4
2014-09-08PPC: mac_nvram: Remove unused functionsAlexander Graf2-25/+0
2014-09-08PPC: mac99: Fix core99 timer frequencyAlexander Graf1-2/+7
2014-09-08PPC: KVM: Use vm check_extension for pv hcallAlexander Graf1-1/+1
2014-09-08KVM: Add helper to run KVM_CHECK_EXTENSION on vm fdAlexander Graf2-0/+15
2014-09-08target-ppc: Bug Fix: sradTom Musta1-1/+1
2014-09-08target-ppc: Bug Fix: srawiTom Musta1-1/+1
2014-09-08target-ppc: Bug Fix: mulldo OV DetectionTom Musta1-2/+12
2014-09-08target-ppc: Bug Fix: mullwTom Musta1-0/+11
2014-09-08target-ppc: Bug Fix: mullwoTom Musta1-0/+9
2014-09-08target-ppc: Bug Fix: rlwimiTom Musta1-5/+7
2014-09-08target-ppc: Bug Fix: rlwnmTom Musta1-9/+9
2014-09-08target-ppc: Bug Fix: rlwinmTom Musta1-5/+3