aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-03migration: Do not re-read the clock on pre_save in case of paused guestMaxiwell S. Garcia1-4/+11
2019-09-03x86: do not advertise die-id in query-hotpluggbale-cpus if '-smp dies' is not...Igor Mammedov1-2/+4
2019-09-03i386/vmmouse: Properly reset stateJan Kiszka1-0/+1
2019-09-03hostmem-file: fix pmem file size checkStefan Hajnoczi1-2/+2
2019-09-03qapi: report the default CPU type for each machineDaniel P. Berrangé2-1/+8
2019-09-03pc: Don't make die-id mandatory unless necessaryEduardo Habkost2-0/+43
2019-09-03pc: Improve error message when die-id is omittedEduardo Habkost1-0/+4
2019-09-03pc: Fix error message on die-id validationEduardo Habkost1-1/+1
2019-09-03Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.2-20190829' into...Peter Maydell22-108/+287
2019-09-03Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell6-7/+26
2019-09-03tcg: Factor out probe_write() logic into probe_access()David Hildenbrand3-19/+60
2019-09-03tcg: Make probe_write() return a pointer to the host pageDavid Hildenbrand3-9/+22
2019-09-03s390x/tcg: Pass a size to probe_write() in do_csst()David Hildenbrand1-3/+1
2019-09-03hppa/tcg: Call probe_write() also for CONFIG_USER_ONLYDavid Hildenbrand1-2/+0
2019-09-03mips/tcg: Call probe_write() for CONFIG_USER_ONLY as wellDavid Hildenbrand1-5/+3
2019-09-03tcg: Enforce single page access in probe_write()David Hildenbrand2-0/+4
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