summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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é
2019-09-03target/arm: Fix SMMLS argument orderRichard Henderson
2019-09-03hw/arm/smmuv3: Remove spurious error messages on IOVA invalidationsEric Auger
2019-09-03hw/arm/smmuv3: Log a guest error when decoding an invalid STEEric Auger
2019-09-03memory: Remove unused memory_region_iommu_replay_all()Eric Auger
2019-09-03aspeed/timer: Provide back-pressure information for short periodsAndrew Jeffery
2019-09-03target/arm: Take exceptions on ATS instructions when neededPeter Maydell
2019-09-03target/arm: Allow ARMCPRegInfo read/write functions to throw exceptionsPeter Maydell
2019-09-03target/arm: Factor out unallocated_encoding for aarch32Richard Henderson
2019-09-03Revert "target/arm: Use unallocated_encoding for aarch32"Richard Henderson
2019-09-03Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell
2019-09-03numa: move numa global variable numa_info into MachineStateTao Xu