summaryrefslogtreecommitdiffstats
path: root/accel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-02-07-v4' in...Peter Maydell2018-02-091-1/+1
|\
| * Move include qemu/option.h from qemu-common.h to actual usersMarkus Armbruster2018-02-091-1/+1
* | tcg: Add generic vector helpers with a scalar operandRichard Henderson2018-02-082-0/+199
* | tcg: Add generic helpers for saturating arithmeticRichard Henderson2018-02-082-0/+288
* | tcg: Add generic vector ops for multiplicationRichard Henderson2018-02-082-0/+49
* | tcg: Add generic vector ops for comparisonsRichard Henderson2018-02-082-0/+66
* | tcg: Add generic vector ops for constant shiftsRichard Henderson2018-02-082-0/+159
* | tcg: Add generic vector expandersRichard Henderson2018-02-083-1/+355
|/
* Add the WHPX vcpu APIJustin Terry (VM)2018-02-072-4/+53
* Drop remaining bits of ia64 host supportPeter Maydell2018-02-051-33/+0Star
* kvm: Add kvm_set_user_memory tracepointAlexey Kardashevskiy2018-02-052-1/+6
* accel/tcg: add size paremeter in tlb_fill()Laurent Vivier2018-01-253-12/+17
* Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-2.12-pull-r...Peter Maydell2018-01-252-45/+57
|\
| * page_unprotect(): handle calls to pages that are PAGE_WRITEPeter Maydell2018-01-232-20/+43
| * linux-user: Propagate siginfo_t through to handle_cpu_signal()Peter Maydell2018-01-231-25/+14Star
* | Revert "virtio: postpone the execution of event_notifier_cleanup function"Michael S. Tsirkin2018-01-241-4/+0Star
|/
* virtio: postpone the execution of event_notifier_cleanup functionGal Hammer2018-01-181-0/+4
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171229' into stagingPeter Maydell2018-01-082-4/+7
|\
| * tcg: add cs_base and flags to -d exec outputPaolo Bonzini2017-12-292-4/+7
* | i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real2017-12-222-0/+32
|/
* cpu-exec: fix missed CPU kick during interrupt injectionDavid Hildenbrand2017-12-211-9/+3Star
* misc: remove duplicated includesPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* accel/tcg/cpu-exec-common.c: Remove unnecessary include of memory-internal.hPeter Maydell2017-12-181-1/+0Star
* translate-all: fix 'consisits' typo in commentEmilio G. Cota2017-12-181-1/+1
* tcg: Fix compilation without TCGJuan Quintela2017-11-231-0/+8
* accel/tcg: Handle atomic accesses to notdirty memory correctlyPeter Maydell2017-11-213-13/+38
* Revert "cpu-exec: don't overwrite exception_index"Peter Maydell2017-11-201-3/+1Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-11-161-42/+57
|\
| * cpu-exec: avoid cpu_exec_nocache infinite loop with record/replayPavel Dovgalyuk2017-11-141-41/+54
| * cpu-exec: don't overwrite exception_indexPavel Dovgalyuk2017-11-141-1/+3
* | tcg: Record code_gen_buffer address for user-only memory helpersRichard Henderson2017-11-153-18/+73
* | accel/tcg/translate-all: expand cpu_restore_state addr checkAlex Bennée2017-11-131-23/+29
|/
* cpu-exec: Exit exclusive region on longjmp from step_atomicPeter Maydell2017-11-031-3/+12
* translate-all: exit from tb_phys_invalidate if qht_remove failsEmilio G. Cota2017-10-241-1/+3
* tcg: enable multiple TCG contexts in softmmuEmilio G. Cota2017-10-241-1/+1
* tcg: introduce regions to split code_gen_bufferEmilio G. Cota2017-10-241-43/+20Star
* translate-all: use qemu_protect_rwx/none helpersEmilio G. Cota2017-10-241-48/+13Star
* tcg: distribute profiling counters across TCGContext'sEmilio G. Cota2017-10-241-10/+13
* tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-242-55/+56
* tcg: take tb_ctx out of TCGContextEmilio G. Cota2017-10-242-30/+29Star
* translate-all: report correct avg host TB sizeEmilio G. Cota2017-10-241-9/+23
* exec-all: rename tb_free to tb_removeEmilio G. Cota2017-10-242-4/+4
* translate-all: use a binary search tree to track TBs in TBContextEmilio G. Cota2017-10-241-108/+113
* tcg: Remove CF_IGNORE_ICOUNTRichard Henderson2017-10-242-10/+9Star
* cpu-exec: lookup/generate TB outside exclusive region during step_atomicEmilio G. Cota2017-10-241-16/+14Star
* tcg: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota2017-10-241-0/+1
* tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota2017-10-241-2/+2
* tcg: Add CPUState cflags_next_tbRichard Henderson2017-10-242-30/+27Star
* tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota2017-10-243-27/+33
* accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand2017-10-202-3/+6