aboutsummaryrefslogtreecommitdiff
path: root/softmmu/vl.c
AgeCommit message (Expand)Author
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
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster
2021-03-19blockdev: Drop deprecated bogus -drive interface typeMarkus Armbruster
2021-03-19vl: allow passing JSON to -objectPaolo Bonzini
2021-03-19qom: move user_creatable_add_opts logic to vl.c and QAPIfy itPaolo Bonzini
2021-03-18hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé
2021-03-15usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)Thomas Huth
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé
2021-03-06trace: skip qemu_set_log_filename if no "-D" option was passedPaolo Bonzini
2021-03-06qemu-config: add error propagation to qemu_config_parsePaolo Bonzini
2021-03-06vl.c: do not execute trace_init_backends() before daemonizingDaniel Henrique Barboza
2021-02-25vl: deprecate -writeconfigPaolo Bonzini
2021-02-08Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...Peter Maydell