summaryrefslogtreecommitdiffstats
path: root/accel
Commit message (Expand)AuthorAgeFilesLines
* accel/kvm: ensure ret always setAlex Bennée2019-10-031-3/+3
* kvm: split too big memory section on several memslotsIgor Mammedov2019-09-301-44/+80
* kvm: clear dirty bitmaps from all overlapping memslotsPaolo Bonzini2019-09-301-14/+22
* kvm: extract kvm_log_clear_one_slotPaolo Bonzini2019-09-301-46/+57
* cputlb: Pass retaddr to tb_check_watchpointRichard Henderson2019-09-252-4/+4
* cputlb: Pass retaddr to tb_invalidate_phys_page_fastRichard Henderson2019-09-253-26/+22Star
* cputlb: Remove tb_invalidate_phys_page_range is_cpu_write_accessRichard Henderson2019-09-252-6/+3Star
* cputlb: Remove cpu->mem_io_vaddrRichard Henderson2019-09-251-2/+0Star
* cputlb: Handle TLB_NOTDIRTY in probe_accessRichard Henderson2019-09-251-9/+17
* cputlb: Merge and move memory_notdirty_write_{prepare,complete}Richard Henderson2019-09-251-34/+42
* cputlb: Partially inline memory_region_section_get_iotlbRichard Henderson2019-09-251-24/+42
* cputlb: Move NOTDIRTY handling from I/O path to TLB pathRichard Henderson2019-09-251-3/+23
* cputlb: Move ROM handling from I/O path to TLB pathRichard Henderson2019-09-251-15/+21
* cputlb: Introduce TLB_BSWAPRichard Henderson2019-09-251-29/+43
* cputlb: Split out load/store_memopRichard Henderson2019-09-251-52/+55
* cputlb: Use qemu_build_not_reached in load/store_helpersRichard Henderson2019-09-251-3/+2Star
* cputlb: Disable __always_inline__ without optimizationRichard Henderson2019-09-251-2/+2
* atomic_template: fix indentation in GEN_ATOMIC_HELPEREmilio G. Cota2019-09-131-1/+1
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into stagingPeter Maydell2019-09-042-182/+262
|\
| * tcg: Factor out probe_write() logic into probe_access()David Hildenbrand2019-09-032-17/+52
| * tcg: Make probe_write() return a pointer to the host pageDavid Hildenbrand2019-09-032-7/+20
| * tcg: Enforce single page access in probe_write()David Hildenbrand2019-09-032-0/+4
| * tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x codeDavid Hildenbrand2019-09-031-0/+14
| * tcg: Check for watchpoints in probe_write()David Hildenbrand2019-09-031-2/+13
| * cputlb: Handle watchpoints via TLB_WATCHPOINTRichard Henderson2019-09-031-10/+79
| * cputlb: Remove double-alignment in store_helperRichard Henderson2019-09-031-2/+1Star
| * cputlb: Fix size operand for tlb_fill on unaligned storeRichard Henderson2019-09-031-1/+4
| * cputlb: Fold TLB_RECHECK into TLB_INVALID_MASKRichard Henderson2019-09-031-63/+23Star
| * cputlb: Byte swap memory transaction attributeTony Nguyen2019-09-031-0/+12
| * memory: Single byte swap along the I/O pathTony Nguyen2019-09-031-39/+3Star
| * cputlb: Replace size and endian operands for MemOpTony Nguyen2019-09-031-89/+81Star
| * memory: Access MemoryRegion with endiannessTony Nguyen2019-09-031-2/+6
| * cputlb: Access MemoryRegion with MemOpTony Nguyen2019-09-031-4/+4
| * tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen2019-09-031-1/+1
* | atomic_template: fix indentation in GEN_ATOMIC_HELPEREmilio G. Cota2019-09-031-1/+1
|/
* Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in...Peter Maydell2019-08-221-1/+1
|\
| * hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster2019-08-211-1/+1
* | icount: remove unnecessary gen_io_end callsPavel Dovgalyuk2019-08-201-1/+0Star
* | icount: clean up cpu_can_io at the entry to the blockPavel Dovgalyuk2019-08-201-1/+0Star
|/
* sysemu: Split sysemu/runstate.h off sysemu/sysemu.hMarkus Armbruster2019-08-161-0/+1
* Include sysemu/sysemu.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-0/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* Clean up inclusion of exec/cpu-common.hMarkus Armbruster2019-08-161-1/+0Star
* hmp: Print if memory section is registered with an acceleratorAlexey Kardashevskiy2019-07-191-0/+38
* kvm: Support KVM_CLEAR_DIRTY_LOGPeter Xu2019-07-152-0/+183
* kvm: Introduce slots lock for memory listenerPeter Xu2019-07-151-12/+46
* kvm: Persistent per kvmslot dirty bitmapPeter Xu2019-07-151-3/+7
* kvm: Update comments for sync_dirty_bitmapPeter Xu2019-07-151-6/+6