summaryrefslogtreecommitdiffstats
path: root/qemu-io.c
Commit message (Expand)AuthorAgeFilesLines
* misc: move include files to include/qemu/Paolo Bonzini2012-12-191-1/+1
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* qemu-io: Add AIO debugging commandsKevin Wolf2012-12-121-0/+64
* qemu-io: Implement write -c for compressed clustersKevin Wolf2012-12-111-2/+21
* qemu-io: Use bdrv_drain_all instead of qemu_aio_flushKevin Wolf2012-11-141-1/+1
* tools: initialize main loop before block layerPaolo Bonzini2012-11-061-2/+1
* qemu-io: add "abort" command to simulate program crashStefan Hajnoczi2012-08-061-0/+12
* qemu-io: Fix memory leaksKevin Wolf2012-07-171-0/+4
* qemu-io: fix the alloc commandPaolo Bonzini2012-05-101-2/+8
* qemu-io: use main_loop_waitPaolo Bonzini2012-04-191-3/+4
* qemu-io: Add command line switch for cache modeKevin Wolf2012-04-191-1/+9
* qemu-io: add option to enable tracingStefan Hajnoczi2012-04-051-1/+9
* qemu-io: fix segment fault when the image format is qedZhi Yong Wu2012-02-291-0/+2
* qemu-io: add write -z option for bdrv_co_write_zeroesStefan Hajnoczi2012-02-091-8/+69
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-01-271-24/+24
|\
| * block: replace unchecked strdup/malloc/calloc with glibStefan Hajnoczi2012-01-261-24/+24
* | qemu-io: end aio help text sentences with periodsLaszlo Ersek2012-01-271-2/+2
|/
* block: bdrv_aio_* do not return NULLPaolo Bonzini2011-12-151-31/+8
* Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-12-051-2/+2
|\
| * block: convert qemu_aio_flush() calls to bdrv_drain_all()Stefan Hajnoczi2011-12-051-2/+2
* | fix spelling in main directoryDong Xu Wang2011-12-021-1/+1
|/
* qemu-io: Fix multiwrite_f error handlingKevin Wolf2011-11-041-3/+6
* qemu-io: Handle create_iovec errorsKevin Wolf2011-11-041-4/+24
* qemu-io: delete bs instead of leaking itStefan Hajnoczi2011-10-281-2/+3
* fix memory leak in aio_write_fAlex Jia2011-10-211-0/+1
* Remove blanks before \n in output stringsStefan Weil2011-09-161-1/+1
* qemu-io: remove unnecessary assignmentBlue Swirl2011-09-101-1/+0
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-6/+6
* qemu-io: Fix if scoping bugDevin Nakamura2011-07-181-1/+2
* qemu-io: Fix formattingDevin Nakamura2011-07-181-1322/+1330
* block: clarify the meaning of BDRV_O_NOCACHEChristoph Hellwig2011-06-081-2/+2
* qemu-io: Fix discard commandKevin Wolf2011-01-311-1/+1
* qemu-io: fix a memory leakBlue Swirl2011-01-121-1/+3
* qemu-io: Fix typo in help textsKevin Wolf2010-12-171-7/+7
* qemu-io: Add discard commandStefan Hajnoczi2010-12-171-0/+88
* Remove NULL checks for bdrv_new return valueKevin Wolf2010-12-171-2/+0
* qemu-io: New command mapKevin Wolf2010-10-221-0/+39
* use qemu_blockalign consistentlyChristoph Hellwig2010-09-211-1/+1
* qemu-io: Make alloc output useful when nb_sectors=1Stefan Hajnoczi2010-09-081-5/+2
* fix variable type in qemu-io.cJoel Schopp2010-07-301-2/+2
* qemu-io: Fix error messagesKevin Wolf2010-06-041-2/+2
* qemu-io: Add multiwrite commandKevin Wolf2010-05-281-0/+192
* Fix %lld or %llx printf format useBlue Swirl2010-05-221-29/+29
* block: get rid of the BDRV_O_FILE flagChristoph Hellwig2010-04-231-14/+14
* Replace calls of old bdrv_openKevin Wolf2010-04-231-1/+1
* qemu-io: fix aio help textsChristoph Hellwig2010-03-281-5/+5
* qemu-io: Fix return value handling of bdrv_openRyota Ozaki2010-03-271-1/+1
* block: kill BDRV_O_CREATChristoph Hellwig2010-01-261-12/+3
* Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei2010-01-201-8/+6
* qemu-io: suppress a warning with gcc 4.0.2Blue Swirl2009-12-231-2/+4
OpenPOWER on IntegriCloud