summaryrefslogtreecommitdiff
path: root/qemu-io.c
Commit message (Expand)AuthorAgeFilesLines
* include: move qemu_*_exec_dir() to cutilsMarc-André Lureau2022-05-281-0/+1
* include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau2022-04-211-1/+1
* util/log: Pass Error pointer to qemu_set_logRichard Henderson2022-04-201-1/+1
* error: use GLib to remember the program nameMarc-André Lureau2022-03-221-5/+5
* Replace GCC_FMT_ATTR with G_GNUC_PRINTFMarc-André Lureau2022-03-221-1/+1
* error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2021-08-261-5/+1
* monitor: hmp_qemu_io: acquire aio contex, fix crashVladimir Sementsov-Ogievskiy2021-05-141-2/+15
* qemu-io: Use user_creatable_process_cmdline() for --objectKevin Wolf2021-03-191-30/+3
* trace: remove argument from trace_init_filePaolo Bonzini2020-11-111-4/+2
* block: add missing socket_init() calls to toolsDaniel P. Berrangé2020-09-021-0/+2
* qemu-io: adds option to use aio engineAarushi Mehta2020-01-301-4/+21
* qemu-io: Support help options for --objectKevin Wolf2019-10-141-1/+8
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* log: Make glib logging go through QEMUChristophe Fergeau2019-04-171-1/+1
* qemu-io: Use error_[gs]et_progname()Christophe Fergeau2019-04-171-8/+6
* qom: Clean up error reporting in user_creatable_add_opts_foreach()Markus Armbruster2018-10-191-5/+3
* qemu-io: Exit with error when a command failedMax Reitz2018-06-111-6/+22
* qemu-io: Let command functions return error codeMax Reitz2018-06-111-12/+22
* qemu-io: Drop command functions' return valuesMax Reitz2018-06-111-18/+18
* qemu-io: Use purely string blockdev optionsMax Reitz2018-05-151-2/+2
* qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREFMarc-André Lureau2018-05-041-3/+3
* Polish the version strings containing the package versionThomas Huth2018-03-121-1/+1
* use g_path_get_basename instead of basenameJulia Suvorova2018-03-061-1/+1
* qemu-io: fix EOF Ctrl-D handling in qemu-io readline codeDaniel P. Berrange2018-02-131-1/+26
* Include qapi/qmp/qbool.h exactly where neededMarkus Armbruster2018-02-091-1/+0
* Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* qemu-io: Add -C for opening with copy-on-readEric Blake2017-10-061-3/+12
* maint: Include bug-reporting info in --help outputEric Blake2017-08-081-2/+3
* qemu-io: Give more --version informationEric Blake2017-08-081-1/+3
* block: rip out all traces of password promptingDaniel P. Berrange2017-07-111-20/+0
* qemu-io: Don't die on second openEric Blake2017-07-101-3/+4
* block: Use QDict helpers for --force-shareEric Blake2017-05-231-1/+1
* qemu-io: Add --force-share optionFam Zheng2017-05-111-8/+34
* qobject: Use simpler QDict/QList scalar insertion macrosEric Blake2017-05-091-1/+1
* qemu-io: Return non-zero exit code on failureNir Soffer2017-02-121-2/+6
* trace: provide mechanism for registering trace eventsDaniel P. Berrange2016-10-121-0/+1
* trace: enable tracing in qemu-ioDenis V. Lunev2016-06-281-4/+14
* Use &error_fatal when initializing crypto on qemu-{img,io,nbd}Eduardo Habkost2016-05-201-4/+1
* qemu-io: Make 'open' subcommand more like command lineEric Blake2016-05-121-4/+25
* qemu-io: Add missing option documentationEric Blake2016-05-121-7/+8
* qom: -object error messages lost location, restore itMarkus Armbruster2016-04-281-2/+1
* block: initialize qcrypto API at startupDaniel P. Berrange2016-04-121-0/+6
* qemu-io: Call blk_set_enable_write_cache() explicitlyKevin Wolf2016-03-301-8/+13
* qemu-img/qemu-io: don't prompt for passwords if not requiredDaniel P. Berrange2016-03-301-1/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2016-03-221-0/+1
* blockdev: Split monitor reference from BB creationMax Reitz2016-03-171-1/+1
* qemu-io: use no_argument/required_argument constantsDaniel P. Berrange2016-02-221-15/+15
* qemu-io: allow specifying image as a set of options argsDaniel P. Berrange2016-02-221-6/+51
* qemu-io: add support for --object command line argDaniel P. Berrange2016-02-221-0/+34