summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-22block: use bdrv_nb_sectors in bdrv_is_allocated_abovebdrv-getlength-conversionPeter Wu1-1/+7
2014-08-22block: convert internal refresh_total_sectors to use bytesPeter Wu1-9/+10
2014-08-22block: do not directly set total_sectorsPeter Wu16-23/+43
2014-08-22block: deprecate total_sectors, add total_bytesPeter Wu1-0/+3
2014-08-22qemu-iotests: stop using /tmp directlyPeter Wu81-85/+89
2014-08-22blkdebug: Delete BH in bdrv_aio_cancelblockFam Zheng1-0/+4
2014-08-22qemu-iotests: add test case 101 for short file I/OStefan Hajnoczi3-0/+69
2014-08-22raw-posix: fix O_DIRECT short readsStefan Hajnoczi1-0/+9
2014-08-22block/iscsi: fix memory corruption on iscsi resizePeter Lieven1-1/+2
2014-08-21block/vvfat.c: remove debugging code to reinit stderr if NULLMichael Tokarev1-9/+0
2014-08-20iotests: Add test for image filename constructionMax Reitz3-0/+137
2014-08-20quorum: Implement bdrv_refresh_filename()Max Reitz1-0/+39
2014-08-20nbd: Implement bdrv_refresh_filename()Max Reitz1-0/+36
2014-08-20blkverify: Implement bdrv_refresh_filename()Max Reitz1-0/+29
2014-08-20blkdebug: Implement bdrv_refresh_filename()Max Reitz1-0/+97
2014-08-20block: Add bdrv_refresh_filename()Max Reitz3-0/+142
2014-08-20virtio-blk: fix reference a pointer which might be freedzhanghailiang1-1/+2
2014-08-20virtio-blk: allow block_resize with dataplaneStefan Hajnoczi1-0/+1
2014-08-20block: acquire AioContext in qmp_block_resize()Stefan Hajnoczi1-3/+10
2014-08-20qemu-iotests: Fix 028 reference output for qedKevin Wolf4-19/+26
2014-08-20test-coroutine: test cost introduced by coroutineMing Lei1-0/+30
2014-08-20iotests: Add test for qcow2's cache optionsMax Reitz3-0/+129
2014-08-20qcow2: Add runtime options for cache sizesMax Reitz2-11/+103
2014-08-20qcow2: Use g_try_new0() for cache arrayMax Reitz1-4/+9
2014-08-20qcow2: Constant cache size in bytesMax Reitz2-4/+21
2014-08-20runner: Kill a program under test by time-outMaria Kustova1-4/+25
2014-08-20runner: Add an argument for test durationMaria Kustova1-4/+17
2014-08-20block: Drop some superfluous casts from void *Markus Armbruster3-6/+6
2014-08-20qemu-io-cmds: g_renew() can't fail, bury dead error handlingMarkus Armbruster1-10/+1
2014-08-20block: Use g_new() & friends to avoid multiplying sizesMarkus Armbruster8-16/+15
2014-08-20block: Use g_new() & friends where that makes obvious senseMarkus Armbruster22-47/+46
2014-08-19Revert "memory: Use canonical path component as the name"Peter Maydell2-1/+4
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell62-308/+183
2014-08-19Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell4-25/+17
2014-08-18monitor: fix use after freeMichael S. Tsirkin3-6/+7
2014-08-18dump.c: Fix memory leak issue in cleanup processing for dump_init()Chen Gang1-13/+5
2014-08-18monitor: Remove hardcoded watchdog event namesHani Benhabiles1-6/+5
2014-08-18Merge remote-tracking branch 'remotes/amit/for-2.2' into stagingPeter Maydell2-0/+34
2014-08-18virtio-serial: search for duplicate port names before adding new portsAmit Shah1-0/+22
2014-08-18virtio-serial: create a linked list of all active devicesAmit Shah2-0/+12
2014-08-18Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell3-5/+26
2014-08-18Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell33-238/+1991
2014-08-18mtree: remove write-only fieldPaolo Bonzini1-7/+3
2014-08-18memory: Use canonical path component as the namePeter Crosthwaite2-4/+1
2014-08-18memory: Use memory_region_name for name accessPeter Crosthwaite1-4/+4
2014-08-18memory: constify memory_region_namePeter Crosthwaite2-2/+2
2014-08-18exec: Abstract away ref to memory region namesPeter Crosthwaite1-2/+2
2014-08-18loader: Abstract away ref to memory region namesPeter Crosthwaite1-1/+1
2014-08-18tpm_tis: remove instance_finalize callbackPaolo Bonzini1-8/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini42-193/+0