summaryrefslogtreecommitdiffstats
path: root/qemu-io.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* qemu-io: Fix memory leakKevin Wolf2009-12-181-4/+6
* qemu-io: add 'const'Blue Swirl2009-12-131-1/+1
* Fix OpenBSD build of qemu-ioBlue Swirl2009-11-211-87/+86
* qemu-io: Improve portability (win32 now supported).Stefan Weil2009-09-091-0/+2
* raw-posix: add Linux native AIO supportChristoph Hellwig2009-08-271-1/+6
* Fix Sparse warnings: "Using plain integer as NULL pointer"Blue Swirl2009-07-311-11/+11
* qemu-io: reject invalid patternChristoph Hellwig2009-07-221-6/+38
* qemu-io: Rework alloc commandKevin Wolf2009-07-221-8/+14
* qemu-io: use BDRV_O_FILE to implement the growable open optionChristoph Hellwig2009-07-161-8/+5
* qemu-io: Implement bdrv_load_vmstate/bdrv_save_vmstateKevin Wolf2009-07-161-6/+44
* qemu-io: fix memory leakKevin Wolf2009-07-101-22/+38
* qemu-io: add flag to mark files growableChristoph Hellwig2009-07-101-5/+26
OpenPOWER on IntegriCloud