index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
softmmu
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-05
Revert "memory: Optimize replay of guest mapping"
Peter Maydell
1
-2
/
+2
2023-03-28
softmmu: Restore use of CPU watchpoint for all accelerators
Philippe Mathieu-Daudé
2
-1
/
+5
2023-03-28
softmmu/watchpoint: Add missing 'qemu/error-report.h' include
Philippe Mathieu-Daudé
1
-0
/
+1
2023-03-28
accel/tcg: Pass last not end to tb_invalidate_phys_range
Richard Henderson
1
-1
/
+1
2023-03-20
replace TABs with spaces
Yeqi Fu
1
-1
/
+1
2023-03-17
Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...
Peter Maydell
1
-4
/
+4
2023-03-16
exec/memory: Fix kernel-doc warning
Bernhard Beschow
1
-4
/
+4
2023-03-15
vl: defuse PID file path resolve error
Fiona Ebner
1
-4
/
+5
2023-03-09
Merge tag 'pull-gdbstub-070323-3' of https://gitlab.com/stsquad/qemu into sta...
Peter Maydell
1
-1
/
+1
2023-03-09
Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into staging
Peter Maydell
1
-0
/
+4
2023-03-09
Merge tag 'mips-misc-20230308' of https://github.com/philmd/qemu into staging
Peter Maydell
1
-4
/
+10
2023-03-08
memory: Dump HPA and access type of ramblocks
Ted Chen
1
-4
/
+10
2023-03-07
gdbstub: move syscall handling to new file
Alex Bennée
1
-1
/
+1
2023-03-07
hw/xen: Add xenstore operations to allow redirection to internal emulation
Paul Durrant
1
-0
/
+1
2023-03-07
hw/xen: Add foreignmem operations to allow redirection to internal emulation
David Woodhouse
1
-0
/
+1
2023-03-07
hw/xen: Add gnttab operations to allow redirection to internal emulation
David Woodhouse
1
-0
/
+1
2023-03-07
hw/xen: Add evtchn operations to allow redirection to internal emulation
David Woodhouse
1
-0
/
+1
2023-03-07
Merge tag 'for-upstream-mb' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
1
-0
/
+3
2023-03-07
physmem: add missing memory barrier
Paolo Bonzini
1
-0
/
+3
2023-03-05
softmmu: Check watchpoints for read+write at once
Richard Henderson
1
-9
/
+10
2023-03-05
tcg: Include "qemu/timer.h" for profile_getclock
Richard W.M. Jones
1
-0
/
+1
2023-03-03
Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...
Peter Maydell
1
-2
/
+15
2023-03-02
memory: introduce memory_region_unmap_iommu_notifier_range()
Jason Wang
1
-0
/
+13
2023-03-02
memory: Optimize replay of guest mapping
Zhenzhong Duan
1
-2
/
+2
2023-03-02
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Peter Maydell
2
-2
/
+2
2023-03-01
xen: Permit --xen-domid argument when accel is KVM
Paul Durrant
1
-1
/
+1
2023-03-01
xen: Add XEN_DISABLED mode and make it default
David Woodhouse
1
-1
/
+1
2023-02-28
softmmu: Use memmove in flatview_write_continue
Akihiko Odaki
1
-1
/
+1
2023-02-27
softmmu: Extract watchpoint API from physmem.c
Philippe Mathieu-Daudé
3
-192
/
+222
2023-02-27
softmmu: Silent -Wmissing-field-initializers warning
Philippe Mathieu-Daudé
1
-1
/
+1
2023-02-27
Deprecate the "-no-acpi" command line switch
Thomas Huth
1
-0
/
+1
2023-02-24
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Peter Maydell
1
-5
/
+7
2023-02-23
dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() race
Stefan Hajnoczi
1
-5
/
+7
2023-02-23
replay: Simplify setting replay blockers
Markus Armbruster
2
-14
/
+4
2023-02-23
error: Drop superfluous #include "qapi/qmp/qerror.h"
Markus Armbruster
1
-1
/
+0
2023-02-10
vl: catch [accel] entry without accelerator
Paolo Bonzini
1
-4
/
+11
2023-02-08
Drop duplicate #include
Markus Armbruster
3
-3
/
+0
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
1
-2
/
+0
2023-02-04
qdev: Move HMP command completion from monitor to softmmu/
Markus Armbruster
1
-0
/
+82
2023-02-04
runstate: Move HMP commands from monitor/ to softmmu/
Markus Armbruster
2
-0
/
+83
2023-02-04
tpm: Move HMP commands from monitor/ to softmmu/
Markus Armbruster
2
-0
/
+66
2023-01-20
Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
2
-0
/
+2
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
2
-0
/
+2
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
3
-16
/
+16
2023-01-16
tcg: add perfmap and jitdump
Ilya Leoshkevich
1
-0
/
+11
2023-01-13
softmmu/rtc: Emit warning when using driftfix=slew on systems without mc146818
Thomas Huth
1
-1
/
+5
2023-01-09
i386: Deprecate the -no-hpet QEMU command line option
Thomas Huth
1
-0
/
+1
2022-12-15
Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging
Peter Maydell
2
-16
/
+4
2022-12-14
qapi run-state: Elide redundant has_FOO in generated C
Markus Armbruster
1
-13
/
+5
2022-12-14
qapi misc: Elide redundant has_FOO in generated C
Markus Armbruster
1
-1
/
+1
[next]