summaryrefslogtreecommitdiff
path: root/qemu-io.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf1-1/+1
2013-03-15block: Add options QDict to bdrv_open() prototypeKevin Wolf1-1/+1
2013-02-22block: implement BDRV_O_UNMAPPaolo Bonzini1-2/+9
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-12-12qemu-io: Add AIO debugging commandsKevin Wolf1-0/+64
2012-12-11qemu-io: Implement write -c for compressed clustersKevin Wolf1-2/+21
2012-11-14qemu-io: Use bdrv_drain_all instead of qemu_aio_flushKevin Wolf1-1/+1
2012-11-06tools: initialize main loop before block layerPaolo Bonzini1-2/+1
2012-08-06qemu-io: add "abort" command to simulate program crashStefan Hajnoczi1-0/+12
2012-07-17qemu-io: Fix memory leaksKevin Wolf1-0/+4
2012-05-10qemu-io: fix the alloc commandPaolo Bonzini1-2/+8
2012-04-19qemu-io: use main_loop_waitPaolo Bonzini1-3/+4
2012-04-19qemu-io: Add command line switch for cache modeKevin Wolf1-1/+9
2012-04-05qemu-io: add option to enable tracingStefan Hajnoczi1-1/+9
2012-02-29qemu-io: fix segment fault when the image format is qedZhi Yong Wu1-0/+2
2012-02-09qemu-io: add write -z option for bdrv_co_write_zeroesStefan Hajnoczi1-8/+69
2012-01-27Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-24/+24
2012-01-27qemu-io: end aio help text sentences with periodsLaszlo Ersek1-2/+2
2012-01-26block: replace unchecked strdup/malloc/calloc with glibStefan Hajnoczi1-24/+24
2011-12-15block: bdrv_aio_* do not return NULLPaolo Bonzini1-31/+8
2011-12-05Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori1-2/+2
2011-12-05block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi1-2/+2
2011-12-02fix spelling in main directoryDong Xu Wang1-1/+1
2011-11-04qemu-io: Fix multiwrite_f error handlingKevin Wolf1-3/+6
2011-11-04qemu-io: Handle create_iovec errorsKevin Wolf1-4/+24
2011-10-28qemu-io: delete bs instead of leaking itStefan Hajnoczi1-2/+3
2011-10-21fix memory leak in aio_write_fAlex Jia1-0/+1
2011-09-16Remove blanks before \n in output stringsStefan Weil1-1/+1
2011-09-10qemu-io: remove unnecessary assignmentBlue Swirl1-1/+0
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-6/+6
2011-07-18qemu-io: Fix if scoping bugDevin Nakamura1-1/+2
2011-07-18qemu-io: Fix formattingDevin Nakamura1-1322/+1330
2011-06-08block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig1-2/+2
2011-01-31qemu-io: Fix discard commandKevin Wolf1-1/+1
2011-01-12qemu-io: fix a memory leakBlue Swirl1-1/+3
2010-12-17qemu-io: Fix typo in help textsKevin Wolf1-7/+7
2010-12-17qemu-io: Add discard commandStefan Hajnoczi1-0/+88
2010-12-17Remove NULL checks for bdrv_new return valueKevin Wolf1-2/+0
2010-10-22qemu-io: New command mapKevin Wolf1-0/+39
2010-09-21use qemu_blockalign consistentlyChristoph Hellwig1-1/+1
2010-09-08qemu-io: Make alloc output useful when nb_sectors=1Stefan Hajnoczi1-5/+2
2010-07-30fix variable type in qemu-io.cJoel Schopp1-2/+2
2010-06-04qemu-io: Fix error messagesKevin Wolf1-2/+2
2010-05-28qemu-io: Add multiwrite commandKevin Wolf1-0/+192
2010-05-22Fix %lld or %llx printf format useBlue Swirl1-29/+29
2010-04-23block: get rid of the BDRV_O_FILE flagChristoph Hellwig1-14/+14
2010-04-23Replace calls of old bdrv_openKevin Wolf1-1/+1
2010-03-28qemu-io: fix aio help textsChristoph Hellwig1-5/+5
2010-03-27qemu-io: Fix return value handling of bdrv_openRyota Ozaki1-1/+1