summaryrefslogtreecommitdiff
path: root/softmmu/vl.c
AgeCommit message (Expand)Author
2020-11-11Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...Peter Maydell
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini
2020-11-11Fix the qemu crash when guest shutdown in COLO modeRao, Lei
2020-11-03semihosting: fix order of initialization functionsPaolo Bonzini
2020-10-30pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-10-26machine: move SMP initialization from vl.cPaolo Bonzini
2020-10-26machine: move UP defaults to class_base_initPaolo Bonzini
2020-10-23block/export: vhost-user block device backend serverCoiby Xu
2020-10-22Remove deprecated -no-kvm optionThomas Huth
2020-10-21spice: load module when enabled on the cmdlineGerd Hoffmann
2020-10-21spice: move display_init() to QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann
2020-10-15chardev/spice: simplify chardev setupGerd Hoffmann
2020-10-13softmmu/vl: Be less verbose about missing KVM when running the qtestsThomas Huth
2020-10-05icount: rename functions to be consistent with the module nameClaudio Fontana
2020-10-05cpu-timers, icount: new modulesClaudio Fontana
2020-09-30vl: relocate path to configuration filePaolo Bonzini
2020-09-30vl: relocate paths to data directoriesPaolo Bonzini
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-09softmmu: Add missing trace-events filePhilippe Mathieu-Daudé
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-27semihosting: defer connect_chardevs a little more to use serialxKONRAD Frederic
2020-07-24Revert "tpm: Clean up error reporting in tpm_init_tpmdev()"Markus Armbruster
2020-07-21hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean valuePhilippe Mathieu-Daudé
2020-07-10softmmu/vl: Remove the check for colons in -accel parametersThomas Huth
2020-07-10util/qemu-error: prepend guest name to error message to identify affected VM ...Mario Smarduch
2020-07-10error: Eliminate error_propagate() with Coccinelle, part 1Markus Armbruster
2020-07-10qom: Use returned bool to check for failure, Coccinelle partMarkus Armbruster
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster
2020-07-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...Peter Maydell
2020-07-09Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...Peter Maydell
2020-07-08Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...Peter Maydell
2020-07-07qdev: device module supportGerd Hoffmann
2020-07-06softmmu: initialize spice and audio earlierGerd Hoffmann
2020-07-06fuzz: fix broken qtest check at rcu_disable_atforkAlexander Bulekov
2020-07-03softmmu/vl: Allow -fw_cfg 'gen_id' option to use the 'etc/' namespacePhilippe Mathieu-Daudé
2020-07-03softmmu/vl: Let -fw_cfg option take a 'gen_id' argumentPhilippe Mathieu-Daudé
2020-06-23blockdev: Deprecate -drive with bogus interface typeMarkus Armbruster
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé
2020-06-10vl.c: run preconfig loop before creating default RAM backendIgor Mammedov
2020-06-05fuzz: add datadir for oss-fuzz compatabilityAlexander Bulekov
2020-05-15Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200515-pull-request' i...Peter Maydell
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster
2020-05-14ui: improve -show-cursor deprecation messageGerd Hoffmann
2020-04-29qemu-option: pass NULL rather than 0 to the id of qemu_opts_set()Masahiro Yamada
2020-04-13vl.c: error out if -mem-path is used together with -M memory-backendIgor Mammedov
2020-04-03Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200403' into stagingPeter Maydell
2020-04-02vl: fix broken IPA range for ARM -M virt with KVM enabledIgor Mammedov
2020-04-02vl/s390x: fixup ram sizes for compat machinesChristian Borntraeger