aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)Author
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant
2020-11-11Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...Peter Maydell
2020-11-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini
2020-11-11Fix the qemu crash when guest shutdown in COLO modeRao, Lei
2020-11-10physmem: improve ram size error messagesPankaj Gupta
2020-11-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-11-03semihosting: fix order of initialization functionsPaolo Bonzini
2020-11-03exec: Remove dead code (CID 1432876)Philippe Mathieu-Daudé
2020-11-03memory: Add interface to set iommu page size maskBharat Bhushan
2020-11-01memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabledKirti Wankhede
2020-10-30pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2020-10-26Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-2...Peter Maydell
2020-10-26machine: move SMP initialization from vl.cPaolo Bonzini
2020-10-26machine: move UP defaults to class_base_initPaolo Bonzini
2020-10-26fuzz: Add fuzzer callbacks to DMA-read functionsAlexander Bulekov
2020-10-26fuzz: Declare DMA Read callback functionAlexander Bulekov
2020-10-24memory: Add FlatView foreach functionAlexander Bulekov
2020-10-23block/export: vhost-user block device backend serverCoiby Xu
2020-10-22Remove deprecated -no-kvm optionThomas Huth
2020-10-22Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-reque...Peter Maydell
2020-10-21spice: load module when enabled on the cmdlineGerd Hoffmann
2020-10-21spice: move display_init() to QemuSpiceOps.Gerd Hoffmann
2020-10-21spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann
2020-10-21qapi: Restrict 'inject-nmi' command to machine codePhilippe Mathieu-Daudé
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