summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-28cmd646: fix build when DEBUG_IDE is enabled.Mark Cave-Ayland1-2/+2
2013-06-28block: change default of .has_zero_init to 0Peter Lieven11-16/+17
2013-06-28vpc: Implement .bdrv_has_zero_initKevin Wolf1-6/+19
2013-06-28vmdk: remove wrong calculation of relative pathFam Zheng1-43/+1
2013-06-28gluster: Return bdrv_has_zero_init = 0Kevin Wolf1-0/+10
2013-06-28block/ssh: Set bdrv_has_zero_init according to the file type.Richard W.M. Jones1-0/+16
2013-06-28block: Make BlockJobTypes constKevin Wolf3-3/+3
2013-06-28qemu-iotests: add 055 drive-backup test caseStefan Hajnoczi3-0/+288
2013-06-28qemu-iotests: extract wait_until_completed() into iotests.pyStefan Hajnoczi2-12/+17
2013-06-28blockdev: add Abort transactionStefan Hajnoczi2-1/+27
2013-06-28blockdev: add DriveBackup transactionStefan Hajnoczi2-1/+88
2013-06-28blockdev: allow BdrvActionOps->commit() to be NULLStefan Hajnoczi1-2/+4
2013-06-28blockdev: rename BlkTransactionStates to singularStefan Hajnoczi1-52/+52
2013-06-28block: add drive-backup QMP commandStefan Hajnoczi3-0/+189
2013-06-28blockdev: use bdrv_getlength() in qmp_drive_mirror()Stefan Hajnoczi1-3/+7
2013-06-28blockdev: drop redundant proto_drv checkStefan Hajnoczi1-15/+0
2013-06-28block: add basic backup support to block driverDietmar Maurer4-0/+369
2013-06-28block: add bdrv_add_before_write_notifier()Stefan Hajnoczi2-12/+34
2013-06-28notify: add NotiferWithReturn so notifier list can abortStefan Hajnoczi2-0/+59
2013-06-28raw-posix: Fix /dev/cdrom magic on OS XKevin Wolf1-0/+1
2013-06-27linux-user: Fix compilation failurePeter Maydell3-2/+3
2013-06-27Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori12-53/+647
2013-06-27rdma: introduce capability x-rdma-pin-allMichael R. Hines3-1/+17
2013-06-27rdma: new QEMUFileOps hooksMichael R. Hines3-0/+108
2013-06-27rdma: introduce qemu_ram_foreach_block()Michael R. Hines2-0/+14
2013-06-27rdma: export qemu_fflush()Michael R. Hines2-1/+2
2013-06-27rdma: introduce qemu_file_mode_is_not_valid()Michael R. Hines2-7/+14
2013-06-27rdma: export throughput w/ MigrationStats QMPMichael R. Hines4-1/+13
2013-06-27rdma: export yield_until_fd_readable()Michael R. Hines3-28/+29
2013-06-27rdma: introduce qemu_update_position()Michael R. Hines4-0/+20
2013-06-27rdma: add documentationMichael R. Hines1-0/+415
2013-06-27migration: do not overwrite zero pagesPeter Lieven1-6/+8
2013-06-27Revert "migration: do not sent zero pages in bulk stage"Peter Lieven1-9/+4
2013-06-27arch_init/ram_load: add error message for block length mismatchAlon Levy1-0/+3
2013-06-25Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori4-260/+369
2013-06-25Merge remote-tracking branch 'pmaydell/target-arm.for-upstream' into stagingAnthony Liguori9-167/+760
2013-06-25Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into stagingAnthony Liguori6-1/+252
2013-06-25Merge remote-tracking branch 'sstabellini/xen-20130625' into stagingAnthony Liguori4-18/+26
2013-06-25nand: Don't inherit from SysbusPeter Crosthwaite1-3/+4
2013-06-25block/nand: Convert Sysbus::init to Device::realizePeter Crosthwaite1-9/+7
2013-06-25block/nand: QOM casting sweepPeter Crosthwaite1-9/+16
2013-06-25i.MX31: Fix PRCS bit testStefan Weil1-1/+1
2013-06-25arm/boot: Free dtb blob memory after usePeter Maydell1-5/+15
2013-06-25i.MX: Rework functions/types name and use new style initializationJean-Christophe DUBOIS1-87/+84
2013-06-25i.MX: Implement a more complete version of the GPT timer.Jean-Christophe DUBOIS1-174/+269
2013-06-25ARM: Allow dumping of device treeJohn Rigby1-0/+1
2013-06-25target-arm: Make LPAE feature imply V7MPPeter Maydell1-1/+1
2013-06-25target-arm: Use tuple list to sync cp regs with KVMPeter Maydell1-70/+33
2013-06-25target-arm: Reinitialize all KVM VCPU registers on resetPeter Maydell2-1/+21
2013-06-25target-arm: Initialize cpreg list from KVM when using KVMPeter Maydell5-6/+245