aboutsummaryrefslogtreecommitdiff
path: root/system/vl.c
AgeCommit message (Expand)Author
3 daysvl: fix qemu_validate_options() indentionGerd Hoffmann
2024-10-21replace error_setg(&error_fatal, ...) with error_report()Tudor Gheorghiu
2024-10-15vl.c: Remove pxa2xx-specific -portrait and -rotate optionsPeter Maydell
2024-09-10qapi/ui: Drop temporary 'prefix'Markus Armbruster
2024-08-23system/vl.c: Print machine name, not "(null)", for unknown machine typesPeter Maydell
2024-08-06system/vl.c: Expand OpenGL related errorsPeter Maydell
2024-07-16vl: fix "type is NULL" in -vga helpMarc-André Lureau
2024-06-30vl.c: select_machine(): add selected machine type to error messageVladimir Sementsov-Ogievskiy
2024-06-30vl.c: select_machine(): use g_autoptrVladimir Sementsov-Ogievskiy
2024-06-30vl.c: select_machine(): use ERRP_GUARD instead of error propagationVladimir Sementsov-Ogievskiy
2024-06-30vl: Allow multiple -overcommit commandsZide Chen
2024-06-24gdbstub: move enums into separate headerAlex Bennée
2024-05-10Merge tag 'pull-request-2024-05-10' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2024-05-10qemu-options: Deprecate "-runas" and introduce "-run-with user=..." insteadThomas Huth
2024-05-08qapi: introduce exit-on-error parameter for migrate-incomingVladimir Sementsov-Ogievskiy
2024-04-25hw/core/machine: Support modules in -smpZhao Liu
2024-03-18vl: do not assert if sev-guest is used together with TCGPaolo Bonzini
2024-03-18vl: convert qemu_machine_creation_done() to Error **Paolo Bonzini
2024-03-09replay: Improve error messages about configuration conflictsMarkus Armbruster
2024-02-29cpu: Remove page_size_initRichard Henderson
2024-02-28ide, vl: turn -win2k-hack into a property on IDE devicesPaolo Bonzini
2024-02-28vl, pc: turn -no-fd-bootchk into a machine propertyPaolo Bonzini
2024-02-22system/vl: Update description for input grab keyTianlan Zhou
2024-02-09softmmu: remove obsolete comment about libvirt timeoutsDaniel P. Berrangé
2024-02-09qemu_init: increase NOFILE soft limit on POSIXFiona Ebner
2024-02-06oslib-posix: initialize backend memory objects in parallelMark Kanda
2024-02-02system/vl.c: Fix handling of '-serial none -serial something'Peter Maydell
2024-01-29accel/tcg: Move perf and debuginfo support to tcg/Ilya Leoshkevich
2024-01-20Merge tag 'pull-request-2024-01-19' of https://gitlab.com/thuth/qemu into sta...Peter Maydell
2024-01-19system/cpu-timers: Have icount_configure() return a booleanPhilippe Mathieu-Daudé
2024-01-19cli: Remove deprecated '-singlestep' command line optionPhilippe Mathieu-Daudé
2024-01-19qemu-options: Remove the deprecated -chroot optionThomas Huth
2024-01-19qemu-options: Remove the deprecated -async-teardown optionThomas Huth
2024-01-19qemu-options: Remove the deprecated -no-acpi optionThomas Huth
2024-01-19qemu-options: Remove the deprecated -no-hpet optionThomas Huth
2024-01-05Merge tag 'hw-cpus-20240105' of https://github.com/philmd/qemu into stagingPeter Maydell
2024-01-05hw/core: Add machine_class_default_cpu_type()Philippe Mathieu-Daudé
2024-01-04migration: preserve suspended for snapshotSteve Sistare
2023-12-21vl: Improve error message for conflicting -incoming and -loadvmKevin Wolf
2023-11-21Merge tag 'pull-xenfv-20231121' of git://git.infradead.org/users/dwmw2/qemu i...Stefan Hajnoczi
2023-11-21vl: disable default serial when xen-console is enabledDavid Woodhouse
2023-11-21vl: add missing display_remote++Marc-André Lureau
2023-11-21vl: revert behaviour for -display noneMarc-André Lureau
2023-11-08Merge tag 'misc-cpus-20231107' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2023-11-07vl: constify default_listMarc-André Lureau
2023-11-07vl: Free machine listAkihiko Odaki
2023-11-07ui/console: allow to override the default VCMarc-André Lureau
2023-11-07vl: move display early init before default devicesMarc-André Lureau
2023-11-07vl: simplify display_remote logicMarc-André Lureau
2023-11-07qemu-options: define -vnc only #ifdef CONFIG_VNCMarc-André Lureau