summaryrefslogtreecommitdiff
path: root/softmmu/vl.c
AgeCommit message (Expand)Author
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
2021-02-08migration: wire up support for snapshot device selectionDaniel P. Berrangé
2021-02-08migration: stop returning errno from load_snapshot()Daniel P. Berrangé
2021-02-08confidential guest support: Introduce cgs "ready" flagDavid Gibson
2021-02-08qom: Allow optional sugar propsGreg Kurz
2021-02-05accel: replace struct CpusAccel with AccelOpsClassClaudio Fontana
2021-02-05accel: extend AccelState and AccelClass to user-modeClaudio Fontana
2021-02-01error: rename error_with_timestamp to message_with_timestampStefan Hajnoczi
2021-01-23vnc: support "-vnc help"Paolo Bonzini
2021-01-21runstate: cleanup reboot and panic actionsPaolo Bonzini
2021-01-02vl: initialize displays _after_ exiting preconfigurationPaolo Bonzini
2020-12-15vl: rename local variable in configure_acceleratorsPaolo Bonzini
2020-12-15Remove the deprecated -show-cursor optionThomas Huth
2020-12-15Remove the deprecated -realtime optionThomas Huth
2020-12-15accel/tcg: Remove deprecated '-tb-size' optionPhilippe Mathieu-Daudé
2020-12-15vl: Add option to avoid stopping VM upon guest panicAlejandro Jimenez
2020-12-15vl: Add an -action option specifying response to guest eventsAlejandro Jimenez
2020-12-15qmp: generalize watchdog-set-action to -no-reboot/-no-shutdownAlejandro Jimenez
2020-12-15memory: allow creating MemoryRegions before acceleratorsPaolo Bonzini
2020-12-15plugin: propagate errorsPaolo Bonzini
2020-12-15vl: make qemu_get_machine_opts staticPaolo Bonzini
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini
2020-12-15chardev: do not use machine_init_donePaolo Bonzini
2020-12-15vl: move all generic initialization out of vl.cPaolo Bonzini
2020-12-15vl: extract softmmu/globals.cPaolo Bonzini
2020-12-15vl: extract softmmu/runstate.cPaolo Bonzini
2020-12-15vl: allow -incoming defer with -preconfigPaolo Bonzini
2020-12-15vl: remove separate preconfig main_loopPaolo Bonzini