index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vl.c
Age
Commit message (
Expand
)
Author
2020-02-19
vl.c: ensure that ram_size matches size of machine.memory-backend
Igor Mammedov
2020-02-19
vl.c: move -m parsing after memory backends has been processed
Igor Mammedov
2020-02-19
initialize MachineState::ram in NUMA case
Igor Mammedov
2020-02-19
machine: alias -mem-path and -mem-prealloc into memory-foo backend
Igor Mammedov
2020-02-17
monitor: Move monitor option parsing to monitor/monitor.c
Kevin Wolf
2020-02-13
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-02-12
vl: Don't mismatch g_strsplit()/g_free()
Pan Nengyuan
2020-02-12
ui: deprecate legacy -show-cursor option
Gerd Hoffmann
2020-02-12
ui: drop curor_hide global variable.
Gerd Hoffmann
2020-02-12
ui/sdl: switch to new show-cursor option
Gerd Hoffmann
2020-02-12
ui: wire up legacy -show-cursor option
Gerd Hoffmann
2020-01-30
qemu_set_log_filename: filename argument may be NULL
Salvador Fandino
2020-01-30
vl: replace deprecated qbus_reset_all registration
Damien Hedde
2020-01-27
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2020-01-24
accel: Replace current_machine->accelerator by current_accel() wrapper
Philippe Mathieu-Daudé
2020-01-24
pvpanic: implement crashloaded event handling
zhenwei pi
2020-01-21
vl: Only choose enabled accelerators in configure_accelerators
Richard Henderson
2020-01-21
vl: Remove useless test in configure_accelerators
Richard Henderson
2020-01-21
vl: Reduce scope of variables in configure_accelerators
Richard Henderson
2020-01-21
vl: Remove unused variable in configure_accelerators
Richard Henderson
2020-01-20
runstate: ignore finishmigrate -> prelaunch transition
Laurent Vivier
2020-01-14
ui: Print available display backends with '-display help'
Thomas Huth
2020-01-13
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-pull-reques...
Peter Maydell
2020-01-09
semihosting: add qemu_semihosting_console_inc for SYS_READC
Keith Packard
2020-01-08
vl: fix memory leak in configure_accelerators
Chen Qun
2019-12-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2019-12-18
error: Fix -msg timestamp default
Markus Armbruster
2019-12-17
kvm: convert "-machine kernel_irqchip" to an accelerator property
Paolo Bonzini
2019-12-17
kvm: convert "-machine kvm_shadow_mem" to an accelerator property
Paolo Bonzini
2019-12-17
xen: convert "-machine igd-passthru" to an accelerator property
Paolo Bonzini
2019-12-17
tcg: add "-accel tcg,tb-size" and deprecate "-tb-size"
Paolo Bonzini
2019-12-17
tcg: convert "-accel threads" to a QOM property
Paolo Bonzini
2019-12-17
accel: pass object to accel_init_machine
Paolo Bonzini
2019-12-17
qom: add object_new_with_class
Paolo Bonzini
2019-12-17
qom: introduce object_register_sugar_prop
Paolo Bonzini
2019-12-17
vl: warn for unavailable accelerators, clarify messages
Paolo Bonzini
2019-12-17
vl: configure accelerators from -accel options
Paolo Bonzini
2019-12-17
vl: introduce object_parse_property_opt
Paolo Bonzini
2019-12-17
vl: merge -accel processing into configure_accelerators
Paolo Bonzini
2019-12-17
vl: extract accelerator option processing to a separate function
Paolo Bonzini
2019-12-17
vl: move icount configuration earlier
Paolo Bonzini
2019-12-17
Remove the core bluetooth code
Thomas Huth
2019-12-09
virtfs: Remove the deprecated "-virtfs_synth" option
Thomas Huth
2019-10-30
Merge remote-tracking branch 'remotes/stsquad/tags/pull-tcg-plugins-281019-4'...
Peter Maydell
2019-10-29
qdev/qbus: add hidden device support
Jens Freimann
2019-10-29
Merge remote-tracking branch 'remotes/vivier/tags/q800-branch-pull-request' i...
Peter Maydell
2019-10-28
hw/m68k: add Nubus macfb video card
Laurent Vivier
2019-10-28
vl: support -plugin option
Lluís Vilanova
2019-10-23
runstate: ignore exit request in finish migrate state
Laurent Vivier
2019-10-14
vl: Split off user_creatable_print_help()
Kevin Wolf
[next]