aboutsummaryrefslogtreecommitdiff
path: root/softmmu/vl.c
AgeCommit message (Expand)Author
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
2021-07-30vl: introduce machine_merge_propertyPaolo Bonzini
2021-07-27vl: Don't continue after -smp help.Markus Armbruster
2021-07-23Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210723-pull-request' ...Peter Maydell
2021-07-22vl: add virtio-vga-gl to the default_listMarc-André Lureau
2021-07-20vl: Parse legacy default_machine_optsJason Andryuk
2021-07-09vl: fix leak of qdict_crumple return valuePaolo Bonzini
2021-07-09modules: check arch and block load on mismatchGerd Hoffmann
2021-07-09modules: use modinfo for qemu opts loadGerd Hoffmann
2021-07-09modules: generate modinfo.cGerd Hoffmann
2021-07-06machine: add smp compound propertyPaolo Bonzini
2021-07-06vl: switch -M parsing to keyvalPaolo Bonzini
2021-07-05ui: Mark the '-no-quit' option as deprecatedThomas Huth
2021-07-05ui: Fix the "-display sdl,window_close=..." parameterThomas Huth
2021-07-05softmmu/vl: Remove obsolete comment about the "frame" parameterThomas Huth
2021-06-23ui: Make the DisplayType enum entries conditionalThomas Huth
2021-06-15vl: Fix an assert failure in error pathZhenzhong Duan
2021-06-04vl: plug -object back into -readconfigPaolo Bonzini
2021-06-04vl: plumb keyval-based options into -readconfigPaolo Bonzini
2021-06-04qemu-config: parse configuration files to a QDictPaolo Bonzini
2021-05-26qemu-config: load modules when instantiating option groupsPaolo Bonzini
2021-05-26vl: allow not specifying size in -m when using -M memory-backendPaolo Bonzini
2021-05-26remove qemu-options* from root directoryPaolo Bonzini
2021-05-26qtest: add a QOM object for qtestPaolo Bonzini
2021-05-10accel: move call to accel_init_interfacesClaudio Fontana
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-03-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-03-16-v4' in...Peter Maydell
2021-03-19qemu-options: New -compat to set policy for deprecated interfacesMarkus Armbruster