aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)Author
2020-10-15chardev/spice: simplify chardev setupGerd Hoffmann
2020-10-15module: silence errors for module_load_qom_all().Gerd Hoffmann
2020-10-13Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell
2020-10-13Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-1...Peter Maydell
2020-10-13softmmu/memory: Log invalid memory accessesPhilippe Mathieu-Daudé
2020-10-13softmmu/vl: Be less verbose about missing KVM when running the qtestsThomas Huth
2020-10-12device_core: use drain_call_rcu in in qmp_device_addMaxim Levitsky
2020-10-12docs/devel/qtest: Include protocol spec in documentEduardo Habkost
2020-10-12exec: split out non-softmmu-specific partsPaolo Bonzini
2020-10-12softmmu: move more files to softmmu/Paolo Bonzini
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf
2020-10-09monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf
2020-10-06gdbstub: add reverse continue support in replay modePavel Dovgalyuk
2020-10-06gdbstub: add reverse step support in replay modePavel Dovgalyuk
2020-10-05cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana
2020-10-05cpus: remove checks for non-NULL cpus_accelClaudio Fontana
2020-10-05cpus: cleanup now unneeded includesClaudio Fontana
2020-10-05cpus: extract out hvf-specific code to target/i386/hvf/Claudio Fontana
2020-10-05cpus: extract out whpx-specific code to target/i386/Claudio Fontana
2020-10-05cpus: extract out hax-specific code to target/i386/Claudio Fontana
2020-10-05cpus: extract out kvm-specific code to accel/kvmClaudio Fontana
2020-10-05cpus: extract out qtest-specific code to accel/qtestClaudio Fontana
2020-10-05cpus: extract out TCG-specific code to accel/tcgClaudio Fontana
2020-10-05cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana
2020-10-05icount: rename functions to be consistent with the module nameClaudio Fontana
2020-10-05cpu-timers, icount: new modulesClaudio Fontana
2020-09-30exec: Remove MemoryRegion::global_locking fieldPhilippe Mathieu-Daudé
2020-09-30vl: relocate path to configuration filePaolo Bonzini
2020-09-30vl: relocate paths to data directoriesPaolo Bonzini
2020-09-29qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-09softmmu: Add missing trace-events filePhilippe Mathieu-Daudé
2020-09-03softmmu/cpus: Only set parallel_cpus for SMPRichard Henderson
2020-08-21meson: move SDL and SDL-image detection to mesonPaolo Bonzini
2020-08-21meson: link emulators without Makefile.targetPaolo Bonzini
2020-08-21meson: convert most of softmmu/Paolo Bonzini
2020-08-21meson: infrastructure for building emulatorsPaolo Bonzini
2020-08-21configure: prepare CFLAGS/CXXFLAGS/LDFLAGS for MesonPaolo Bonzini
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-22Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200721' int...Peter Maydell
2020-07-21hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean valuePhilippe Mathieu-Daudé
2020-07-21qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster
2020-07-11Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-port-20200711' i...Peter Maydell
2020-07-10softmmu/vl: Remove the check for colons in -accel parametersThomas Huth
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana
2020-07-10softmmu: move softmmu only files from rootClaudio Fontana
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