summaryrefslogtreecommitdiffstats
path: root/softmmu/vl.c
Commit message (Expand)AuthorAgeFilesLines
* migration: fix dump-vmstate with modulesLaurent Vivier2021-11-221-0/+1
* watchdog: remove select_watchdog_actionPaolo Bonzini2021-11-021-5/+5
* vl: deprecate -watchdogPaolo Bonzini2021-11-021-0/+1
* vl: Enable JSON syntax for -deviceKevin Wolf2021-10-151-7/+56
* softmmu/vl: Deprecate the -sdl and -curses optionThomas Huth2021-09-061-0/+3
* softmmu/vl: Deprecate the old grab optionsThomas Huth2021-09-061-0/+6
* softmmu/vl: Add a "grab-mod" parameter to the -display sdl optionThomas Huth2021-09-061-3/+12
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...Peter Maydell2021-08-271-13/+6Star
|\
| * vl: Clean up -smp error handlingMarkus Armbruster2021-08-261-7/+5Star
| * error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2021-08-261-6/+1Star
* | softmmu: Use accel_find("xen") instead of xen_available()Peter Maydell2021-08-261-3/+3
|/
* vl: stop recording -smp in QemuOptsPaolo Bonzini2021-07-301-8/+14
* vl: introduce machine_merge_propertyPaolo Bonzini2021-07-301-6/+19
* vl: Don't continue after -smp help.Markus Armbruster2021-07-271-1/+1
* Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210723-pull-request' ...Peter Maydell2021-07-231-0/+1
|\
| * vl: add virtio-vga-gl to the default_listMarc-André Lureau2021-07-221-0/+1
* | vl: Parse legacy default_machine_optsJason Andryuk2021-07-201-0/+1
|/
* vl: fix leak of qdict_crumple return valuePaolo Bonzini2021-07-091-4/+9
* modules: check arch and block load on mismatchGerd Hoffmann2021-07-091-0/+3
* modules: use modinfo for qemu opts loadGerd Hoffmann2021-07-091-17/+0Star
* modules: generate modinfo.cGerd Hoffmann2021-07-091-0/+4
* machine: add smp compound propertyPaolo Bonzini2021-07-061-7/+26
* vl: switch -M parsing to keyvalPaolo Bonzini2021-07-061-163/+140Star
* ui: Mark the '-no-quit' option as deprecatedThomas Huth2021-07-051-0/+2
* ui: Fix the "-display sdl,window_close=..." parameterThomas Huth2021-07-051-1/+6
* softmmu/vl: Remove obsolete comment about the "frame" parameterThomas Huth2021-07-051-2/+0Star
* ui: Make the DisplayType enum entries conditionalThomas Huth2021-06-231-3/+17
* vl: Fix an assert failure in error pathZhenzhong Duan2021-06-151-1/+1
* vl: plug -object back into -readconfigPaolo Bonzini2021-06-041-6/+18
* vl: plumb keyval-based options into -readconfigPaolo Bonzini2021-06-041-24/+59
* qemu-config: parse configuration files to a QDictPaolo Bonzini2021-06-041-2/+2
* qemu-config: load modules when instantiating option groupsPaolo Bonzini2021-05-261-4/+17
* vl: allow not specifying size in -m when using -M memory-backendPaolo Bonzini2021-05-261-2/+0Star
* remove qemu-options* from root directoryPaolo Bonzini2021-05-261-5/+19
* qtest: add a QOM object for qtestPaolo Bonzini2021-05-261-2/+3
* accel: move call to accel_init_interfacesClaudio Fontana2021-05-101-1/+0Star
* Do not include hw/boards.h if it's not really necessaryThomas Huth2021-05-021-1/+0Star
* Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-03-16-v4' in...Peter Maydell2021-03-191-0/+17
|\
| * qemu-options: New -compat to set policy for deprecated interfacesMarkus Armbruster2021-03-191-0/+17
* | hw: Replace anti-social QOM type namesMarkus Armbruster2021-03-191-1/+1
* | blockdev: Drop deprecated bogus -drive interface typeMarkus Armbruster2021-03-191-7/+1Star
|/
* vl: allow passing JSON to -objectPaolo Bonzini2021-03-191-12/+21
* qom: move user_creatable_add_opts logic to vl.c and QAPIfy itPaolo Bonzini2021-03-191-18/+57
* hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé2021-03-181-1/+0Star
* usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)Thomas Huth2021-03-151-2/+0Star
* semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé2021-03-101-1/+1
* trace: skip qemu_set_log_filename if no "-D" option was passedPaolo Bonzini2021-03-061-1/+3
* qemu-config: add error propagation to qemu_config_parsePaolo Bonzini2021-03-061-18/+11Star
* vl.c: do not execute trace_init_backends() before daemonizingDaniel Henrique Barboza2021-03-061-5/+13
* vl: deprecate -writeconfigPaolo Bonzini2021-02-251-0/+1