summaryrefslogtreecommitdiffstats
path: root/softmmu
Commit message (Expand)AuthorAgeFilesLines
* gdbstub: add reverse continue support in replay modePavel Dovgalyuk2020-10-061-0/+5
* gdbstub: add reverse step support in replay modePavel Dovgalyuk2020-10-061-3/+11
* cpus: add handle_interrupt to the CpusAccel interfaceClaudio Fontana2020-10-051-0/+18
* cpus: remove checks for non-NULL cpus_accelClaudio Fontana2020-10-051-12/+21
* cpus: cleanup now unneeded includesClaudio Fontana2020-10-051-7/+0Star
* cpus: extract out hvf-specific code to target/i386/hvf/Claudio Fontana2020-10-051-66/+0Star
* cpus: extract out whpx-specific code to target/i386/Claudio Fontana2020-10-051-79/+0Star
* cpus: extract out hax-specific code to target/i386/Claudio Fontana2020-10-051-79/+1Star
* cpus: extract out kvm-specific code to accel/kvmClaudio Fontana2020-10-051-77/+0Star
* cpus: extract out qtest-specific code to accel/qtestClaudio Fontana2020-10-051-63/+1Star
* cpus: extract out TCG-specific code to accel/tcgClaudio Fontana2020-10-051-504/+1Star
* cpus: prepare new CpusAccel cpu accelerator interfaceClaudio Fontana2020-10-052-48/+156
* icount: rename functions to be consistent with the module nameClaudio Fontana2020-10-054-28/+28
* cpu-timers, icount: new modulesClaudio Fontana2020-10-057-742/+897
* exec: Remove MemoryRegion::global_locking fieldPhilippe Mathieu-Daudé2020-09-301-6/+0Star
* vl: relocate path to configuration filePaolo Bonzini2020-09-301-1/+2
* vl: relocate paths to data directoriesPaolo Bonzini2020-09-301-12/+28
* qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé2020-09-291-1/+1
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-234-30/+30
* softmmu: Add missing trace-events filePhilippe Mathieu-Daudé2020-09-096-4/+33
* softmmu/cpus: Only set parallel_cpus for SMPRichard Henderson2020-09-031-1/+10
* meson: move SDL and SDL-image detection to mesonPaolo Bonzini2020-08-211-0/+1
* meson: link emulators without Makefile.targetPaolo Bonzini2020-08-211-2/+0Star
* meson: convert most of softmmu/Paolo Bonzini2020-08-212-13/+11Star
* meson: infrastructure for building emulatorsPaolo Bonzini2020-08-211-1/+1
* configure: prepare CFLAGS/CXXFLAGS/LDFLAGS for MesonPaolo Bonzini2020-08-211-1/+1
* trace: switch position of headers to what Meson requiresPaolo Bonzini2020-08-214-4/+4
* 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
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200721' int...Peter Maydell2020-07-221-5/+1Star
|\
| * hw/nvram/fw_cfg: Let fw_cfg_add_from_generator() return boolean valuePhilippe Mathieu-Daudé2020-07-211-5/+1Star
* | qom: Change object_get_canonical_path_component() not to mallocMarkus Armbruster2020-07-211-1/+1
|/
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/avr-port-20200711' i...Peter Maydell2020-07-111-0/+2
|\
* | softmmu/vl: Remove the check for colons in -accel parametersThomas Huth2020-07-111-5/+0Star
* | cpu-throttle: new module, extracted from cpus.cClaudio Fontana2020-07-113-87/+131
* | softmmu: move softmmu only files from rootClaudio Fontana2020-07-118-0/+7272
* | 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
| * softmmu/vl: Let -fw_cfg option take a 'gen_id' argumentPhilippe Mathieu-Daudé2020-07-031-8/+21
* | Merge remote-tracking branch 'remotes/kraxel/tags/modules-20200707-pull-reque...Peter Maydell2020-07-091-2/+2
|\ \
| * | qdev: device module supportGerd Hoffmann2020-07-071-2/+2
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...Peter Maydell2020-07-081-6/+6
|\ \
| * | softmmu: initialize spice and audio earlierGerd Hoffmann2020-07-061-6/+6
| |/
* / fuzz: fix broken qtest check at rcu_disable_atforkAlexander Bulekov2020-07-061-11/+1Star
|/
* blockdev: Deprecate -drive with bogus interface typeMarkus Armbruster2020-06-231-0/+8
* accel: Move Xen accelerator code under accel/xen/Philippe Mathieu-Daudé2020-06-101-1/+1