aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-03tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand3-9/+16
2019-09-03s390x/tcg: Fix length calculation in probe_write_access()David Hildenbrand1-1/+1
2019-09-03s390x/tcg: Use guest_addr_valid() instead of h2g_valid() in probe_write_access()David Hildenbrand1-1/+1
2019-09-03tcg: Check for watchpoints in probe_write()David Hildenbrand1-2/+13
2019-09-03cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson3-118/+90
2019-09-03cputlb: Remove double-alignment in store_helperRichard Henderson1-2/+1
2019-09-03cputlb: Fix size operand for tlb_fill on unaligned storeRichard Henderson1-1/+4
2019-09-03exec: Factor out cpu_watchpoint_address_matchesRichard Henderson2-16/+36
2019-09-03cputlb: Fold TLB_RECHECK into TLB_INVALID_MASKRichard Henderson2-67/+24
2019-09-03exec: Factor out core logic of check_watchpoint()David Hildenbrand2-8/+25
2019-09-03exec: Move user-only watchpoint stubs inlineRichard Henderson2-24/+25
2019-09-03target/sparc: sun4u Invert Endian TTE bitTony Nguyen2-1/+9
2019-09-03target/sparc: Add TLB entry with attributesTony Nguyen1-14/+18
2019-09-03cputlb: Byte swap memory transaction attributeTony Nguyen2-0/+14
2019-09-03memory: Single byte swap along the I/O pathTony Nguyen5-142/+23
2019-09-03cputlb: Replace size and endian operands for MemOpTony Nguyen2-89/+87
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen9-23/+75
2019-09-03exec: Hard code size with MO_{8|16|32|64}Tony Nguyen1-9/+9
2019-09-03target/mips: Hard code size with MO_{8|16|32|64}Tony Nguyen1-2/+2
2019-09-03hw/s390x: Hard code size with MO_{8|16|32|64}Tony Nguyen1-2/+1
2019-09-03memory: Access MemoryRegion with MemOpTony Nguyen3-12/+24
2019-09-03cputlb: Access MemoryRegion with MemOpTony Nguyen1-4/+4
2019-09-03exec: Access MemoryRegion with MemOpTony Nguyen2-11/+13
2019-09-03hw/vfio: Access MemoryRegion with MemOpTony Nguyen1-2/+4
2019-09-03hw/virtio: Access MemoryRegion with MemOpTony Nguyen1-2/+5
2019-09-03hw/intc/armv7m_nic: Access MemoryRegion with MemOpTony Nguyen1-4/+8
2019-09-03hw/s390x: Access MemoryRegion with MemOpTony Nguyen1-3/+5
2019-09-03target/mips: Access MemoryRegion with MemOpTony Nguyen1-2/+3
2019-09-03memory: Introduce size_memopTony Nguyen1-0/+10
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen39-399/+421
2019-09-03target/arm: Don't abort on M-profile exception return in linux-user modePeter Maydell1-1/+20
2019-09-03target/arm: Free TCG temps in trans_VMOV_64_sp()Peter Maydell1-0/+2
2019-09-03include/exec/cpu-defs.h: fix typoAlex Bennée1-1/+1
2019-09-03atomic_template: fix indentation in GEN_ATOMIC_HELPEREmilio G. Cota1-1/+1
2019-09-03tcg/README: fix typo s/afterwise/afterwards/Emilio G. Cota1-1/+1
2019-09-03includes: remove stale [smp|max]_cpus externsAlex Bennée1-2/+0
2019-09-03hw/net/xilinx_axi: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-9/+8
2019-09-03hw/dma/xilinx_axi: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-8/+8
2019-09-03hw/arm/fsl-imx: Add the cpu as child of the SoC objectPhilippe Mathieu-Daudé2-2/+6
2019-09-03hw/arm: Use sysbus_init_child_obj for correct reference countingPhilippe Mathieu-Daudé1-2/+2
2019-09-03hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé3-17/+16
2019-09-03hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriatePhilippe Mathieu-Daudé8-11/+15
2019-09-03target/arm: Fix SMMLS argument orderRichard Henderson1-2/+18
2019-09-03hw/arm/smmuv3: Remove spurious error messages on IOVA invalidationsEric Auger2-8/+12
2019-09-03hw/arm/smmuv3: Log a guest error when decoding an invalid STEEric Auger1-0/+1
2019-09-03memory: Remove unused memory_region_iommu_replay_all()Eric Auger2-19/+0
2019-09-03aspeed/timer: Provide back-pressure information for short periodsAndrew Jeffery1-1/+16
2019-09-03target/arm: Take exceptions on ATS instructions when neededPeter Maydell1-15/+92
2019-09-03target/arm: Allow ARMCPRegInfo read/write functions to throw exceptionsPeter Maydell3-1/+18
2019-09-03target/arm: Factor out unallocated_encoding for aarch32Richard Henderson2-12/+13