aboutsummaryrefslogtreecommitdiff
path: root/accel
AgeCommit message (Expand)Author
2019-05-22tcg: Add support for vector bitwise selectRichard Henderson
2019-05-16Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into stagingPeter Maydell
2019-05-13tcg: Add support for vector absolute valueRichard Henderson
2019-05-13tcg: Add gvec expanders for variable shiftRichard Henderson
2019-05-10cputlb: Do unaligned store recursion to outermost functionRichard Henderson
2019-05-10cputlb: Do unaligned load recursion to outermost functionRichard Henderson
2019-05-10cputlb: Drop attribute flattenRichard Henderson
2019-05-10cputlb: Move TLB_RECHECK handling into load/store_helperRichard Henderson
2019-05-10accel/tcg: demacro cputlbAlex Bennée
2019-05-10tcg: Use tlb_fill probe from tlb_vaddr_to_hostRichard Henderson
2019-05-10tcg: Remove CPUClass::handle_mmu_faultRichard Henderson
2019-05-10tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson
2019-05-10tcg: Add CPUClass::tlb_fillRichard Henderson
2019-05-02accel: Remove unused AccelClass::available fieldEduardo Habkost
2019-05-02qtest: Don't compile qtest accel on non-POSIX systemsEduardo Habkost
2019-05-02qtest: Move accel code to accel/qtest.cEduardo Habkost
2019-04-25cputlb: Fix io_readx() to respect the access_typeShahab Vahedi
2019-04-24tcg: Restart after TB code generation overflowRichard Henderson
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster
2019-04-18tcg: Simplify how dump_exec_info() printsMarkus Armbruster
2019-04-18tcg: Simplify how dump_opcount_info() printsMarkus Armbruster
2019-04-02accel: Unbreak accelerator fallbackMarkus Armbruster
2019-03-22trace-events: Consistently point to docs/devel/tracing.txtMarkus Armbruster
2019-03-11qdev: Fix latent bug with compat_props and onboard devicesMarkus Armbruster
2019-03-11accel: Allow to build QEMU without TCG or KVM supportAnthony PERARD
2019-03-05hw/boards: Add a MachineState parameter to kvm_type callbackEric Auger
2019-02-14kvm: Add kvm_set_ioeventfd* tracesDr. David Alan Gilbert
2019-02-11cputlb: update TLB entry/index after tlb_fillEmilio G. Cota
2019-02-07Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190206' into stagingPeter Maydell
2019-02-06accel/tcg: Consider cluster index in tb_lookup__cpu_state()Peter Maydell
2019-02-05cpu-exec: reset BQL after longjmp in cpu_exec_step_atomicEmilio G. Cota
2019-02-05cpu-exec: add assert_no_pages_locked() after longjmpEmilio G. Cota
2019-01-30tcg: Fix LGPL version numberThomas Huth
2019-01-29accel/tcg: Add cluster number to TCG TB hashPeter Maydell
2019-01-29accel/tcg/user-exec: Don't parse aarch64 insns to test for read vs writePeter Maydell
2019-01-28cputlb: Remove static tlb sizingRichard Henderson
2019-01-28tcg: introduce dynamic TLB sizingEmilio G. Cota
2019-01-28cputlb: do not evict empty entries to the vtlbEmilio G. Cota
2019-01-28tcg: Add opcodes for vector minmax arithmeticRichard Henderson
2019-01-28tcg: Add gvec expanders for nand, nor, eqvRichard Henderson
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini
2019-01-11build-sys: don't include windows.h, osdep.h does itMarc-André Lureau
2019-01-11accel: Improve selection of the default acceleratorThomas Huth
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau
2018-12-26tcg: Add RISC-V cpu signal handlerAlistair Francis
2018-12-11accel: register global_props like machine globalsMarc-André Lureau
2018-10-31cputlb: Remove tlb_c.pending_flushesRichard Henderson
2018-10-31cputlb: Filter flushes on already clean tlbsRichard Henderson
2018-10-31cputlb: Count "partial" and "elided" tlb flushesRichard Henderson