summaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)AuthorFilesLines
2019-05-10cputlb: Do unaligned store recursion to outermost functionRichard Henderson1-4/+4
2019-05-10cputlb: Do unaligned load recursion to outermost functionRichard Henderson1-20/+97
2019-05-10cputlb: Drop attribute flattenRichard Henderson1-63/+42
2019-05-10cputlb: Move TLB_RECHECK handling into load/store_helperRichard Henderson1-71/+55
2019-05-10accel/tcg: demacro cputlbAlex Bennée2-480/+452
2019-05-02accel: Remove unused AccelClass::available fieldEduardo Habkost1-5/+0
2019-05-02qtest: Don't compile qtest accel on non-POSIX systemsEduardo Habkost2-2/+1
2019-05-02qtest: Move accel code to accel/qtest.cEduardo Habkost2-0/+56
2019-04-25cputlb: Fix io_readx() to respect the access_typeShahab Vahedi1-2/+3
2019-04-24tcg: Restart after TB code generation overflowRichard Henderson1-6/+32
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2-15/+15
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-2/+2
2019-04-18tcg: Simplify how dump_exec_info() printsMarkus Armbruster1-22/+23
2019-04-18tcg: Simplify how dump_opcount_info() printsMarkus Armbruster1-2/+2
2019-04-02accel: Unbreak accelerator fallbackMarkus Armbruster1-1/+2
2019-03-22trace-events: Consistently point to docs/devel/tracing.txtMarkus Armbruster2-2/+2
2019-03-11qdev: Fix latent bug with compat_props and onboard devicesMarkus Armbruster1-0/+1
2019-03-11accel: Allow to build QEMU without TCG or KVM supportAnthony PERARD1-1/+3
2019-03-05hw/boards: Add a MachineState parameter to kvm_type callbackEric Auger1-1/+1
2019-02-14kvm: Add kvm_set_ioeventfd* tracesDr. David Alan Gilbert2-0/+5
2019-02-11cputlb: update TLB entry/index after tlb_fillEmilio G. Cota2-0/+12
2019-02-07Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190206' into stagingPeter Maydell1-3/+0
2019-02-06accel/tcg: Consider cluster index in tb_lookup__cpu_state()Peter Maydell1-3/+0
2019-02-05cpu-exec: reset BQL after longjmp in cpu_exec_step_atomicEmilio G. Cota1-0/+3
2019-02-05cpu-exec: add assert_no_pages_locked() after longjmpEmilio G. Cota1-0/+1
2019-01-30tcg: Fix LGPL version numberThomas Huth9-9/+9
2019-01-29accel/tcg: Add cluster number to TCG TB hashPeter Maydell2-0/+6
2019-01-29accel/tcg/user-exec: Don't parse aarch64 insns to test for read vs writePeter Maydell1-14/+52
2019-01-28cputlb: Remove static tlb sizingRichard Henderson1-21/+0
2019-01-28tcg: introduce dynamic TLB sizingEmilio G. Cota1-5/+197
2019-01-28cputlb: do not evict empty entries to the vtlbEmilio G. Cota1-1/+10
2019-01-28tcg: Add opcodes for vector minmax arithmeticRichard Henderson2-0/+244
2019-01-28tcg: Add gvec expanders for nand, nor, eqvRichard Henderson2-0/+36
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-2/+2
2019-01-11build-sys: don't include windows.h, osdep.h does itMarc-André Lureau1-4/+0
2019-01-11accel: Improve selection of the default acceleratorThomas Huth1-3/+15
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau1-12/+0
2018-12-26tcg: Add RISC-V cpu signal handlerAlistair Francis1-0/+75
2018-12-11accel: register global_props like machine globalsMarc-André Lureau1-1/+8
2018-10-31cputlb: Remove tlb_c.pending_flushesRichard Henderson1-14/+2
2018-10-31cputlb: Filter flushes on already clean tlbsRichard Henderson1-10/+25
2018-10-31cputlb: Count "partial" and "elided" tlb flushesRichard Henderson2-7/+19
2018-10-31cputlb: Merge tlb_flush_page into tlb_flush_page_by_mmuidxRichard Henderson1-46/+12
2018-10-31cputlb: Merge tlb_flush_nocheck into tlb_flush_by_mmuidx_async_workRichard Henderson1-72/+21
2018-10-31cputlb: Move env->vtlb_index to env->tlb_d.vindexRichard Henderson1-3/+2
2018-10-31cputlb: Split large page tracking per mmu_idxRichard Henderson1-77/+61
2018-10-31cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flushRichard Henderson1-12/+23
2018-10-31cputlb: Remove tcg_enabled hack from tlb_flush_nocheckRichard Henderson1-7/+0
2018-10-31cputlb: Move tlb_lock to CPUTLBCommonRichard Henderson1-24/+24
2018-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-3/+53