aboutsummaryrefslogtreecommitdiff
path: root/softmmu/vl.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-10vl: extract default devices to separate functionsPaolo Bonzini1-102/+114
2020-12-10vl: load plugins as late as possiblePaolo Bonzini1-6/+6
2020-12-10vl: create "-net nic -net user" default earlierPaolo Bonzini1-8/+8
2020-12-10qemu-option: restrict qemu_opts_set to merge-lists QemuOptsPaolo Bonzini1-12/+7
2020-12-10vl: extract various command line desugaring snippets to a new functionPaolo Bonzini1-18/+22
2020-12-10vl: preconfig and loadvm are mutually exclusivePaolo Bonzini1-1/+6
2020-12-10vl: extract various command line validation snippets to a new functionPaolo Bonzini1-39/+39
2020-12-10vl: move prelaunch part of qemu_init to new functionsPaolo Bonzini1-115/+134
2020-12-10vl: extract qemu_init_subsystemsPaolo Bonzini1-51/+43
2020-12-10vl: move various initialization routines out of qemu_initPaolo Bonzini1-5/+0
2020-12-10vl: split various early command line options to a separate functionPaolo Bonzini1-88/+112
2020-12-10vl: remove bogus checkPaolo Bonzini1-6/+0
2020-12-10vl: extract validation of -smp to machine.cPaolo Bonzini1-18/+2
2020-12-10make ram_size local to vl.cPaolo Bonzini1-1/+1
2020-12-10vl: remove bios_namePaolo Bonzini1-2/+0
2020-12-10WHPX: support for the kernel-irqchip on/offSunil Muthuswamy1-2/+6
2020-11-11Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...Peter Maydell1-4/+2
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini1-4/+2
2020-11-11Fix the qemu crash when guest shutdown in COLO modeRao, Lei1-0/+1
2020-11-03semihosting: fix order of initialization functionsPaolo Bonzini1-3/+1
2020-10-30pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost1-2/+2
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-16/+0
2020-10-26machine: move SMP initialization from vl.cPaolo Bonzini1-7/+0
2020-10-26machine: move UP defaults to class_base_initPaolo Bonzini1-5/+0
2020-10-23block/export: vhost-user block device backend serverCoiby Xu1-0/+4
2020-10-22Remove deprecated -no-kvm optionThomas Huth1-4/+0
2020-10-21spice: load module when enabled on the cmdlineGerd Hoffmann1-1/+5
2020-10-21spice: move display_init() to QemuSpiceOps.Gerd Hoffmann1-1/+1
2020-10-21spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann1-1/+1
2020-10-15chardev/spice: simplify chardev setupGerd Hoffmann1-4/+5
2020-10-13softmmu/vl: Be less verbose about missing KVM when running the qtestsThomas Huth1-7/+12
2020-10-05icount: rename functions to be consistent with the module nameClaudio Fontana1-1/+1
2020-10-05cpu-timers, icount: new modulesClaudio Fontana1-2/+4
2020-09-30vl: relocate path to configuration filePaolo Bonzini1-1/+2
2020-09-30vl: relocate paths to data directoriesPaolo Bonzini1-12/+28
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-1/+1
2020-09-09softmmu: Add missing trace-events filePhilippe Mathieu-Daudé1-1/+1
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini1-1/+1
2020-07-27semihosting: defer connect_chardevs a little more to use serialxKONRAD Frederic1-2/+3
2020-07-24Revert "tpm: Clean up error reporting in tpm_init_tpmdev()"Markus Armbruster1-1/+3
2020-07-21hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean valuePhilippe Mathieu-Daudé1-5/+1
2020-07-10softmmu/vl: Remove the check for colons in -accel parametersThomas Huth1-5/+0
2020-07-10util/qemu-error: prepend guest name to error message to identify affected VM ...Mario Smarduch1-0/+9
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster1-4/+1
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster1-3/+1
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-6/+6
2020-07-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...Peter Maydell1-9/+28
2020-07-09Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...Peter Maydell1-2/+2
2020-07-08Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...Peter Maydell1-6/+6
2020-07-07qdev: device module supportGerd Hoffmann1-2/+2