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