summaryrefslogtreecommitdiffstats
path: root/softmmu
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-261-16/+0Star
|\
| * machine: move SMP initialization from vl.cPaolo Bonzini2020-10-261-7/+0Star
| * machine: move UP defaults to class_base_initPaolo Bonzini2020-10-261-5/+0Star
| * Remove deprecated -no-kvm optionThomas Huth2020-10-221-4/+0Star
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-2...Peter Maydell2020-10-262-0/+29
|\ \
| * | fuzz: Add fuzzer callbacks to DMA-read functionsAlexander Bulekov2020-10-262-0/+3
| * | fuzz: Declare DMA Read callback functionAlexander Bulekov2020-10-261-0/+13
| * | memory: Add FlatView foreach functionAlexander Bulekov2020-10-241-0/+13
| |/
* / block/export: vhost-user block device backend serverCoiby Xu2020-10-231-0/+4
|/
* Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-reque...Peter Maydell2020-10-221-3/+7
|\
| * spice: load module when enabled on the cmdlineGerd Hoffmann2020-10-211-1/+5
| * spice: move display_init() to QemuSpiceOps.Gerd Hoffmann2020-10-211-1/+1
| * spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann2020-10-211-1/+1
* | qapi: Restrict 'inject-nmi' command to machine codePhilippe Mathieu-Daudé2020-10-211-0/+1
|/
* chardev/spice: simplify chardev setupGerd Hoffmann2020-10-151-4/+5
* module: silence errors for module_load_qom_all().Gerd Hoffmann2020-10-151-1/+1
* Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul...Peter Maydell2020-10-131-0/+16
|\
| * softmmu/memory: Log invalid memory accessesPhilippe Mathieu-Daudé2020-10-131-0/+16
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-1...Peter Maydell2020-10-131-7/+12
|\ \
| * | softmmu/vl: Be less verbose about missing KVM when running the qtestsThomas Huth2020-10-131-7/+12
| |/
* | device_core: use drain_call_rcu in in qmp_device_addMaxim Levitsky2020-10-121-0/+12
* | docs/devel/qtest: Include protocol spec in documentEduardo Habkost2020-10-121-8/+63
* | exec: split out non-softmmu-specific partsPaolo Bonzini2020-10-122-1/+3713
* | softmmu: move more files to softmmu/Paolo Bonzini2020-10-127-0/+2938
|/
* monitor: Use getter/setter functions for cur_monKevin Wolf2020-10-091-1/+1
* monitor: Add Monitor parameter to monitor_get_cpu_index()Kevin Wolf2020-10-091-1/+1
* 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