summaryrefslogtreecommitdiffstats
path: root/softmmu/vl.c
Commit message (Expand)AuthorAgeFilesLines
...
* vl: separate qemu_create_early_backendsPaolo Bonzini2020-12-101-58/+65
* vl: move CHECKPOINT_INIT after preconfigPaolo Bonzini2020-12-101-5/+0Star
* vl: extract default devices to separate functionsPaolo Bonzini2020-12-101-102/+114
* vl: load plugins as late as possiblePaolo Bonzini2020-12-101-6/+6
* vl: create "-net nic -net user" default earlierPaolo Bonzini2020-12-101-8/+8
* qemu-option: restrict qemu_opts_set to merge-lists QemuOptsPaolo Bonzini2020-12-101-12/+7Star
* vl: extract various command line desugaring snippets to a new functionPaolo Bonzini2020-12-101-18/+22
* vl: preconfig and loadvm are mutually exclusivePaolo Bonzini2020-12-101-1/+6
* vl: extract various command line validation snippets to a new functionPaolo Bonzini2020-12-101-39/+39
* vl: move prelaunch part of qemu_init to new functionsPaolo Bonzini2020-12-101-115/+134
* vl: extract qemu_init_subsystemsPaolo Bonzini2020-12-101-51/+43Star
* vl: move various initialization routines out of qemu_initPaolo Bonzini2020-12-101-5/+0Star
* vl: split various early command line options to a separate functionPaolo Bonzini2020-12-101-88/+112
* vl: remove bogus checkPaolo Bonzini2020-12-101-6/+0Star
* vl: extract validation of -smp to machine.cPaolo Bonzini2020-12-101-18/+2Star
* make ram_size local to vl.cPaolo Bonzini2020-12-101-1/+1
* vl: remove bios_namePaolo Bonzini2020-12-101-2/+0Star
* WHPX: support for the kernel-irqchip on/offSunil Muthuswamy2020-12-101-2/+6
* Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...Peter Maydell2020-11-111-4/+2Star
|\
| * trace: remove argument from trace_init_filePaolo Bonzini2020-11-111-4/+2Star
* | Fix the qemu crash when guest shutdown in COLO modeRao, Lei2020-11-111-0/+1
|/
* semihosting: fix order of initialization functionsPaolo Bonzini2020-11-031-3/+1Star
* pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost2020-10-301-2/+2
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-261-16/+0Star
|\
| * machine: move SMP initialization from vl.cPaolo Bonzini2020-10-261-7/+0Star
| * machine: move UP defaults to class_base_initPaolo Bonzini2020-10-261-5/+0Star
| * Remove deprecated -no-kvm optionThomas Huth2020-10-221-4/+0Star
* | block/export: vhost-user block device backend serverCoiby Xu2020-10-231-0/+4
|/
* spice: load module when enabled on the cmdlineGerd Hoffmann2020-10-211-1/+5
* spice: move display_init() to QemuSpiceOps.Gerd Hoffmann2020-10-211-1/+1
* spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann2020-10-211-1/+1
* chardev/spice: simplify chardev setupGerd Hoffmann2020-10-151-4/+5
* softmmu/vl: Be less verbose about missing KVM when running the qtestsThomas Huth2020-10-131-7/+12
* icount: rename functions to be consistent with the module nameClaudio Fontana2020-10-051-1/+1
* cpu-timers, icount: new modulesClaudio Fontana2020-10-051-2/+4
* vl: relocate path to configuration filePaolo Bonzini2020-09-301-1/+2
* vl: relocate paths to data directoriesPaolo Bonzini2020-09-301-12/+28
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* softmmu: Add missing trace-events filePhilippe Mathieu-Daudé2020-09-091-1/+1
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-211-1/+1
* semihosting: defer connect_chardevs a little more to use serialxKONRAD Frederic2020-07-271-2/+3
* Revert "tpm: Clean up error reporting in tpm_init_tpmdev()"Markus Armbruster2020-07-241-1/+3
* hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean valuePhilippe Mathieu-Daudé2020-07-211-5/+1Star
* softmmu/vl: Remove the check for colons in -accel parametersThomas Huth2020-07-111-5/+0Star
* util/qemu-error: prepend guest name to error message to identify affected VM ...Mario Smarduch2020-07-111-0/+9
* error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster2020-07-101-4/+1Star
* qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster2020-07-101-3/+1Star
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-6/+6
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...Peter Maydell2020-07-091-9/+28
|\
| * softmmu/vl: Allow -fw_cfg 'gen_id' option to use the 'etc/' namespacePhilippe Mathieu-Daudé2020-07-031-1/+7