aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
2019-09-04Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell2-182/+262
2019-09-03tcg: Factor out probe_write() logic into probe_access()David Hildenbrand2-17/+52
2019-09-03tcg: Make probe_write() return a pointer to the host pageDavid Hildenbrand2-7/+20
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 Hildenbrand1-0/+14
2019-09-03tcg: Check for watchpoints in probe_write()David Hildenbrand1-2/+13
2019-09-03cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson1-10/+79
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-03cputlb: Fold TLB_RECHECK into TLB_INVALID_MASKRichard Henderson1-63/+23
2019-09-03cputlb: Byte swap memory transaction attributeTony Nguyen1-0/+12
2019-09-03memory: Single byte swap along the I/O pathTony Nguyen1-39/+3
2019-09-03cputlb: Replace size and endian operands for MemOpTony Nguyen1-89/+81
2019-09-03memory: Access MemoryRegion with endiannessTony Nguyen1-2/+6
2019-09-03cputlb: Access MemoryRegion with MemOpTony Nguyen1-4/+4
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen1-1/+1
2019-09-03atomic_template: fix indentation in GEN_ATOMIC_HELPEREmilio G. Cota1-1/+1
2019-08-22Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell1-1/+1
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1/+1
2019-08-20icount: remove unnecessary gen_io_end callsPavel Dovgalyuk1-1/+0
2019-08-20icount: clean up cpu_can_io at the entry to the blockPavel Dovgalyuk1-1/+0
2019-08-16sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster1-0/+1
2019-08-16Include sysemu/sysemu.h a lot lessMarkus Armbruster1-0/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-0/+1
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Clean up inclusion of exec/cpu-common.hMarkus Armbruster1-1/+0
2019-07-19hmp: Print if memory section is registered with an acceleratorAlexey Kardashevskiy1-0/+38
2019-07-15kvm: Support KVM_CLEAR_DIRTY_LOGPeter Xu2-0/+183
2019-07-15kvm: Introduce slots lock for memory listenerPeter Xu1-12/+46
2019-07-15kvm: Persistent per kvmslot dirty bitmapPeter Xu1-3/+7
2019-07-15kvm: Update comments for sync_dirty_bitmapPeter Xu1-6/+6
2019-07-14tcg: Release mmap_lock on translation faultRichard Henderson1-19/+47
2019-07-14tcg: Introduce set/clear_helper_retaddrRichard Henderson1-5/+6
2019-07-05general: Replace global smp variables with smp machine propertiesLike Xu1-2/+2
2019-06-21target/i386: kvm: Add support for save and restore nested stateLiran Alon1-0/+8
2019-06-21KVM: Introduce kvm_arch_destroy_vcpu()Liran Alon1-0/+5
2019-06-21kvm-all: Add/update fprintf's for kvm_*_ioeventfd_delYury Kotov1-4/+8
2019-06-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190612' into stagingPeter Maydell1-3/+3
2019-06-12tcg: Fix typos in helper_gvec_sar{8,32,64}vRichard Henderson1-3/+3
2019-06-12cputlb: cast size_t to target_ulong before using for address masksAlex Bennée1-1/+1
2019-06-12cputlb: use uint64_t for interim values for unaligned loadAlex Bennée1-1/+1
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster9-7/+3
2019-06-11qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster3-2/+4
2019-06-10cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson3-19/+18
2019-06-10cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson5-27/+27
2019-06-10tcg: Create struct CPUTLBRichard Henderson1-76/+88
2019-06-10tcg: Fold CPUTLBWindow into CPUTLBDescRichard Henderson1-12/+12
2019-05-22tcg: Add support for vector bitwise selectRichard Henderson2-0/+16
2019-05-16Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into stagingPeter Maydell2-35/+89