aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)AuthorFilesLines
2020-12-08failover: make sure that id always existJuan Quintela1-0/+4
2020-12-08failover: simplify qdev_device_add()Juan Quintela1-26/+6
2020-12-08failover: simplify qdev_device_add() failover caseJuan Quintela1-5/+6
2020-12-08failover: fix indentantionJuan Quintela1-2/+2
2020-12-08memory: Skip bad range assertion if notifier is DEVIOTLB_UNMAP typeEugenio Pérez1-2/+9
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez1-11/+9
2020-12-08memory: Rename memory_region_notify_one to memory_region_notify_iommu_oneEugenio Pérez1-3/+3
2020-11-23Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell1-2/+9
2020-11-16memory: Skip dirty tracking for un-migratable memory regionsZenghui Yu1-1/+4
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant2-2/+2
2020-11-11Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/tracing-pull-reque...Peter Maydell1-4/+2
2020-11-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-3/+3
2020-11-11trace: remove argument from trace_init_filePaolo Bonzini1-4/+2
2020-11-11Fix the qemu crash when guest shutdown in COLO modeRao, Lei1-0/+1
2020-11-10physmem: improve ram size error messagesPankaj Gupta1-3/+3
2020-11-05Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+13
2020-11-03softmmu/memory: fix memory_region_ioeventfd_equal()Elena Afanasova1-2/+9
2020-11-03semihosting: fix order of initialization functionsPaolo Bonzini1-3/+1
2020-11-03exec: Remove dead code (CID 1432876)Philippe Mathieu-Daudé1-9/+1
2020-11-03memory: Add interface to set iommu page size maskBharat Bhushan1-0/+13
2020-11-01memory: Set DIRTY_MEMORY_MIGRATION when IOMMU is enabledKirti Wankhede1-1/+1
2020-10-30pc: Implement -no-hpet as sugar for -machine hpet=onEduardo Habkost1-2/+2
2020-10-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell1-16/+0
2020-10-26Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-2...Peter Maydell2-0/+29
2020-10-26machine: move SMP initialization from vl.cPaolo Bonzini1-7/+0
2020-10-26machine: move UP defaults to class_base_initPaolo Bonzini1-5/+0
2020-10-26fuzz: Add fuzzer callbacks to DMA-read functionsAlexander Bulekov2-0/+3
2020-10-26fuzz: Declare DMA Read callback functionAlexander Bulekov1-0/+13
2020-10-24memory: Add FlatView foreach functionAlexander Bulekov1-0/+13
2020-10-23block/export: vhost-user block device backend serverCoiby Xu1-0/+4
2020-10-22Remove deprecated -no-kvm optionThomas Huth1-4/+0
2020-10-22Merge remote-tracking branch 'remotes/kraxel/tags/modules-20201022-pull-reque...Peter Maydell1-3/+7
2020-10-21spice: load module when enabled on the cmdlineGerd Hoffmann1-1/+5
2020-10-21spice: move display_init() to QemuSpiceOps.Gerd Hoffmann1-1/+1
2020-10-21spice: move qemu_spice_init() to QemuSpiceOps.Gerd Hoffmann1-1/+1
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