aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)AuthorFilesLines
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi4-30/+30
2020-09-09softmmu: Add missing trace-events filePhilippe Mathieu-Daudé6-4/+33
2020-09-03softmmu/cpus: Only set parallel_cpus for SMPRichard Henderson1-1/+10
2020-08-21meson: move SDL and SDL-image detection to mesonPaolo Bonzini1-0/+1
2020-08-21meson: link emulators without Makefile.targetPaolo Bonzini1-2/+0
2020-08-21meson: convert most of softmmu/Paolo Bonzini2-13/+11
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini1-1/+1
2020-08-21configure: prepare CFLAGS/CXXFLAGS/LDFLAGS for MesonPaolo Bonzini1-1/+1
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini4-4/+4
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-22Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200721' int...Peter Maydell1-5/+1
2020-07-21hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean valuePhilippe Mathieu-Daudé1-5/+1
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster1-1/+1
2020-07-11Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-port-20200711' i...Peter Maydell1-0/+2
2020-07-10softmmu/vl: Remove the check for colons in -accel parametersThomas Huth1-5/+0
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana3-87/+131
2020-07-10softmmu: move softmmu only files from rootClaudio Fontana8-0/+7272
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
2020-07-06softmmu: initialize spice and audio earlierGerd Hoffmann1-6/+6
2020-07-06fuzz: fix broken qtest check at rcu_disable_atforkAlexander Bulekov1-11/+1
2020-07-03softmmu/vl: Allow -fw_cfg 'gen_id' option to use the 'etc/' namespacePhilippe Mathieu-Daudé1-1/+7
2020-07-03softmmu/vl: Let -fw_cfg option take a 'gen_id' argumentPhilippe Mathieu-Daudé1-8/+21
2020-06-23blockdev: Deprecate -drive with bogus interface typeMarkus Armbruster1-0/+8
2020-06-10accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé1-1/+1
2020-06-10vl.c: run preconfig loop before creating default RAM backendIgor Mammedov1-2/+3
2020-06-05fuzz: add datadir for oss-fuzz compatabilityAlexander Bulekov1-1/+1
2020-05-15Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200515-pull-request' i...Peter Maydell1-2/+4
2020-05-15qom: Drop parameter @errp of object_property_add() & friendsMarkus Armbruster1-4/+3
2020-05-14ui: improve -show-cursor deprecation messageGerd Hoffmann1-2/+4
2020-04-29qemu-option: pass NULL rather than 0 to the id of qemu_opts_set()Masahiro Yamada1-5/+5
2020-04-13vl.c: error out if -mem-path is used together with -M memory-backendIgor Mammedov1-0/+5
2020-04-03Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200403' into stagingPeter Maydell1-0/+3
2020-04-02vl: fix broken IPA range for ARM -M virt with KVM enabledIgor Mammedov1-4/+3
2020-04-02vl/s390x: fixup ram sizes for compat machinesChristian Borntraeger1-0/+3
2020-04-01softmmu: fix crash with invalid -M memory-backend=Marc-André Lureau1-0/+5
2020-03-29acpi: add acpi=OnOffAuto machine property to x86 and arm virtGerd Hoffmann1-2/+2
2020-03-25vl.c: fix migration failure for 3.1 and older machine typesIgor Mammedov1-0/+3
2020-03-17machine: Add SMP Sockets in CpuTopologyBabu Moger1-0/+1
2020-03-16softmmu/vl.c: Handle '-cpu help' and '-device help' before 'no default machine'Peter Maydell1-10/+16
2020-03-09vl: Add missing "hw/boards.h" includePhilippe Mathieu-Daudé1-0/+1
2020-02-28vl: Abort if multiple machines are registered as defaultPhilippe Mathieu-Daudé1-2/+4
2020-02-28migration: Add support for modulesJuan Quintela1-0/+1