summaryrefslogtreecommitdiffstats
path: root/qemu-io.c
Commit message (Expand)AuthorAgeFilesLines
* block: Add errp to bdrv_new()Kevin Wolf2014-04-221-1/+1
* qemu-io: Extended "--cmd" description in usage textMaria Kustova2014-03-191-3/+6
* qemu-io: Fix warnings from static code analysisStefan Weil2014-03-131-4/+3
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-02-251-2/+6
|\
| * block: Make bdrv_file_open() staticMax Reitz2014-02-211-1/+3
| * block: Add reference parameter to bdrv_open()Max Reitz2014-02-211-1/+3
| * block: Change BDS parameter of bdrv_open() to **Max Reitz2014-02-211-1/+1
* | util: Split out exec_dir from os_find_datadirFam Zheng2014-02-201-0/+1
|/
* readline: Add missing GCC_FMT_ATTRStefan Weil2014-02-011-1/+2
* qemu-io: Make filename optionalMax Reitz2014-01-221-3/+5
* block: Allow reference for bdrv_file_open()Max Reitz2014-01-221-1/+1
* qemu-io: add command completionStefan Hajnoczi2014-01-221-1/+7
* qemu-io: use readline.cStefan Hajnoczi2014-01-221-45/+58
* qemu-io: Let "open" pass options to block driverMax Reitz2013-10-111-8/+31
* block: Error parameter for open functionsMax Reitz2013-09-121-4/+10
* block: make bdrv_delete() staticFam Zheng2013-09-061-3/+3
* ignore SIGPIPE in qemu-img and qemu-ioMORITA Kazutaka2013-08-061-0/+4
* qemu-io: Use the qemu version for -VKevin Wolf2013-06-061-3/+1
* qemu-io: Interface cleanupKevin Wolf2013-06-061-4/+3
* qemu-io: Move command_loop() and friendsKevin Wolf2013-06-061-0/+139
* qemu-io: Move functions for registering and running commandsKevin Wolf2013-06-061-5/+5
* qemu-io: Move 'quit' functionKevin Wolf2013-06-061-1/+16
* qemu-io: Split off commands to qemu-io-cmds.cKevin Wolf2013-06-061-1815/+2
* qemu-io: Don't use global bs in command implementationsKevin Wolf2013-06-061-76/+91
* qemu-io: Handle cvtnum() errors in 'alloc'Kevin Wolf2013-06-061-1/+8
* qemu-io: Make cvtnum() a wrapper around strtosz_suffix()Kevin Wolf2013-06-061-0/+6
* qemu-io: Remove unused args_commandKevin Wolf2013-06-061-10/+0
* qemu-io: Fix 'map' outputKevin Wolf2013-05-241-5/+41
* block: Add options QDict to bdrv_file_open() prototypesKevin Wolf2013-03-221-1/+1
* block: Add options QDict to bdrv_open() prototypeKevin Wolf2013-03-151-1/+1
* block: implement BDRV_O_UNMAPPaolo Bonzini2013-02-221-2/+9
* 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
|\
OpenPOWER on IntegriCloud