aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
2019-10-26core: replace getpagesize() with qemu_real_host_page_sizeWei Yang1-3/+3
2019-10-03accel/kvm: ensure ret always setAlex Bennée1-3/+3
2019-09-30kvm: split too big memory section on several memslotsIgor Mammedov1-44/+80
2019-09-30kvm: clear dirty bitmaps from all overlapping memslotsPaolo Bonzini1-14/+22
2019-09-30kvm: extract kvm_log_clear_one_slotPaolo Bonzini1-46/+57
2019-09-25cputlb: Pass retaddr to tb_check_watchpointRichard Henderson2-4/+4
2019-09-25cputlb: Pass retaddr to tb_invalidate_phys_page_fastRichard Henderson3-26/+22
2019-09-25cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_accessRichard Henderson2-6/+3
2019-09-25cputlb: Remove cpu->mem_io_vaddrRichard Henderson1-2/+0
2019-09-25cputlb: Handle TLB_NOTDIRTY in probe_accessRichard Henderson1-9/+17
2019-09-25cputlb: Merge and move memory_notdirty_write_{prepare,complete}Richard Henderson1-34/+42
2019-09-25cputlb: Partially inline memory_region_section_get_iotlbRichard Henderson1-24/+42
2019-09-25cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson1-3/+23
2019-09-25cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson1-15/+21
2019-09-25cputlb: Introduce TLB_BSWAPRichard Henderson1-29/+43
2019-09-25cputlb: Split out load/store_memopRichard Henderson1-52/+55
2019-09-25cputlb: Use qemu_build_not_reached in load/store_helpersRichard Henderson1-3/+2
2019-09-25cputlb: Disable __always_inline__ without optimizationRichard Henderson1-2/+2
2019-09-13atomic_template: fix indentation in GEN_ATOMIC_HELPEREmilio G. Cota1-1/+1
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