Age | Commit message (Expand) | Author |
2022-04-21 | include: rename qemu-common.h qemu/help-texts.h | Marc-André Lureau |
2022-04-20 | util/log: Pass Error pointer to qemu_set_log | Richard Henderson |
2022-03-22 | error: use GLib to remember the program name | Marc-André Lureau |
2022-03-22 | Replace GCC_FMT_ATTR with G_GNUC_PRINTF | Marc-André Lureau |
2021-08-26 | error: Use error_fatal to simplify obvious fatal errors (again) | Markus Armbruster |
2021-05-14 | monitor: hmp_qemu_io: acquire aio contex, fix crash | Vladimir Sementsov-Ogievskiy |
2021-03-19 | qemu-io: Use user_creatable_process_cmdline() for --object | Kevin Wolf |
2020-11-11 | trace: remove argument from trace_init_file | Paolo Bonzini |
2020-09-02 | block: add missing socket_init() calls to tools | Daniel P. Berrangé |
2020-01-30 | qemu-io: adds option to use aio engine | Aarushi Mehta |
2019-10-14 | qemu-io: Support help options for --object | Kevin Wolf |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-04-17 | log: Make glib logging go through QEMU | Christophe Fergeau |
2019-04-17 | qemu-io: Use error_[gs]et_progname() | Christophe Fergeau |
2018-10-19 | qom: Clean up error reporting in user_creatable_add_opts_foreach() | Markus Armbruster |
2018-06-11 | qemu-io: Exit with error when a command failed | Max Reitz |
2018-06-11 | qemu-io: Let command functions return error code | Max Reitz |
2018-06-11 | qemu-io: Drop command functions' return values | Max Reitz |
2018-05-15 | qemu-io: Use purely string blockdev options | Max Reitz |
2018-05-04 | qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF | Marc-André Lureau |
2018-03-12 | Polish the version strings containing the package version | Thomas Huth |
2018-03-06 | use g_path_get_basename instead of basename | Julia Suvorova |
2018-02-13 | qemu-io: fix EOF Ctrl-D handling in qemu-io readline code | Daniel P. Berrange |
2018-02-09 | Include qapi/qmp/qbool.h exactly where needed | Markus Armbruster |
2018-02-09 | Include qapi/qmp/qdict.h exactly where needed | Markus Armbruster |
2017-10-06 | qemu-io: Add -C for opening with copy-on-read | Eric Blake |
2017-08-08 | maint: Include bug-reporting info in --help output | Eric Blake |
2017-08-08 | qemu-io: Give more --version information | Eric Blake |
2017-07-11 | block: rip out all traces of password prompting | Daniel P. Berrange |
2017-07-10 | qemu-io: Don't die on second open | Eric Blake |
2017-05-23 | block: Use QDict helpers for --force-share | Eric Blake |
2017-05-11 | qemu-io: Add --force-share option | Fam Zheng |
2017-05-09 | qobject: Use simpler QDict/QList scalar insertion macros | Eric Blake |
2017-02-12 | qemu-io: Return non-zero exit code on failure | Nir Soffer |
2016-10-12 | trace: provide mechanism for registering trace events | Daniel P. Berrange |
2016-06-28 | trace: enable tracing in qemu-io | Denis V. Lunev |
2016-05-20 | Use &error_fatal when initializing crypto on qemu-{img,io,nbd} | Eduardo Habkost |
2016-05-12 | qemu-io: Make 'open' subcommand more like command line | Eric Blake |
2016-05-12 | qemu-io: Add missing option documentation | Eric Blake |
2016-04-28 | qom: -object error messages lost location, restore it | Markus Armbruster |
2016-04-12 | block: initialize qcrypto API at startup | Daniel P. Berrange |
2016-03-30 | qemu-io: Call blk_set_enable_write_cache() explicitly | Kevin Wolf |
2016-03-30 | qemu-img/qemu-io: don't prompt for passwords if not required | Daniel P. Berrange |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-17 | blockdev: Split monitor reference from BB creation | Max Reitz |
2016-02-22 | qemu-io: use no_argument/required_argument constants | Daniel P. Berrange |
2016-02-22 | qemu-io: allow specifying image as a set of options args | Daniel P. Berrange |
2016-02-22 | qemu-io: add support for --object command line arg | Daniel P. Berrange |
2016-02-16 | nbd: convert block client to use I/O channels for connection setup | Daniel P. Berrange |