aboutsummaryrefslogtreecommitdiff
path: root/softmmu/vl.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-09Warn user if the vga flag is passed but no vga device is createdGautam Agrawal1-0/+7
2022-05-09softmmu/vl: Fence 'xenfb' if Xen support is not compiled inThomas Huth1-0/+2
2022-04-28remove -writeconfigPaolo Bonzini1-20/+0
2022-04-21include: move qdict_{crumple,flatten} declarationsMarc-André Lureau1-0/+1
2022-04-21include: add qemu/keyval.hMarc-André Lureau1-0/+1
2022-04-21include: rename qemu-common.h qemu/help-texts.hMarc-André Lureau1-1/+1
2022-04-20softmmu: Use qemu_set_log_filename_flagsRichard Henderson1-12/+9
2022-04-20util/log: Pass Error pointer to qemu_set_logRichard Henderson1-2/+2
2022-04-06include: move target page bits declaration to page-vary.hMarc-André Lureau1-0/+1
2022-03-22error: use GLib to remember the program nameMarc-André Lureau1-1/+1
2022-03-22vl: typo fix in a commentMarc-André Lureau1-1/+1
2022-03-22qemu-options: define -spice only #ifdef CONFIG_SPICEMarc-André Lureau1-0/+2
2022-03-06softmmu: Add qemu_init_arch_modules()Philippe Mathieu-Daudé1-4/+1
2022-02-21include: Move hardware version declarations to new qemu/hw-version.hPeter Maydell1-0/+1
2022-01-14softmmu: fix device deletion events with -device JSON syntaxDaniel P. Berrangé1-1/+3
2022-01-14include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito1-1/+3
2022-01-05qemu-options: Remove the deprecated -no-quit optionThomas Huth1-7/+1
2021-12-31hw/core/machine: Introduce CPU cluster topology supportYanan Wang1-0/+3
2021-11-22migration: fix dump-vmstate with modulesLaurent Vivier1-0/+1
2021-11-02watchdog: remove select_watchdog_actionPaolo Bonzini1-5/+5
2021-11-02vl: deprecate -watchdogPaolo Bonzini1-0/+1
2021-10-15vl: Enable JSON syntax for -deviceKevin Wolf1-7/+56
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