summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vmdk: Use bdrv_nb_sectors() where sectors, not bytes are wantedMarkus Armbruster2014-08-221-6/+5Star
* blkdebug: Delete BH in bdrv_aio_cancelFam Zheng2014-08-221-0/+4
* qemu-iotests: add test case 101 for short file I/OStefan Hajnoczi2014-08-223-0/+69
* raw-posix: fix O_DIRECT short readsStefan Hajnoczi2014-08-221-0/+9
* block/iscsi: fix memory corruption on iscsi resizePeter Lieven2014-08-221-1/+2
* block/vvfat.c: remove debugging code to reinit stderr if NULLMichael Tokarev2014-08-211-9/+0Star
* iotests: Add test for image filename constructionMax Reitz2014-08-203-0/+137
* quorum: Implement bdrv_refresh_filename()Max Reitz2014-08-201-0/+39
* nbd: Implement bdrv_refresh_filename()Max Reitz2014-08-201-0/+36
* blkverify: Implement bdrv_refresh_filename()Max Reitz2014-08-201-0/+29
* blkdebug: Implement bdrv_refresh_filename()Max Reitz2014-08-201-0/+97
* block: Add bdrv_refresh_filename()Max Reitz2014-08-203-0/+142
* virtio-blk: fix reference a pointer which might be freedzhanghailiang2014-08-201-1/+2
* virtio-blk: allow block_resize with dataplaneStefan Hajnoczi2014-08-201-0/+1
* block: acquire AioContext in qmp_block_resize()Stefan Hajnoczi2014-08-201-3/+10
* qemu-iotests: Fix 028 reference output for qedKevin Wolf2014-08-204-19/+26
* test-coroutine: test cost introduced by coroutineMing Lei2014-08-201-0/+30
* iotests: Add test for qcow2's cache optionsMax Reitz2014-08-203-0/+129
* qcow2: Add runtime options for cache sizesMax Reitz2014-08-202-11/+103
* qcow2: Use g_try_new0() for cache arrayMax Reitz2014-08-201-4/+9
* qcow2: Constant cache size in bytesMax Reitz2014-08-202-4/+21
* runner: Kill a program under test by time-outMaria Kustova2014-08-201-4/+25
* runner: Add an argument for test durationMaria Kustova2014-08-201-4/+17
* block: Drop some superfluous casts from void *Markus Armbruster2014-08-203-6/+6
* qemu-io-cmds: g_renew() can't fail, bury dead error handlingMarkus Armbruster2014-08-201-10/+1Star
* block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster2014-08-208-16/+15Star
* block: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-08-2022-47/+46Star
* Revert "memory: Use canonical path component as the name"Peter Maydell2014-08-192-1/+4
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-08-1962-308/+183Star
|\
| * mtree: remove write-only fieldPaolo Bonzini2014-08-181-7/+3Star
| * memory: Use canonical path component as the namePeter Crosthwaite2014-08-182-4/+1Star
| * memory: Use memory_region_name for name accessPeter Crosthwaite2014-08-181-4/+4
| * memory: constify memory_region_namePeter Crosthwaite2014-08-182-2/+2
| * exec: Abstract away ref to memory region namesPeter Crosthwaite2014-08-181-2/+2
| * loader: Abstract away ref to memory region namesPeter Crosthwaite2014-08-181-1/+1
| * tpm_tis: remove instance_finalize callbackPaolo Bonzini2014-08-181-8/+0Star
| * memory: remove memory_region_destroyPaolo Bonzini2014-08-1842-193/+0Star
| * memory: convert memory_region_destroy to object_unparentPaolo Bonzini2014-08-189-14/+18
| * ioport: split deletion and destructionPaolo Bonzini2014-08-171-3/+8
| * nic: do not destroy memory regions in cleanup functionsPaolo Bonzini2014-08-172-6/+0Star
| * vga: do not dynamically allocate chain4_aliasPaolo Bonzini2014-08-172-15/+12Star
| * sysbus: remove unused function sysbus_del_ioPaolo Bonzini2014-08-172-6/+0Star
| * qom: object: move unparenting to the child property's release callbackPaolo Bonzini2014-08-171-10/+4Star
| * qom: object: delete properties before calling instance_finalizePaolo Bonzini2014-08-171-1/+1
| * virtio-scsi: implement parse_cdbPaolo Bonzini2014-07-291-0/+25
| * scsi-block, scsi-generic: implement parse_cdbPaolo Bonzini2014-07-294-2/+23
| * scsi-block: extract scsi_block_is_passthroughPaolo Bonzini2014-07-291-12/+26
| * scsi-bus: introduce parse_cdb in SCSIDeviceClass and SCSIBusInfoPaolo Bonzini2014-07-292-3/+29
| * scsi-bus: prepare scsi_req_new for introduction of parse_cdbPaolo Bonzini2014-07-291-21/+30
* | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2014-08-194-25/+17Star
|\ \