summaryrefslogtreecommitdiffstats
path: root/softmmu/vl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20210208a'...Peter Maydell2021-02-081-1/+1
|\
| * migration: wire up support for snapshot device selectionDaniel P. Berrangé2021-02-081-1/+1
| * migration: stop returning errno from load_snapshot()Daniel P. Berrangé2021-02-081-1/+1
* | confidential guest support: Introduce cgs "ready" flagDavid Gibson2021-02-081-0/+10
* | qom: Allow optional sugar propsGreg Kurz2021-02-081-6/+11
|/
* accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana2021-02-051-2/+5
* accel: extend AccelState and AccelClass to user-modeClaudio Fontana2021-02-051-1/+1
* error: rename error_with_timestamp to message_with_timestampStefan Hajnoczi2021-02-011-1/+1
* vnc: support "-vnc help"Paolo Bonzini2021-01-231-3/+3
* runstate: cleanup reboot and panic actionsPaolo Bonzini2021-01-211-1/+1
* vl: initialize displays _after_ exiting preconfigurationPaolo Bonzini2021-01-021-1/+1
* vl: rename local variable in configure_acceleratorsPaolo Bonzini2020-12-151-9/+9
* Remove the deprecated -show-cursor optionThomas Huth2020-12-151-8/+0Star
* Remove the deprecated -realtime optionThomas Huth2020-12-151-28/+1Star
* accel/tcg: Remove deprecated '-tb-size' optionPhilippe Mathieu-Daudé2020-12-151-8/+0Star
* vl: Add option to avoid stopping VM upon guest panicAlejandro Jimenez2020-12-151-1/+4
* vl: Add an -action option specifying response to guest eventsAlejandro Jimenez2020-12-151-2/+56
* qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez2020-12-151-2/+3
* memory: allow creating MemoryRegions before acceleratorsPaolo Bonzini2020-12-151-5/+1Star
* plugin: propagate errorsPaolo Bonzini2020-12-151-3/+1Star
* vl: make qemu_get_machine_opts staticPaolo Bonzini2020-12-151-1/+1
* machine: introduce MachineInitPhasePaolo Bonzini2020-12-151-5/+4Star
* chardev: do not use machine_init_donePaolo Bonzini2020-12-151-0/+3
* vl: move all generic initialization out of vl.cPaolo Bonzini2020-12-151-36/+1Star
* vl: extract softmmu/globals.cPaolo Bonzini2020-12-151-42/+3Star
* vl: extract softmmu/runstate.cPaolo Bonzini2020-12-151-751/+1Star
* vl: allow -incoming defer with -preconfigPaolo Bonzini2020-12-151-3/+2Star
* vl: remove separate preconfig main_loopPaolo Bonzini2020-12-151-54/+41Star