aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)AuthorFilesLines
2023-06-02migration: restore vmstate on migration failureVladimir Sementsov-Ogievskiy1-1/+7
2023-06-02runstate: drop unused runstate_store()Vladimir Sementsov-Ogievskiy1-12/+0
2023-06-02runstate: add runstate_get()Vladimir Sementsov-Ogievskiy1-0/+5
2023-05-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson1-7/+54
2023-05-25softmmu/ioport.c: make MemoryRegionPortioList owner of portio_list MemoryRegionsMark Cave-Ayland1-1/+21
2023-05-25softmmu/ioport.c: QOMify MemoryRegionPortioListMark Cave-Ayland1-5/+31
2023-05-25softmmu/ioport.c: allocate MemoryRegionPortioList ports on the heapMark Cave-Ayland1-3/+4
2023-05-23hostmem-file: add offset optionAlexander Graf2-6/+14
2023-05-22memory: stricter checks prior to unsetting engaged_in_ioAlexander Bulekov1-1/+3
2023-05-22softmmu/vl.c: Disable default NIC if it has not been compiled into the binaryThomas Huth1-0/+7
2023-05-22softmmu/vl.c: Check for the availability of the VGA device before using itThomas Huth1-1/+12
2023-05-18migration: Add last stage indicator to global dirty logGavin Shan1-5/+5
2023-05-15Use new created qemu_target_pages_to_MiB()Juan Quintela1-8/+3
2023-05-15softmmu: Create qemu_target_pages_to_MiB()Juan Quintela1-0/+11
2023-05-02softmmu: Tidy dirtylimit_dirty_ring_full_timeRichard Henderson1-5/+10
2023-05-02hmp: Add 'one-insn-per-tb' command equivalent to 'singlestep'Peter Maydell1-1/+1
2023-05-02accel/tcg: Report one-insn-per-tb in 'info jit', not 'info status'Peter Maydell1-3/+2
2023-05-02accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell1-1/+0
2023-05-02softmmu: Don't use 'singlestep' global in QMP and HMP commandsPeter Maydell2-3/+25
2023-05-02make one-insn-per-tb an accel optionPeter Maydell1-2/+15
2023-04-28memory: prevent dma-reentracy issuesAlexander Bulekov1-0/+16
2023-04-24vl.c: Create late backends before migration objectPeter Xu1-2/+7
2023-04-20cpu: Remove parameter of list_cpus()Thomas Huth1-1/+1
2023-04-20softmmu: Move dirtylimit.c into the target independent source setThomas Huth2-2/+3
2023-04-20softmmu: Make qtest.c target independentThomas Huth2-7/+7
2023-04-20softmmu/qtest: Move the target-specific pseries RTAS code out of qtest.cThomas Huth1-26/+13
2023-04-20qtest: Don't assert on "-qtest chardev:myid"Peter Maydell1-1/+1
2023-04-05Revert "memory: Optimize replay of guest mapping"Peter Maydell1-2/+2
2023-03-28softmmu: Restore use of CPU watchpoint for all acceleratorsPhilippe Mathieu-Daudé2-1/+5
2023-03-28softmmu/watchpoint: Add missing 'qemu/error-report.h' includePhilippe Mathieu-Daudé1-0/+1
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson1-1/+1
2023-03-20replace TABs with spacesYeqi Fu1-1/+1
2023-03-17Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell1-4/+4
2023-03-16exec/memory: Fix kernel-doc warningBernhard Beschow1-4/+4
2023-03-15vl: defuse PID file path resolve errorFiona Ebner1-4/+5
2023-03-09Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell1-1/+1
2023-03-09Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell1-0/+4
2023-03-09Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into stagingPeter Maydell1-4/+10
2023-03-08memory: Dump HPA and access type of ramblocksTed Chen1-4/+10
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée1-1/+1
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant1-0/+1
2023-03-07hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse1-0/+1
2023-03-07hw/xen: Add gnttab operations to allow redirection to internal emulationDavid Woodhouse1-0/+1
2023-03-07hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse1-0/+1
2023-03-07Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-0/+3
2023-03-07physmem: add missing memory barrierPaolo Bonzini1-0/+3
2023-03-05softmmu: Check watchpoints for read+write at onceRichard Henderson1-9/+10
2023-03-05tcg: Include "qemu/timer.h" for profile_getclockRichard W.M. Jones1-0/+1
2023-03-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell1-2/+15
2023-03-02memory: introduce memory_region_unmap_iommu_notifier_range()Jason Wang1-0/+13