summaryrefslogtreecommitdiffstats
path: root/qemu-io.c
Commit message (Expand)AuthorAgeFilesLines
* qemu-io: Allow explicitly specifying formatKevin Wolf2014-12-101-8/+20
* block: Make BlockBackend own its BlockDriverStateMarkus Armbruster2014-10-201-5/+0
* block: Connect BlockBackend to BlockDriverStateMarkus Armbruster2014-10-201-2/+2
* block: New BlockBackendMarkus Armbruster2014-10-201-0/+8
* block: Split bdrv_new_root() off bdrv_new()Markus Armbruster2014-10-201-1/+1
* async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos2014-09-221-1/+6
* qemu-io: Clean up openfile() after commit 2e40134Markus Armbruster2014-09-101-23/+13
* block: Use g_new() & friends where that makes obvious senseMarkus Armbruster2014-08-201-1/+1
* trace: Multi-backend tracingLluĂ­s Vilanova2014-06-091-1/+1
* qemu-io: Don't print NULL when open without non-option arg failsMarkus Armbruster2014-05-301-2/+4
* qemu-io: Plug memory leak in open commandMarkus Armbruster2014-05-301-0/+2
* qemu-io: Support multiple -o in open commandMarkus Armbruster2014-05-301-5/+9
* 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
OpenPOWER on IntegriCloud