aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-11block: Add blk_get_refcnt()Alberto Garcia2-0/+6
2015-11-11mirror: block all operations on the target image during the jobAlberto Garcia1-0/+4
2015-11-11qemu-iotests: fix -valgrind option for checkJeff Cody6-26/+59
2015-11-11qemu-iotests: fix cleanup of background processesJeff Cody4-15/+37
2015-11-11qemu-io: Correct error messagesJohn Snow1-19/+34
2015-11-11qemu-io: Check for trailing charsJohn Snow1-1/+8
2015-11-11qemu-io: fix cvtnum lval typesJohn Snow1-36/+89
2015-11-11block: test 'blockdev-snapshot' using a file BDS as the overlayAlberto Garcia2-1/+15
2015-11-11block: Remove inner quotation marks in iotest 085Alberto Garcia1-8/+8
2015-11-11block: Disallow snapshots if the overlay doesn't support backing filesAlberto Garcia1-0/+5
2015-11-11throttle: Use bs->throttle_state instead of bs->io_limits_enabledAlberto Garcia4-7/+10
2015-11-11throttle: Check for pending requests in throttle_group_unregister_bs()Alberto Garcia1-0/+7
2015-11-11qemu-img: add check for zero-length job lenJohn Snow1-1/+2
2015-11-11qcow2: avoid misaligned 64bit bswapJohn Snow1-4/+7
2015-11-11qemu-iotests: Test the reopening of overlay_bs in 'block-commit'Alberto Garcia2-2/+32
2015-11-11commit: reopen overlay_bs before baseAlberto Garcia1-4/+4
2015-11-11block: add tests for the 'blockdev-snapshot' commandAlberto Garcia2-8/+128
2015-11-11block: add a 'blockdev-snapshot' QMP commandAlberto Garcia4-61/+172
2015-11-11block: support passing 'backing': '' to 'blockdev-add'Alberto Garcia1-0/+7
2015-11-11block: rename BlockdevSnapshot to BlockdevSnapshotSyncAlberto Garcia3-6/+6
2015-11-11block: check for existing device IDs in external_snapshot_prepare()Alberto Garcia1-2/+3
2015-11-11iotests: Add test for change-related QMP commandsMax Reitz3-0/+726
2015-11-11hmp: Add read-only-mode option to change commandMax Reitz2-4/+38
2015-11-11blockdev: read-only-mode for blockdev-change-mediumMax Reitz6-4/+72
2015-11-11hmp: Use blockdev-change-medium for change commandMax Reitz1-12/+15
2015-11-11qmp: Introduce blockdev-change-mediumMax Reitz7-12/+69
2015-11-11block: Inquire tray state before tray-moved eventsMax Reitz1-10/+7
2015-11-11blockdev: Implement change with basic operationsMax Reitz1-110/+68
2015-11-11blockdev: Implement eject with basic operationsMax Reitz1-6/+5
2015-11-11blockdev: Add blockdev-insert-mediumMax Reitz3-0/+110
2015-11-11blockdev: Add blockdev-remove-mediumMax Reitz3-0/+112
2015-11-11blockdev: Add blockdev-close-trayMax Reitz3-0/+74
2015-11-11blockdev: Add blockdev-open-trayMax Reitz3-0/+116
2015-11-11block: Add functions for inheriting a BBRSMax Reitz2-0/+29
2015-11-11block: Make bdrv_states publicMax Reitz2-2/+3
2015-11-11block: Add blk_remove_bs()Max Reitz2-0/+13
2015-11-11block: Don't call blk_bs() twice in bdrv_lookup_bs()Alberto Garcia1-3/+3
2015-11-11Merge remote-tracking branch 'remotes/dgibson/tags/ppc-next-20151111' into st...Peter Maydell7-6/+32
2015-11-11spapr: Handle failure of KVM_PPC_ALLOCATE_HTAB ioctlBharata B Rao1-4/+16
2015-11-11ppc: Let kvmppc_reset_htab() return 0 for !CONFIG_KVMBharata B Rao1-1/+1
2015-11-11pseries: Update SLOF firmware image to qemu-slof-20151103Alexey Kardashevskiy3-1/+1
2015-11-11ppc: Add/Re-introduce MMU model definitions needed by PR KVMBharata B Rao2-0/+14
2015-11-10Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20151110.0' i...Peter Maydell3-16/+42
2015-11-10vfio: Use g_new() & friends where that makes obvious senseMarkus Armbruster3-11/+11
2015-11-10vfio/pci: Hide device PCIe capability on non-express buses for PCIe VMsAlex Williamson1-5/+31
2015-11-10Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20151110' i...Peter Maydell35-251/+4168
2015-11-10migration: qemu_savevm_state_cleanup becomes mandatory operationDenis V. Lunev1-1/+1
2015-11-10Inhibit ballooning during postcopyDr. David Alan Gilbert4-1/+25
2015-11-10Disable mlock around incoming postcopyDr. David Alan Gilbert2-0/+25
2015-11-10End of migration for postcopyDr. David Alan Gilbert2-3/+29