aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190829' into...Peter Maydell
2019-09-03Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell
2019-09-03tcg: Factor out probe_write() logic into probe_access()David Hildenbrand
2019-09-03tcg: Make probe_write() return a pointer to the host pageDavid Hildenbrand
2019-09-03s390x/tcg: Pass a size to probe_write() in do_csst()David Hildenbrand
2019-09-03hppa/tcg: Call probe_write() also for CONFIG_USER_ONLYDavid Hildenbrand
2019-09-03mips/tcg: Call probe_write() for CONFIG_USER_ONLY as wellDavid Hildenbrand
2019-09-03tcg: Enforce single page access in probe_write()David Hildenbrand
2019-09-03tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand
2019-09-03s390x/tcg: Fix length calculation in probe_write_access()David Hildenbrand
2019-09-03s390x/tcg: Use guest_addr_valid() instead of h2g_valid() in probe_write_access()David Hildenbrand
2019-09-03tcg: Check for watchpoints in probe_write()David Hildenbrand
2019-09-03cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson
2019-09-03cputlb: Remove double-alignment in store_helperRichard Henderson
2019-09-03cputlb: Fix size operand for tlb_fill on unaligned storeRichard Henderson
2019-09-03exec: Factor out cpu_watchpoint_address_matchesRichard Henderson
2019-09-03cputlb: Fold TLB_RECHECK into TLB_INVALID_MASKRichard Henderson
2019-09-03exec: Factor out core logic of check_watchpoint()David Hildenbrand
2019-09-03exec: Move user-only watchpoint stubs inlineRichard Henderson
2019-09-03target/sparc: sun4u Invert Endian TTE bitTony Nguyen
2019-09-03target/sparc: Add TLB entry with attributesTony Nguyen
2019-09-03cputlb: Byte swap memory transaction attributeTony Nguyen
2019-09-03memory: Single byte swap along the I/O pathTony Nguyen
2019-09-03cputlb: Replace size and endian operands for MemOpTony Nguyen
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen
2019-09-03exec: Hard code size with MO_{8|16|32|64}Tony Nguyen
2019-09-03target/mips: Hard code size with MO_{8|16|32|64}Tony Nguyen
2019-09-03hw/s390x: Hard code size with MO_{8|16|32|64}Tony Nguyen
2019-09-03memory: Access MemoryRegion with MemOpTony Nguyen
2019-09-03cputlb: Access MemoryRegion with MemOpTony Nguyen
2019-09-03exec: Access MemoryRegion with MemOpTony Nguyen
2019-09-03hw/vfio: Access MemoryRegion with MemOpTony Nguyen
2019-09-03hw/virtio: Access MemoryRegion with MemOpTony Nguyen
2019-09-03hw/intc/armv7m_nic: Access MemoryRegion with MemOpTony Nguyen
2019-09-03hw/s390x: Access MemoryRegion with MemOpTony Nguyen
2019-09-03target/mips: Access MemoryRegion with MemOpTony Nguyen
2019-09-03memory: Introduce size_memopTony Nguyen
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen
2019-09-03target/arm: Don't abort on M-profile exception return in linux-user modePeter Maydell
2019-09-03target/arm: Free TCG temps in trans_VMOV_64_sp()Peter Maydell
2019-09-03include/exec/cpu-defs.h: fix typoAlex Bennée
2019-09-03atomic_template: fix indentation in GEN_ATOMIC_HELPEREmilio G. Cota
2019-09-03tcg/README: fix typo s/afterwise/afterwards/Emilio G. Cota
2019-09-03includes: remove stale [smp|max]_cpus externsAlex Bennée
2019-09-03hw/net/xilinx_axi: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé
2019-09-03hw/dma/xilinx_axi: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé
2019-09-03hw/arm/fsl-imx: Add the cpu as child of the SoC objectPhilippe Mathieu-Daudé
2019-09-03hw/arm: Use sysbus_init_child_obj for correct reference countingPhilippe Mathieu-Daudé
2019-09-03hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé
2019-09-03hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriatePhilippe Mathieu-Daudé