summaryrefslogtreecommitdiff
path: root/softmmu
Commit message (Expand)AuthorAgeFilesLines
* Use new created qemu_target_pages_to_MiB()Juan Quintela2023-05-151-8/+3
* softmmu: Create qemu_target_pages_to_MiB()Juan Quintela2023-05-151-0/+11
* softmmu: Tidy dirtylimit_dirty_ring_full_timeRichard Henderson2023-05-021-5/+10
* hmp: Add 'one-insn-per-tb' command equivalent to 'singlestep'Peter Maydell2023-05-021-1/+1
* accel/tcg: Report one-insn-per-tb in 'info jit', not 'info status'Peter Maydell2023-05-021-3/+2
* accel/tcg: Use one_insn_per_tb global instead of old singlestep globalPeter Maydell2023-05-021-1/+0
* softmmu: Don't use 'singlestep' global in QMP and HMP commandsPeter Maydell2023-05-022-3/+25
* make one-insn-per-tb an accel optionPeter Maydell2023-05-021-2/+15
* memory: prevent dma-reentracy issuesAlexander Bulekov2023-04-281-0/+16
* vl.c: Create late backends before migration objectPeter Xu2023-04-241-2/+7
* cpu: Remove parameter of list_cpus()Thomas Huth2023-04-201-1/+1
* softmmu: Move dirtylimit.c into the target independent source setThomas Huth2023-04-202-2/+3
* softmmu: Make qtest.c target independentThomas Huth2023-04-202-7/+7
* softmmu/qtest: Move the target-specific pseries RTAS code out of qtest.cThomas Huth2023-04-201-26/+13
* qtest: Don't assert on "-qtest chardev:myid"Peter Maydell2023-04-201-1/+1
* Revert "memory: Optimize replay of guest mapping"Peter Maydell2023-04-051-2/+2
* softmmu: Restore use of CPU watchpoint for all acceleratorsPhilippe Mathieu-Daudé2023-03-282-1/+5
* softmmu/watchpoint: Add missing 'qemu/error-report.h' includePhilippe Mathieu-Daudé2023-03-281-0/+1
* accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson2023-03-281-1/+1
* replace TABs with spacesYeqi Fu2023-03-201-1/+1
* Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...Peter Maydell2023-03-171-4/+4
|\
| * exec/memory: Fix kernel-doc warningBernhard Beschow2023-03-161-4/+4
* | vl: defuse PID file path resolve errorFiona Ebner2023-03-151-4/+5
|/
* Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...Peter Maydell2023-03-091-1/+1
|\
| * gdbstub: move syscall handling to new fileAlex Bennée2023-03-071-1/+1
* | Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into stagingPeter Maydell2023-03-091-0/+4
|\ \
| * | hw/xen: Add xenstore operations to allow redirection to internal emulationPaul Durrant2023-03-071-0/+1
| * | hw/xen: Add foreignmem operations to allow redirection to internal emulationDavid Woodhouse2023-03-071-0/+1
| * | hw/xen: Add gnttab operations to allow redirection to internal emulationDavid Woodhouse2023-03-071-0/+1
| * | hw/xen: Add evtchn operations to allow redirection to internal emulationDavid Woodhouse2023-03-071-0/+1
| |/
* | Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into stagingPeter Maydell2023-03-091-4/+10
|\ \
| * | memory: Dump HPA and access type of ramblocksTed Chen2023-03-081-4/+10
| |/
* | Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2023-03-071-0/+3
|\ \ | |/ |/|
| * physmem: add missing memory barrierPaolo Bonzini2023-03-071-0/+3
* | softmmu: Check watchpoints for read+write at onceRichard Henderson2023-03-051-9/+10
* | tcg: Include "qemu/timer.h" for profile_getclockRichard W.M. Jones2023-03-051-0/+1
* | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2023-03-031-2/+15
|\ \ | |/ |/|
| * memory: introduce memory_region_unmap_iommu_notifier_range()Jason Wang2023-03-021-0/+13
| * memory: Optimize replay of guest mappingZhenzhong Duan2023-03-021-2/+2
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2023-03-022-2/+2
|\ \
| * | xen: Permit --xen-domid argument when accel is KVMPaul Durrant2023-03-011-1/+1
| * | xen: Add XEN_DISABLED mode and make it defaultDavid Woodhouse2023-03-011-1/+1
| |/
* | softmmu: Use memmove in flatview_write_continueAkihiko Odaki2023-02-281-1/+1
|/
* softmmu: Extract watchpoint API from physmem.cPhilippe Mathieu-Daudé2023-02-273-192/+222
* softmmu: Silent -Wmissing-field-initializers warningPhilippe Mathieu-Daudé2023-02-271-1/+1
* Deprecate the "-no-acpi" command line switchThomas Huth2023-02-271-0/+1
* Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell2023-02-241-5/+7
|\
| * dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() raceStefan Hajnoczi2023-02-231-5/+7
* | replay: Simplify setting replay blockersMarkus Armbruster2023-02-232-14/+4
* | error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2023-02-231-1/+0
|/