aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)Author
2023-03-20replace TABs with spacesYeqi Fu
2023-03-17Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell
2023-03-16exec/memory: Fix kernel-doc warningBernhard Beschow
2023-03-15vl: defuse PID file path resolve errorFiona Ebner
2023-03-09Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell
2023-03-09Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell
2023-03-09Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into stagingPeter Maydell
2023-03-08memory: Dump HPA and access type of ramblocksTed Chen
2023-03-07gdbstub: move syscall handling to new fileAlex Bennée
2023-03-07hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant
2023-03-07hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse
2023-03-07hw/xen: Add gnttab operations to allow redirection to internal emulationDavid Woodhouse
2023-03-07hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse
2023-03-07Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-03-07physmem: add missing memory barrierPaolo Bonzini
2023-03-05softmmu: Check watchpoints for read+write at onceRichard Henderson
2023-03-05tcg: Include "qemu/timer.h" for profile_getclockRichard W.M. Jones
2023-03-03Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2023-03-02memory: introduce memory_region_unmap_iommu_notifier_range()Jason Wang
2023-03-02memory: Optimize replay of guest mappingZhenzhong Duan
2023-03-02Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2023-03-01xen: Permit --xen-domid argument when accel is KVMPaul Durrant
2023-03-01xen: Add XEN_DISABLED mode and make it defaultDavid Woodhouse
2023-02-28softmmu: Use memmove in flatview_write_continueAkihiko Odaki
2023-02-27softmmu: Extract watchpoint API from physmem.cPhilippe Mathieu-Daudé
2023-02-27softmmu: Silent -Wmissing-field-initializers warningPhilippe Mathieu-Daudé
2023-02-27Deprecate the "-no-acpi" command line switchThomas Huth
2023-02-24Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell
2023-02-23dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() raceStefan Hajnoczi
2023-02-23replay: Simplify setting replay blockersMarkus Armbruster
2023-02-23error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster
2023-02-10vl: catch [accel] entry without acceleratorPaolo Bonzini
2023-02-08Drop duplicate #includeMarkus Armbruster
2023-02-08Don't include headers already included by qemu/osdep.hMarkus Armbruster
2023-02-04qdev: Move HMP command completion from monitor to softmmu/Markus Armbruster
2023-02-04runstate: Move HMP commands from monitor/ to softmmu/Markus Armbruster
2023-02-04tpm: Move HMP commands from monitor/ to softmmu/Markus Armbruster
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich
2023-01-13softmmu/rtc: Emit warning when using driftfix=slew on systems without mc146818Thomas Huth
2023-01-09i386: Deprecate the -no-hpet QEMU command line optionThomas Huth
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2022-12-14qapi run-state: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi misc: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster
2022-11-08memory: Fix wrong end address dumpZhenzhong Duan
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2022-11-07vfio: move implement of vfio_get_xlat_addr() to memory.cCindy Lu