index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
softmmu
Age
Commit message (
Expand
)
Author
2023-05-02
hmp: Add 'one-insn-per-tb' command equivalent to 'singlestep'
Peter Maydell
2023-05-02
accel/tcg: Report one-insn-per-tb in 'info jit', not 'info status'
Peter Maydell
2023-05-02
accel/tcg: Use one_insn_per_tb global instead of old singlestep global
Peter Maydell
2023-05-02
softmmu: Don't use 'singlestep' global in QMP and HMP commands
Peter Maydell
2023-05-02
make one-insn-per-tb an accel option
Peter Maydell
2023-04-28
memory: prevent dma-reentracy issues
Alexander Bulekov
2023-04-24
vl.c: Create late backends before migration object
Peter Xu
2023-04-20
cpu: Remove parameter of list_cpus()
Thomas Huth
2023-04-20
softmmu: Move dirtylimit.c into the target independent source set
Thomas Huth
2023-04-20
softmmu: Make qtest.c target independent
Thomas Huth
2023-04-20
softmmu/qtest: Move the target-specific pseries RTAS code out of qtest.c
Thomas Huth
2023-04-20
qtest: Don't assert on "-qtest chardev:myid"
Peter Maydell
2023-04-05
Revert "memory: Optimize replay of guest mapping"
Peter Maydell
2023-03-28
softmmu: Restore use of CPU watchpoint for all accelerators
Philippe Mathieu-Daudé
2023-03-28
softmmu/watchpoint: Add missing 'qemu/error-report.h' include
Philippe Mathieu-Daudé
2023-03-28
accel/tcg: Pass last not end to tb_invalidate_phys_range
Richard Henderson
2023-03-20
replace TABs with spaces
Yeqi Fu
2023-03-17
Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...
Peter Maydell
2023-03-16
exec/memory: Fix kernel-doc warning
Bernhard Beschow
2023-03-15
vl: defuse PID file path resolve error
Fiona Ebner
2023-03-09
Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...
Peter Maydell
2023-03-09
Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into staging
Peter Maydell
2023-03-09
Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into staging
Peter Maydell
2023-03-08
memory: Dump HPA and access type of ramblocks
Ted Chen
2023-03-07
gdbstub: move syscall handling to new file
Alex Bennée
2023-03-07
hw/xen: Add xenstore operations to allow redirection to internal emulation
Paul Durrant
2023-03-07
hw/xen: Add foreignmem operations to allow redirection to internal emulation
David Woodhouse
2023-03-07
hw/xen: Add gnttab operations to allow redirection to internal emulation
David Woodhouse
2023-03-07
hw/xen: Add evtchn operations to allow redirection to internal emulation
David Woodhouse
2023-03-07
Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2023-03-07
physmem: add missing memory barrier
Paolo Bonzini
2023-03-05
softmmu: Check watchpoints for read+write at once
Richard Henderson
2023-03-05
tcg: Include "qemu/timer.h" for profile_getclock
Richard W.M. Jones
2023-03-03
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
2023-03-02
memory: introduce memory_region_unmap_iommu_notifier_range()
Jason Wang
2023-03-02
memory: Optimize replay of guest mapping
Zhenzhong Duan
2023-03-02
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2023-03-01
xen: Permit --xen-domid argument when accel is KVM
Paul Durrant
2023-03-01
xen: Add XEN_DISABLED mode and make it default
David Woodhouse
2023-02-28
softmmu: Use memmove in flatview_write_continue
Akihiko Odaki
2023-02-27
softmmu: Extract watchpoint API from physmem.c
Philippe Mathieu-Daudé
2023-02-27
softmmu: Silent -Wmissing-field-initializers warning
Philippe Mathieu-Daudé
2023-02-27
Deprecate the "-no-acpi" command line switch
Thomas Huth
2023-02-24
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
2023-02-23
dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() race
Stefan Hajnoczi
2023-02-23
replay: Simplify setting replay blockers
Markus Armbruster
2023-02-23
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
2023-02-10
vl: catch [accel] entry without accelerator
Paolo Bonzini
2023-02-08
Drop duplicate #include
Markus Armbruster
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
[next]