index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qemu-io.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
log: Make glib logging go through QEMU
Christophe Fergeau
2019-04-17
1
-1
/
+1
*
qemu-io: Use error_[gs]et_progname()
Christophe Fergeau
2019-04-17
1
-8
/
+6
*
qom: Clean up error reporting in user_creatable_add_opts_foreach()
Markus Armbruster
2018-10-19
1
-5
/
+3
*
qemu-io: Exit with error when a command failed
Max Reitz
2018-06-11
1
-6
/
+22
*
qemu-io: Let command functions return error code
Max Reitz
2018-06-11
1
-12
/
+22
*
qemu-io: Drop command functions' return values
Max Reitz
2018-06-11
1
-18
/
+18
*
qemu-io: Use purely string blockdev options
Max Reitz
2018-05-15
1
-2
/
+2
*
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-05-04
1
-3
/
+3
*
Polish the version strings containing the package version
Thomas Huth
2018-03-12
1
-1
/
+1
*
use g_path_get_basename instead of basename
Julia Suvorova
2018-03-06
1
-1
/
+1
*
qemu-io: fix EOF Ctrl-D handling in qemu-io readline code
Daniel P. Berrange
2018-02-13
1
-1
/
+26
*
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
2018-02-09
1
-1
/
+0
*
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
2018-02-09
1
-0
/
+2
*
qemu-io: Add -C for opening with copy-on-read
Eric Blake
2017-10-06
1
-3
/
+12
*
maint: Include bug-reporting info in --help output
Eric Blake
2017-08-08
1
-2
/
+3
*
qemu-io: Give more --version information
Eric Blake
2017-08-08
1
-1
/
+3
*
block: rip out all traces of password prompting
Daniel P. Berrange
2017-07-11
1
-20
/
+0
*
qemu-io: Don't die on second open
Eric Blake
2017-07-10
1
-3
/
+4
*
block: Use QDict helpers for --force-share
Eric Blake
2017-05-23
1
-1
/
+1
*
qemu-io: Add --force-share option
Fam Zheng
2017-05-11
1
-8
/
+34
*
qobject: Use simpler QDict/QList scalar insertion macros
Eric Blake
2017-05-09
1
-1
/
+1
*
qemu-io: Return non-zero exit code on failure
Nir Soffer
2017-02-12
1
-2
/
+6
*
trace: provide mechanism for registering trace events
Daniel P. Berrange
2016-10-12
1
-0
/
+1
*
trace: enable tracing in qemu-io
Denis V. Lunev
2016-06-28
1
-4
/
+14
*
Use &error_fatal when initializing crypto on qemu-{img,io,nbd}
Eduardo Habkost
2016-05-20
1
-4
/
+1
*
qemu-io: Make 'open' subcommand more like command line
Eric Blake
2016-05-12
1
-4
/
+25
*
qemu-io: Add missing option documentation
Eric Blake
2016-05-12
1
-7
/
+8
*
qom: -object error messages lost location, restore it
Markus Armbruster
2016-04-28
1
-2
/
+1
*
block: initialize qcrypto API at startup
Daniel P. Berrange
2016-04-12
1
-0
/
+6
*
qemu-io: Call blk_set_enable_write_cache() explicitly
Kevin Wolf
2016-03-30
1
-8
/
+13
*
qemu-img/qemu-io: don't prompt for passwords if not required
Daniel P. Berrange
2016-03-30
1
-1
/
+1
*
include/qemu/osdep.h: Don't include qapi/error.h
Markus Armbruster
2016-03-22
1
-0
/
+1
*
blockdev: Split monitor reference from BB creation
Max Reitz
2016-03-17
1
-1
/
+1
*
qemu-io: use no_argument/required_argument constants
Daniel P. Berrange
2016-02-22
1
-15
/
+15
*
qemu-io: allow specifying image as a set of options args
Daniel P. Berrange
2016-02-22
1
-6
/
+51
*
qemu-io: add support for --object command line arg
Daniel P. Berrange
2016-02-22
1
-0
/
+34
*
nbd: convert block client to use I/O channels for connection setup
Daniel P. Berrange
2016-02-16
1
-0
/
+1
*
trace: split trace_init_file out of trace_init_backends
Paolo Bonzini
2016-02-03
1
-1
/
+1
*
trace: split trace_init_events out of trace_init_backends
Paolo Bonzini
2016-02-03
1
-1
/
+1
*
block: Clean up includes
Peter Maydell
2016-01-20
1
-4
/
+1
*
qemu-io qemu-nbd: Use error_report() etc. instead of fprintf()
Markus Armbruster
2016-01-13
1
-5
/
+3
*
qemu-io: Remove duplicate 'open' error message
Kevin Wolf
2015-09-14
1
-1
/
+0
*
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
1
-0
/
+2
*
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
2015-06-22
1
-1
/
+1
*
qemu-io: prompt for encryption keys when required
Daniel P. Berrange
2015-05-22
1
-0
/
+21
*
qemu-io: Use getopt() correctly
Eric Blake
2015-05-22
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...
Peter Maydell
2015-02-26
1
-2
/
+1
|
\
|
*
error: Use error_report_err() where appropriate
Markus Armbruster
2015-02-18
1
-2
/
+1
*
|
qemu-io: Use BlockBackend
Max Reitz
2015-02-16
1
-9
/
+6
*
|
qemu-io: Remove "growable" option
Max Reitz
2015-02-16
1
-19
/
+4
[next]