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
/
softmmu
/
vl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vl: plug -object back into -readconfig
Paolo Bonzini
2021-06-04
1
-6
/
+18
*
vl: plumb keyval-based options into -readconfig
Paolo Bonzini
2021-06-04
1
-24
/
+59
*
qemu-config: parse configuration files to a QDict
Paolo Bonzini
2021-06-04
1
-2
/
+2
*
qemu-config: load modules when instantiating option groups
Paolo Bonzini
2021-05-26
1
-4
/
+17
*
vl: allow not specifying size in -m when using -M memory-backend
Paolo Bonzini
2021-05-26
1
-2
/
+0
*
remove qemu-options* from root directory
Paolo Bonzini
2021-05-26
1
-5
/
+19
*
qtest: add a QOM object for qtest
Paolo Bonzini
2021-05-26
1
-2
/
+3
*
accel: move call to accel_init_interfaces
Claudio Fontana
2021-05-10
1
-1
/
+0
*
Do not include hw/boards.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-03-16-v4' in...
Peter Maydell
2021-03-19
1
-0
/
+17
|
\
|
*
qemu-options: New -compat to set policy for deprecated interfaces
Markus Armbruster
2021-03-19
1
-0
/
+17
*
|
hw: Replace anti-social QOM type names
Markus Armbruster
2021-03-19
1
-1
/
+1
*
|
blockdev: Drop deprecated bogus -drive interface type
Markus Armbruster
2021-03-19
1
-7
/
+1
|
/
*
vl: allow passing JSON to -object
Paolo Bonzini
2021-03-19
1
-12
/
+21
*
qom: move user_creatable_add_opts logic to vl.c and QAPIfy it
Paolo Bonzini
2021-03-19
1
-18
/
+57
*
hw/ide: remove 'ide-drive' device
Daniel P. Berrangé
2021-03-18
1
-1
/
+0
*
usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)
Thomas Huth
2021-03-15
1
-2
/
+0
*
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
2021-03-10
1
-1
/
+1
*
trace: skip qemu_set_log_filename if no "-D" option was passed
Paolo Bonzini
2021-03-06
1
-1
/
+3
*
qemu-config: add error propagation to qemu_config_parse
Paolo Bonzini
2021-03-06
1
-18
/
+11
*
vl.c: do not execute trace_init_backends() before daemonizing
Daniel Henrique Barboza
2021-03-06
1
-5
/
+13
*
vl: deprecate -writeconfig
Paolo Bonzini
2021-02-25
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...
Peter Maydell
2021-02-08
1
-1
/
+1
|
\
|
*
migration: wire up support for snapshot device selection
Daniel P. Berrangé
2021-02-08
1
-1
/
+1
|
*
migration: stop returning errno from load_snapshot()
Daniel P. Berrangé
2021-02-08
1
-1
/
+1
*
|
confidential guest support: Introduce cgs "ready" flag
David Gibson
2021-02-08
1
-0
/
+10
*
|
qom: Allow optional sugar props
Greg Kurz
2021-02-08
1
-6
/
+11
|
/
*
accel: replace struct CpusAccel with AccelOpsClass
Claudio Fontana
2021-02-05
1
-2
/
+5
*
accel: extend AccelState and AccelClass to user-mode
Claudio Fontana
2021-02-05
1
-1
/
+1
*
error: rename error_with_timestamp to message_with_timestamp
Stefan Hajnoczi
2021-02-01
1
-1
/
+1
*
vnc: support "-vnc help"
Paolo Bonzini
2021-01-23
1
-3
/
+3
*
runstate: cleanup reboot and panic actions
Paolo Bonzini
2021-01-21
1
-1
/
+1
*
vl: initialize displays _after_ exiting preconfiguration
Paolo Bonzini
2021-01-02
1
-1
/
+1
*
vl: rename local variable in configure_accelerators
Paolo Bonzini
2020-12-15
1
-9
/
+9
*
Remove the deprecated -show-cursor option
Thomas Huth
2020-12-15
1
-8
/
+0
*
Remove the deprecated -realtime option
Thomas Huth
2020-12-15
1
-28
/
+1
*
accel/tcg: Remove deprecated '-tb-size' option
Philippe Mathieu-Daudé
2020-12-15
1
-8
/
+0
*
vl: Add option to avoid stopping VM upon guest panic
Alejandro Jimenez
2020-12-15
1
-1
/
+4
*
vl: Add an -action option specifying response to guest events
Alejandro Jimenez
2020-12-15
1
-2
/
+56
*
qmp: generalize watchdog-set-action to -no-reboot/-no-shutdown
Alejandro Jimenez
2020-12-15
1
-2
/
+3
*
memory: allow creating MemoryRegions before accelerators
Paolo Bonzini
2020-12-15
1
-5
/
+1
*
plugin: propagate errors
Paolo Bonzini
2020-12-15
1
-3
/
+1
*
vl: make qemu_get_machine_opts static
Paolo Bonzini
2020-12-15
1
-1
/
+1
*
machine: introduce MachineInitPhase
Paolo Bonzini
2020-12-15
1
-5
/
+4
*
chardev: do not use machine_init_done
Paolo Bonzini
2020-12-15
1
-0
/
+3
*
vl: move all generic initialization out of vl.c
Paolo Bonzini
2020-12-15
1
-36
/
+1
*
vl: extract softmmu/globals.c
Paolo Bonzini
2020-12-15
1
-42
/
+3
*
vl: extract softmmu/runstate.c
Paolo Bonzini
2020-12-15
1
-751
/
+1
*
vl: allow -incoming defer with -preconfig
Paolo Bonzini
2020-12-15
1
-3
/
+2
*
vl: remove separate preconfig main_loop
Paolo Bonzini
2020-12-15
1
-54
/
+41
[next]