summaryrefslogtreecommitdiff
path: root/softmmu/vl.c
AgeCommit message (Expand)Author
2022-07-12vl: Unlink absolute PID file pathHanna Reitz
2022-07-12vl: Conditionally register PID file unlink notifierHanna Reitz
2022-06-28vga: avoid crash if no default vga cardGuo Zhi
2022-06-28semihosting: Cleanup chardev initRichard Henderson
2022-06-27accel: Introduce current_accel_name()Alexander Graf
2022-06-09hw/cxl: Push linking of CXL targets into i386/pc rather than in machine.cJonathan Cameron
2022-06-09hw/cxl: Make the CXL fixed memory window setup a machine parameter.Jonathan Cameron
2022-06-03ui: Remove deprecated options "-sdl" and "-curses"Thomas Huth
2022-06-03ui: Switch "-display sdl" to use the QAPI parserThomas Huth
2022-06-03ui: Remove deprecated parameters of the "-display sdl" optionThomas Huth
2022-05-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2022-05-14introduce -audio as a replacement for -soundhwPaolo Bonzini
2022-05-14soundhw: move help handling to vl.cPaolo Bonzini
2022-05-13hw/cxl/host: Add support for CXL Fixed Memory Windows.Jonathan Cameron
2022-05-12vl: make machine type deprecation a warningPaolo Bonzini
2022-05-12machine: move more memory validation to Machine objectPaolo Bonzini
2022-05-12machine: make memory-backend a link propertyPaolo Bonzini
2022-05-12machine: add mem compound propertyPaolo Bonzini
2022-05-12machine: add boot compound propertyPaolo Bonzini
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini
2022-05-09Warn user if the vga flag is passed but no vga device is createdGautam Agrawal
2022-05-09softmmu/vl: Fence 'xenfb' if Xen support is not compiled inThomas Huth
2022-04-28remove -writeconfigPaolo Bonzini
2022-04-21include: move qdict_{crumple,flatten} declarationsMarc-André Lureau
2022-04-21include: add qemu/keyval.hMarc-André Lureau
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau
2022-04-20softmmu: Use qemu_set_log_filename_flagsRichard Henderson
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson
2022-04-06include: move target page bits declaration to page-vary.hMarc-André Lureau
2022-03-22error: use GLib to remember the program nameMarc-André Lureau
2022-03-22vl: typo fix in a commentMarc-André Lureau
2022-03-22qemu-options: define -spice only #ifdef CONFIG_SPICEMarc-André Lureau
2022-03-06softmmu: Add qemu_init_arch_modules()Philippe Mathieu-Daudé
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell
2022-01-14softmmu: fix device deletion events with -device JSON syntaxDaniel P. Berrangé
2022-01-14include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito
2022-01-05qemu-options: Remove the deprecated -no-quit optionThomas Huth
2021-12-31hw/core/machine: Introduce CPU cluster topology supportYanan Wang
2021-11-22migration: fix dump-vmstate with modulesLaurent Vivier
2021-11-02watchdog: remove select_watchdog_actionPaolo Bonzini
2021-11-02vl: deprecate -watchdogPaolo Bonzini
2021-10-15vl: Enable JSON syntax for -deviceKevin Wolf
2021-09-06softmmu/vl: Deprecate the -sdl and -curses optionThomas Huth
2021-09-06softmmu/vl: Deprecate the old grab optionsThomas Huth
2021-09-06softmmu/vl: Add a "grab-mod" parameter to the -display sdl optionThomas Huth
2021-08-27Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...Peter Maydell
2021-08-26softmmu: Use accel_find("xen") instead of xen_available()Peter Maydell
2021-08-26vl: Clean up -smp error handlingMarkus Armbruster
2021-08-26error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster
2021-07-30vl: stop recording -smp in QemuOptsPaolo Bonzini