aboutsummaryrefslogtreecommitdiff
path: root/qemu-io.c
AgeCommit message (Expand)Author
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
2010-01-26block: kill BDRV_O_CREATChristoph Hellwig
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei
2009-12-23qemu-io: suppress a warning with gcc 4.0.2Blue Swirl
2009-12-18qemu-io: Fix memory leakKevin Wolf
2009-12-13qemu-io: add 'const'Blue Swirl
2009-11-21Fix OpenBSD build of qemu-ioBlue Swirl
2009-09-09qemu-io: Improve portability (win32 now supported).Stefan Weil
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig
2009-07-31Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl