aboutsummaryrefslogtreecommitdiff
path: root/softmmu/vl.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-06softmmu/vl: Deprecate the -sdl and -curses optionThomas Huth1-0/+3
2021-09-06softmmu/vl: Deprecate the old grab optionsThomas Huth1-0/+6
2021-09-06softmmu/vl: Add a "grab-mod" parameter to the -display sdl optionThomas Huth1-3/+12
2021-08-27Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into...Peter Maydell1-13/+6
2021-08-26softmmu: Use accel_find("xen") instead of xen_available()Peter Maydell1-3/+3
2021-08-26vl: Clean up -smp error handlingMarkus Armbruster1-7/+5
2021-08-26error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-6/+1
2021-07-30vl: stop recording -smp in QemuOptsPaolo Bonzini1-8/+14
2021-07-30vl: introduce machine_merge_propertyPaolo Bonzini1-6/+19
2021-07-27vl: Don't continue after -smp help.Markus Armbruster1-1/+1
2021-07-23Merge remote-tracking branch 'remotes/kraxel/tags/vga-20210723-pull-request' ...Peter Maydell1-0/+1
2021-07-22vl: add virtio-vga-gl to the default_listMarc-André Lureau1-0/+1
2021-07-20vl: Parse legacy default_machine_optsJason Andryuk1-0/+1
2021-07-09vl: fix leak of qdict_crumple return valuePaolo Bonzini1-4/+9
2021-07-09modules: check arch and block load on mismatchGerd Hoffmann1-0/+3
2021-07-09modules: use modinfo for qemu opts loadGerd Hoffmann1-17/+0
2021-07-09modules: generate modinfo.cGerd Hoffmann1-0/+4
2021-07-06machine: add smp compound propertyPaolo Bonzini1-7/+26
2021-07-06vl: switch -M parsing to keyvalPaolo Bonzini1-163/+140
2021-07-05ui: Mark the '-no-quit' option as deprecatedThomas Huth1-0/+2
2021-07-05ui: Fix the "-display sdl,window_close=..." parameterThomas Huth1-1/+6
2021-07-05softmmu/vl: Remove obsolete comment about the "frame" parameterThomas Huth1-2/+0
2021-06-23ui: Make the DisplayType enum entries conditionalThomas Huth1-3/+17
2021-06-15vl: Fix an assert failure in error pathZhenzhong Duan1-1/+1
2021-06-04vl: plug -object back into -readconfigPaolo Bonzini1-6/+18
2021-06-04vl: plumb keyval-based options into -readconfigPaolo Bonzini1-24/+59
2021-06-04qemu-config: parse configuration files to a QDictPaolo Bonzini1-2/+2
2021-05-26qemu-config: load modules when instantiating option groupsPaolo Bonzini1-4/+17
2021-05-26vl: allow not specifying size in -m when using -M memory-backendPaolo Bonzini1-2/+0
2021-05-26remove qemu-options* from root directoryPaolo Bonzini1-5/+19
2021-05-26qtest: add a QOM object for qtestPaolo Bonzini1-2/+3
2021-05-10accel: move call to accel_init_interfacesClaudio Fontana1-1/+0
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth1-1/+0
2021-03-19Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-03-16-v4' in...Peter Maydell1-0/+17
2021-03-19qemu-options: New -compat to set policy for deprecated interfacesMarkus Armbruster1-0/+17
2021-03-19hw: Replace anti-social QOM type namesMarkus Armbruster1-1/+1
2021-03-19blockdev: Drop deprecated bogus -drive interface typeMarkus Armbruster1-7/+1
2021-03-19vl: allow passing JSON to -objectPaolo Bonzini1-12/+21
2021-03-19qom: move user_creatable_add_opts logic to vl.c and QAPIfy itPaolo Bonzini1-18/+57
2021-03-18hw/ide: remove 'ide-drive' deviceDaniel P. Berrangé1-1/+0
2021-03-15usb: Un-deprecate -usbdevice (except for -usbdevice audio which gets removed)Thomas Huth1-2/+0
2021-03-10semihosting: Move include/hw/semihosting/ -> include/semihosting/Philippe Mathieu-Daudé1-1/+1
2021-03-06trace: skip qemu_set_log_filename if no "-D" option was passedPaolo Bonzini1-1/+3
2021-03-06qemu-config: add error propagation to qemu_config_parsePaolo Bonzini1-18/+11
2021-03-06vl.c: do not execute trace_init_backends() before daemonizingDaniel Henrique Barboza1-5/+13
2021-02-25vl: deprecate -writeconfigPaolo Bonzini1-0/+1
2021-02-08Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...Peter Maydell1-1/+1
2021-02-08migration: wire up support for snapshot device selectionDaniel P. Berrangé1-1/+1
2021-02-08migration: stop returning errno from load_snapshot()Daniel P. Berrangé1-1/+1
2021-02-08confidential guest support: Introduce cgs "ready" flagDavid Gibson1-0/+10