Sign in
qemu
/
qemu
/
8dc007d3d9f79d0c60c750055a79ce8b21bfb494
/
util
/
qemu-config.c
668f62e
error: Eliminate error_propagate() with Coccinelle, part 1
by Markus Armbruster
· 4 years, 8 months ago
235e59c
qemu-option: Use returned bool to check for failure
by Markus Armbruster
· 4 years, 8 months ago
c6ecec4
qemu-option: Check return value instead of @err where convenient
by Markus Armbruster
· 4 years, 8 months ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
609f45e
block: Add block-specific QDict header
by Max Reitz
· 7 years ago
cb3e7f0
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
by Marc-André Lureau
· 7 years ago
7dc847e
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
by Max Reitz
· 7 years ago
112ed24
qapi: Empty out qapi-schema.json
by Markus Armbruster
· 7 years ago
452fcdb
Include qapi/qmp/qdict.h exactly where needed
by Markus Armbruster
· 7 years ago
47e6b29
Include qapi/qmp/qlist.h exactly where needed
by Markus Armbruster
· 7 years ago
e688df6
Include qapi/error.h exactly where needed
by Markus Armbruster
· 7 years ago
b11e20f
qemu-config: fix leak in query-command-line-options
by Marc-André Lureau
· 7 years ago
e5766d6
config: qemu_config_parse() return number of config groups
by Eduardo Habkost
· 7 years ago
5559716
util/qemu-config: Add loadparm to qemu machine_opts
by Farhan Ali
· 8 years ago
c5f3014
block: Add bdrv_runtime_opts to query-command-line-options
by Kevin Wolf
· 8 years ago
aafd758
util: Clean up includes
by Peter Maydell
· 9 years ago
5bcfa0c
util/qemu-config: fix missing machine command line options
by Tony Krowiak
· 9 years ago
cc7a8ea
Include qapi/qmp/qerror.h exactly where needed
by Markus Armbruster
· 10 years ago
1ceaefb
QemuOpts: increase number of vm_config_groups
by Gerd Hoffmann
· 10 years ago
71df1d8
QemuOpts: Convert qemu_opt_foreach() to Error
by Markus Armbruster
· 10 years ago
1640b20
QemuOpts: Drop qemu_opt_foreach() parameter abort_on_failure
by Markus Armbruster
· 10 years ago
28d0de7
QemuOpts: Convert qemu_opts_foreach() to Error
by Markus Armbruster
· 10 years ago
a4c7367
QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure
by Markus Armbruster
· 10 years ago
1897b21
qemu-config: remove stray inclusions of hw/ files
by Paolo Bonzini
· 10 years ago
d9f7e29
qemu-config: Accept empty option values
by Eduardo Habkost
· 10 years ago
0a7cf21
util/qemu-config: fix regression of qmp_query_command_line_options
by Marcel Apfelbaum
· 10 years ago
f43e47d
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
by Markus Armbruster
· 10 years ago
565f65d
error: Use error_report_err() where appropriate
by Markus Armbruster
· 10 years ago
e36af94
qapi: output def_value_str when query command line options
by Chunyan Liu
· 11 years ago
93156ce
Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-04-28' into staging
by Peter Maydell
· 11 years ago
e96e5ae
qemu-option: introduce qemu_find_opts_singleton
by Paolo Bonzini
· 11 years ago
f231b88
qerror.h: Remove QERR defines that are only used once
by Cole Robinson
· 11 years ago
ae39c4b
qemu-config: Sections must consist of keys
by Max Reitz
· 11 years ago
84d18f0
Use error_is_set() only when necessary
by Markus Armbruster
· 11 years ago
adf5c44
qemu-option: Add qemu_config_parse_qdict()
by Max Reitz
· 11 years ago
87ea75d
qemu-option: Remove qemu_opts_create_nofail
by Peter Crosthwaite
· 11 years ago
968854c
qmp: access the local QemuOptsLists for drive option
by Amos Kong
· 11 years ago
1f8f987
monitor: introduce query-command-line-options
by Amos Kong
· 12 years ago
b4a42f8
hw: move qdev-monitor.o to toplevel directory
by Paolo Bonzini
· 12 years ago
312fd5f
error: Strip trailing '\n' from error string arguments (again)
by Markus Armbruster
· 12 years ago
baacf04
build: move libqemuutil.a components to util/
by Paolo Bonzini
· 12 years ago
[Renamed from qemu-config.c]
4d45457
qemu-option: move standard option definitions out of qemu-config.c
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
7b1b5d1
qapi: move include files to include/qobject/
by Paolo Bonzini
· 12 years ago
6d4e189
Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf
by Blue Swirl
· 12 years ago
639e810
pseries: Implement PAPR NVRAM
by David Gibson
· 12 years ago
e478b44
use qemu_opts_create_nofail
by Dong Xu Wang
· 12 years ago
511c68d
finally kill cpudef config section support
by Eduardo Habkost
· 12 years ago
68d98d3
vl: add -object option to create QOM objects from the command line
by Anthony Liguori
· 13 years ago
0d92d17
Issue warning when deprecated drive parameter boot=on|off is used
by Jan Kiszka
· 12 years ago
90c45b3
Merge remote-tracking branch 'kwolf/for-anthony' into staging
by Anthony Liguori
· 12 years ago
094b287
Add USB option in machine options
by zhlcindy@gmail.com
· 13 years ago
587ed6b
qemu-config: Add new -add-fd command line option
by Corey Bryant
· 12 years ago
ac05f34
add a boot parameter to set reboot timeout
by Amos Kong
· 13 years ago
8490fc7
add -machine mem-merge=on|off option
by Luiz Capitulino
· 13 years ago
8c95705
spice: adding seamless-migration option to the command line
by Yonit Halperin
· 13 years ago
7d76ad4
Command line support for seccomp with -sandbox (v8)
by Eduardo Otubo
· 13 years ago
ddb97f1
memory: add -machine dump-guest-core=on|off
by Jason Baron
· 13 years ago
caedc73
PPC: e500: allow users to set the /compatible property via -machine
by Alexander Graf
· 13 years ago
4b1b1c8
dt: Add global option to set phandle start offset
by Alexander Graf
· 13 years ago
25b4270
dt: Add -machine dumpdtb option to dump the current dtb
by Alexander Graf
· 13 years ago
60d5666
qemu-config: introduce qemu_find_opts_err()
by Luiz Capitulino
· 13 years ago
2ac2061
qemu-config: find_list(): use error_set()
by Luiz Capitulino
· 13 years ago
8be7e7e
qemu-option: qemu_opts_create(): use error_set()
by Luiz Capitulino
· 13 years ago
412beee
arm: add device tree support
by Grant Likely
· 13 years ago
a0abe47
Make kernel, initrd and append be machine_opts
by Peter Maydell
· 13 years ago
9de36b1
Make -machine/-enable-kvm options merge into a single list
by Peter Maydell
· 13 years ago
6c263e2
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 13 years ago
f9dadc9
iSCSI: add configuration variables for iSCSI
by Ronnie Sahlberg
· 13 years ago
39d6960
kvm: Allow to set shadow MMU size
by Jan Kiszka
· 13 years ago
6a48ffa
kvm: Activate in-kernel irqchip support
by Jan Kiszka
· 13 years ago
84a87cc
hw/9pfs: Add support to use named socket for proxy FS
by M. Mohan Kumar
· 13 years ago
4c793dd
hw/9pfs: Add new proxy filesystem driver
by M. Mohan Kumar
· 13 years ago
fb0490f
block: add -drive copy-on-read=on|off
by Stefan Hajnoczi
· 13 years ago
0563e19
block: add the blockio limits command line support
by Zhi Yong Wu
· 13 years ago
2c74c2c
hw/9pfs: Read-only support for 9p export
by M. Mohan Kumar
· 13 years ago
fbcbf10
hw/9pfs: Rename fstype to fsdriver to make it consistent across VirtFS code
by Aneesh Kumar K.V
· 13 years ago
d3ab98e
hw/9pfs: Add new virtfs option writeout=immediate skip host page cache
by Aneesh Kumar K.V
· 13 years ago
23d15e8
trace: add "-trace events" argument to control initial state
by Lluís
· 14 years ago
e485897
trace: avoid conditional code compilation during option parsing
by Lluís
· 14 years ago
6d8a764
trace: [configure] rename CONFIG_*_TRACE into CONFIG_TRACE_*
by Lluís
· 14 years ago
92196b2
block: add cache=directsync parameter to -drive
by Stefan Hajnoczi
· 14 years ago
3d3b830
showing a splash picture when start
by wayne
· 14 years ago
9052ea6
Generalize -machine command line option
by Jan Kiszka
· 14 years ago
69d7e21
qemu-config: Document -drive options
by Luiz Capitulino
· 14 years ago
44bd690
qemu-config: comment spell fix
by Gerd Hoffmann
· 14 years ago
48b3ed0
spice: add SASL support
by Marc-André Lureau
· 14 years ago
d4970b0
spice: add option for disabling copy paste support
by Hans de Goede
· 14 years ago
303d4e8
Introduce -machine command option.
by Anthony PERARD
· 14 years ago
a08784d
Remove unused sysemu.h include directives
by Blue Swirl
· 14 years ago
cbcc633
spice: add chardev (v5)
by Alon Levy
· 14 years ago
2e55e84
Add bootindex for option roms.
by Gleb Natapov
· 14 years ago
84a23f2
spice: add misc config options
by Gerd Hoffmann
· 15 years ago
333b0ee
spice: add config options for the listening address
by Gerd Hoffmann
· 15 years ago
17b6dea
spice: add config options for channel security.
by Gerd Hoffmann
· 15 years ago
9f04e09
spice: make compression configurable.
by Yonit Halperin
· 15 years ago
c448e85
spice: tls support
by Gerd Hoffmann
· 15 years ago
4447d60
Merge remote branch 'spice/submit.6' into staging
by Anthony Liguori
· 14 years ago
39eaab9
Add option to turn on JSON pretty printing in monitor
by Daniel P. Berrange
· 15 years ago
29b0040
spice: core bits
by Gerd Hoffmann
· 15 years ago
Next »