aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)AuthorFilesLines
2020-10-21qapi: Restrict 'inject-nmi' command to machine codePhilippe Mathieu-Daudé1-0/+1
2020-10-15chardev/spice: simplify chardev setupGerd Hoffmann1-4/+5
2020-10-15module: silence errors for module_load_qom_all().Gerd Hoffmann1-1/+1
2020-10-13Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell1-0/+16
2020-10-13Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-1...Peter Maydell1-7/+12
2020-10-13softmmu/memory: Log invalid memory accessesPhilippe Mathieu-Daudé1-0/+16
2020-10-13softmmu/vl: Be less verbose about missing KVM when running the qtestsThomas Huth1-7/+12
2020-10-12device_core: use drain_call_rcu in in qmp_device_addMaxim Levitsky1-0/+12
2020-10-12docs/devel/qtest: Include protocol spec in documentEduardo Habkost1-8/+63
2020-10-12exec: split out non-softmmu-specific partsPaolo Bonzini2-1/+3713
2020-10-12softmmu: move more files to softmmu/Paolo Bonzini7-0/+2938
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf1-1/+1
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf1-1/+1
2020-10-06gdbstub: add reverse continue support in replay modePavel Dovgalyuk1-0/+5
2020-10-06gdbstub: add reverse step support in replay modePavel Dovgalyuk1-3/+11
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana1-0/+18
2020-10-05cpus: remove checks for non-NULL cpus_accelClaudio Fontana1-12/+21
2020-10-05cpus: cleanup now unneeded includesClaudio Fontana1-7/+0
2020-10-05cpus: extract out hvf-specific code to target/i386/hvf/Claudio Fontana1-66/+0
2020-10-05cpus: extract out whpx-specific code to target/i386/Claudio Fontana1-79/+0
2020-10-05cpus: extract out hax-specific code to target/i386/Claudio Fontana1-79/+1
2020-10-05cpus: extract out kvm-specific code to accel/kvmClaudio Fontana1-77/+0
2020-10-05cpus: extract out qtest-specific code to accel/qtestClaudio Fontana1-63/+1
2020-10-05cpus: extract out TCG-specific code to accel/tcgClaudio Fontana1-504/+1
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana2-48/+156
2020-10-05icount: rename functions to be consistent with the module nameClaudio Fontana4-28/+28
2020-10-05cpu-timers, icount: new modulesClaudio Fontana7-742/+897
2020-09-30exec: Remove MemoryRegion::global_locking fieldPhilippe Mathieu-Daudé1-6/+0
2020-09-30vl: relocate path to configuration filePaolo Bonzini1-1/+2
2020-09-30vl: relocate paths to data directoriesPaolo Bonzini1-12/+28
2020-09-29qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé1-1/+1
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