index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
softmmu
/
vl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-31
hw/core/machine: Introduce CPU cluster topology support
Yanan Wang
1
-0
/
+3
2021-11-22
migration: fix dump-vmstate with modules
Laurent Vivier
1
-0
/
+1
2021-11-02
watchdog: remove select_watchdog_action
Paolo Bonzini
1
-5
/
+5
2021-11-02
vl: deprecate -watchdog
Paolo Bonzini
1
-0
/
+1
2021-10-15
vl: Enable JSON syntax for -device
Kevin Wolf
1
-7
/
+56
2021-09-06
softmmu/vl: Deprecate the -sdl and -curses option
Thomas Huth
1
-0
/
+3
2021-09-06
softmmu/vl: Deprecate the old grab options
Thomas Huth
1
-0
/
+6
2021-09-06
softmmu/vl: Add a "grab-mod" parameter to the -display sdl option
Thomas Huth
1
-3
/
+12
2021-08-27
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...
Peter Maydell
1
-13
/
+6
2021-08-26
softmmu: Use accel_find("xen") instead of xen_available()
Peter Maydell
1
-3
/
+3
2021-08-26
vl: Clean up -smp error handling
Markus Armbruster
1
-7
/
+5
2021-08-26
error: Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
1
-6
/
+1
2021-07-30
vl: stop recording -smp in QemuOpts
Paolo Bonzini
1
-8
/
+14
2021-07-30
vl: introduce machine_merge_property
Paolo Bonzini
1
-6
/
+19
2021-07-27
vl: Don't continue after -smp help.
Markus Armbruster
1
-1
/
+1
2021-07-23
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210723-pull-request' ...
Peter Maydell
1
-0
/
+1
2021-07-22
vl: add virtio-vga-gl to the default_list
Marc-André Lureau
1
-0
/
+1
2021-07-20
vl: Parse legacy default_machine_opts
Jason Andryuk
1
-0
/
+1
2021-07-09
vl: fix leak of qdict_crumple return value
Paolo Bonzini
1
-4
/
+9
2021-07-09
modules: check arch and block load on mismatch
Gerd Hoffmann
1
-0
/
+3
2021-07-09
modules: use modinfo for qemu opts load
Gerd Hoffmann
1
-17
/
+0
2021-07-09
modules: generate modinfo.c
Gerd Hoffmann
1
-0
/
+4
2021-07-06
machine: add smp compound property
Paolo Bonzini
1
-7
/
+26
2021-07-06
vl: switch -M parsing to keyval
Paolo Bonzini
1
-163
/
+140
2021-07-05
ui: Mark the '-no-quit' option as deprecated
Thomas Huth
1
-0
/
+2
2021-07-05
ui: Fix the "-display sdl,window_close=..." parameter
Thomas Huth
1
-1
/
+6
2021-07-05
softmmu/vl: Remove obsolete comment about the "frame" parameter
Thomas Huth
1
-2
/
+0
2021-06-23
ui: Make the DisplayType enum entries conditional
Thomas Huth
1
-3
/
+17
2021-06-15
vl: Fix an assert failure in error path
Zhenzhong Duan
1
-1
/
+1
2021-06-04
vl: plug -object back into -readconfig
Paolo Bonzini
1
-6
/
+18
2021-06-04
vl: plumb keyval-based options into -readconfig
Paolo Bonzini
1
-24
/
+59
2021-06-04
qemu-config: parse configuration files to a QDict
Paolo Bonzini
1
-2
/
+2
2021-05-26
qemu-config: load modules when instantiating option groups
Paolo Bonzini
1
-4
/
+17
2021-05-26
vl: allow not specifying size in -m when using -M memory-backend
Paolo Bonzini
1
-2
/
+0
2021-05-26
remove qemu-options* from root directory
Paolo Bonzini
1
-5
/
+19
2021-05-26
qtest: add a QOM object for qtest
Paolo Bonzini
1
-2
/
+3
2021-05-10
accel: move call to accel_init_interfaces
Claudio Fontana
1
-1
/
+0
2021-05-02
Do not include hw/boards.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-03-19
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-03-16-v4' in...
Peter Maydell
1
-0
/
+17
2021-03-19
qemu-options: New -compat to set policy for deprecated interfaces
Markus Armbruster
1
-0
/
+17
2021-03-19
hw: Replace anti-social QOM type names
Markus Armbruster
1
-1
/
+1
2021-03-19
blockdev: Drop deprecated bogus -drive interface type
Markus Armbruster
1
-7
/
+1
2021-03-19
vl: allow passing JSON to -object
Paolo Bonzini
1
-12
/
+21
2021-03-19
qom: move user_creatable_add_opts logic to vl.c and QAPIfy it
Paolo Bonzini
1
-18
/
+57
2021-03-18
hw/ide: remove 'ide-drive' device
Daniel P. Berrangé
1
-1
/
+0
2021-03-15
usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)
Thomas Huth
1
-2
/
+0
2021-03-10
semihosting: Move include/hw/semihosting/ -> include/semihosting/
Philippe Mathieu-Daudé
1
-1
/
+1
2021-03-06
trace: skip qemu_set_log_filename if no "-D" option was passed
Paolo Bonzini
1
-1
/
+3
2021-03-06
qemu-config: add error propagation to qemu_config_parse
Paolo Bonzini
1
-18
/
+11
2021-03-06
vl.c: do not execute trace_init_backends() before daemonizing
Daniel Henrique Barboza
1
-5
/
+13
[next]