Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging
Allow page table bit to swap endianness.
Reorganize watchpoints out of i/o path.
Return host address from probe_write / probe_access.
# gpg: Signature made Tue 03 Sep 2019 16:47:50 BST
# gpg: using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F
# gpg: issuer "richard.henderson@linaro.org"
# gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [full]
# Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A 05C0 64DF 38E8 AF7E 215F
* remotes/rth/tags/pull-tcg-20190903: (36 commits)
tcg: Factor out probe_write() logic into probe_access()
tcg: Make probe_write() return a pointer to the host page
s390x/tcg: Pass a size to probe_write() in do_csst()
hppa/tcg: Call probe_write() also for CONFIG_USER_ONLY
mips/tcg: Call probe_write() for CONFIG_USER_ONLY as well
tcg: Enforce single page access in probe_write()
tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x code
s390x/tcg: Fix length calculation in probe_write_access()
s390x/tcg: Use guest_addr_valid() instead of h2g_valid() in probe_write_access()
tcg: Check for watchpoints in probe_write()
cputlb: Handle watchpoints via TLB_WATCHPOINT
cputlb: Remove double-alignment in store_helper
cputlb: Fix size operand for tlb_fill on unaligned store
exec: Factor out cpu_watchpoint_address_matches
cputlb: Fold TLB_RECHECK into TLB_INVALID_MASK
exec: Factor out core logic of check_watchpoint()
exec: Move user-only watchpoint stubs inline
target/sparc: sun4u Invert Endian TTE bit
target/sparc: Add TLB entry with attributes
cputlb: Byte swap memory transaction attribute
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- accel/tcg/cputlb.c 230 additions, 182 deletionsaccel/tcg/cputlb.c
- accel/tcg/user-exec.c 32 additions, 0 deletionsaccel/tcg/user-exec.c
- exec.c 40 additions, 137 deletionsexec.c
- hw/intc/armv7m_nvic.c 9 additions, 4 deletionshw/intc/armv7m_nvic.c
- hw/s390x/s390-pci-inst.c 7 additions, 4 deletionshw/s390x/s390-pci-inst.c
- hw/vfio/pci-quirks.c 5 additions, 2 deletionshw/vfio/pci-quirks.c
- hw/virtio/virtio-pci.c 9 additions, 6 deletionshw/virtio/virtio-pci.c
- include/exec/cpu-all.h 4 additions, 4 deletionsinclude/exec/cpu-all.h
- include/exec/exec-all.h 8 additions, 2 deletionsinclude/exec/exec-all.h
- include/exec/memattrs.h 2 additions, 0 deletionsinclude/exec/memattrs.h
- include/exec/memop.h 134 additions, 0 deletionsinclude/exec/memop.h
- include/exec/memory.h 8 additions, 4 deletionsinclude/exec/memory.h
- include/hw/core/cpu.h 37 additions, 0 deletionsinclude/hw/core/cpu.h
- memory.c 35 additions, 23 deletionsmemory.c
- memory_ldst.inc.c 15 additions, 66 deletionsmemory_ldst.inc.c
- target/alpha/translate.c 1 addition, 1 deletiontarget/alpha/translate.c
- target/arm/translate-a64.c 24 additions, 24 deletionstarget/arm/translate-a64.c
- target/arm/translate-a64.h 1 addition, 1 deletiontarget/arm/translate-a64.h
- target/arm/translate-sve.c 1 addition, 1 deletiontarget/arm/translate-sve.c
Loading
Please register or sign in to comment