index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
/
vl.c
Age
Commit message (
Expand
)
Author
3 days
vl: fix qemu_validate_options() indention
Gerd Hoffmann
2024-10-21
replace error_setg(&error_fatal, ...) with error_report()
Tudor Gheorghiu
2024-10-15
vl.c: Remove pxa2xx-specific -portrait and -rotate options
Peter Maydell
2024-09-10
qapi/ui: Drop temporary 'prefix'
Markus Armbruster
2024-08-23
system/vl.c: Print machine name, not "(null)", for unknown machine types
Peter Maydell
2024-08-06
system/vl.c: Expand OpenGL related errors
Peter Maydell
2024-07-16
vl: fix "type is NULL" in -vga help
Marc-André Lureau
2024-06-30
vl.c: select_machine(): add selected machine type to error message
Vladimir Sementsov-Ogievskiy
2024-06-30
vl.c: select_machine(): use g_autoptr
Vladimir Sementsov-Ogievskiy
2024-06-30
vl.c: select_machine(): use ERRP_GUARD instead of error propagation
Vladimir Sementsov-Ogievskiy
2024-06-30
vl: Allow multiple -overcommit commands
Zide Chen
2024-06-24
gdbstub: move enums into separate header
Alex Bennée
2024-05-10
Merge tag 'pull-request-2024-05-10' of https://gitlab.com/thuth/qemu into sta...
Richard Henderson
2024-05-10
qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead
Thomas Huth
2024-05-08
qapi: introduce exit-on-error parameter for migrate-incoming
Vladimir Sementsov-Ogievskiy
2024-04-25
hw/core/machine: Support modules in -smp
Zhao Liu
2024-03-18
vl: do not assert if sev-guest is used together with TCG
Paolo Bonzini
2024-03-18
vl: convert qemu_machine_creation_done() to Error **
Paolo Bonzini
2024-03-09
replay: Improve error messages about configuration conflicts
Markus Armbruster
2024-02-29
cpu: Remove page_size_init
Richard Henderson
2024-02-28
ide, vl: turn -win2k-hack into a property on IDE devices
Paolo Bonzini
2024-02-28
vl, pc: turn -no-fd-bootchk into a machine property
Paolo Bonzini
2024-02-22
system/vl: Update description for input grab key
Tianlan Zhou
2024-02-09
softmmu: remove obsolete comment about libvirt timeouts
Daniel P. Berrangé
2024-02-09
qemu_init: increase NOFILE soft limit on POSIX
Fiona Ebner
2024-02-06
oslib-posix: initialize backend memory objects in parallel
Mark Kanda
2024-02-02
system/vl.c: Fix handling of '-serial none -serial something'
Peter Maydell
2024-01-29
accel/tcg: Move perf and debuginfo support to tcg/
Ilya Leoshkevich
2024-01-20
Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
2024-01-19
system/cpu-timers: Have icount_configure() return a boolean
Philippe Mathieu-Daudé
2024-01-19
cli: Remove deprecated '-singlestep' command line option
Philippe Mathieu-Daudé
2024-01-19
qemu-options: Remove the deprecated -chroot option
Thomas Huth
2024-01-19
qemu-options: Remove the deprecated -async-teardown option
Thomas Huth
2024-01-19
qemu-options: Remove the deprecated -no-acpi option
Thomas Huth
2024-01-19
qemu-options: Remove the deprecated -no-hpet option
Thomas Huth
2024-01-05
Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into staging
Peter Maydell
2024-01-05
hw/core: Add machine_class_default_cpu_type()
Philippe Mathieu-Daudé
2024-01-04
migration: preserve suspended for snapshot
Steve Sistare
2023-12-21
vl: Improve error message for conflicting -incoming and -loadvm
Kevin Wolf
2023-11-21
Merge tag 'pull-xenfv-20231121' of git://git.infradead.org/users/dwmw2/qemu i...
Stefan Hajnoczi
2023-11-21
vl: disable default serial when xen-console is enabled
David Woodhouse
2023-11-21
vl: add missing display_remote++
Marc-André Lureau
2023-11-21
vl: revert behaviour for -display none
Marc-André Lureau
2023-11-08
Merge tag 'misc-cpus-20231107' of https://github.com/philmd/qemu into staging
Stefan Hajnoczi
2023-11-07
vl: constify default_list
Marc-André Lureau
2023-11-07
vl: Free machine list
Akihiko Odaki
2023-11-07
ui/console: allow to override the default VC
Marc-André Lureau
2023-11-07
vl: move display early init before default devices
Marc-André Lureau
2023-11-07
vl: simplify display_remote logic
Marc-André Lureau
2023-11-07
qemu-options: define -vnc only #ifdef CONFIG_VNC
Marc-André Lureau
[next]