aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)AuthorFilesLines
2023-08-31rtc: Use time_t for passing and returning time offsetsPeter Maydell1-2/+2
2023-08-30Merge tag 'dirtylimit-dirtyrate-pull-request' of https://github.com/newfriday...Stefan Hajnoczi1-14/+12
2023-08-29softmmu: Use async_run_on_cpu in tcg_commitRichard Henderson1-11/+29
2023-08-29softmmu: Assert data in bounds in iotlb_to_sectionRichard Henderson1-2/+8
2023-08-29softmmu/dirtylimit: Convert free to g_freealloc.young1-5/+5
2023-08-29softmmu: Fix dirtylimit memory leakalloc.young1-9/+7
2023-08-22qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installedChris Laplante1-2/+10
2023-08-22qtest: bail from irq_intercept_in if name is specifiedChris Laplante1-0/+8
2023-08-22qtest: implement named interception of out-GPIOChris Laplante1-8/+10
2023-08-22qtest: factor out qtest_install_gpio_out_interceptChris Laplante1-6/+10
2023-07-26migration: Extend query-migrate to provide dirty page limit infoHyman Huang(黄勇)1-0/+39
2023-07-26migration: Implement dirty-limit convergence algoHyman Huang(黄勇)1-0/+29
2023-07-26migration: Introduce dirty-limit capabilityHyman Huang(黄勇)1-4/+14
2023-07-26softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"Hyman Huang(黄勇)1-6/+7
2023-07-12softmmu/physmem: Warn with ram_block_discard_range() on MAP_PRIVATE file mappingDavid Hildenbrand1-0/+18
2023-07-07qemu_cleanup: begin drained section after vm_shutdown()Fiona Ebner1-7/+7
2023-06-27icount: don't adjust virtual time backwards after warpNicholas Piggin1-2/+7
2023-06-26accel/tcg: remove CONFIG_PROFILERFei Wu1-9/+0
2023-06-23softmmu: Introduce qemu_target_page_mask() helperPhilippe Mathieu-Daudé1-0/+5
2023-06-20meson: Replace softmmu_ss -> system_ssPhilippe Mathieu-Daudé1-4/+4
2023-06-20meson: Replace CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLYPhilippe Mathieu-Daudé1-2/+2
2023-06-13exec/memory: Introduce RAM_NAMED_FILE flagSteve Sistare1-1/+6
2023-06-06Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2-2/+2
2023-06-06atomics: eliminate mb_read/mb_setPaolo Bonzini2-2/+2
2023-06-05bulk: Remove pointless QOM castsPhilippe Mathieu-Daudé1-1/+1
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