summaryrefslogtreecommitdiffstats
path: root/accel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-10-191-25/+14Star
|\
| * kvm: simplify kvm_align_section()David Hildenbrand2017-10-181-12/+6Star
| * kvm: region_add and region_del is not called on updatesDavid Hildenbrand2017-10-181-7/+1Star
| * kvm: fix error message when failing to unregister slotDavid Hildenbrand2017-10-181-1/+1
| * kvm: tolerate non-existing slot for log_start/log_stop/log_syncDavid Hildenbrand2017-10-181-4/+4
| * kvm: fix alignment of ram addressDavid Hildenbrand2017-10-181-1/+2
* | tcg: Fix off-by-one in assert in page_set_flagsRichard Henderson2017-10-161-1/+1
|/
* exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota2017-10-103-21/+21
* translate-all: define and use DEBUG_TB_CHECK_GATEEmilio G. Cota2017-10-101-6/+22
* translate-all: define and use DEBUG_TB_INVALIDATE_GATEEmilio G. Cota2017-10-101-3/+9
* exec-all: introduce TB_PAGE_ADDR_FMTEmilio G. Cota2017-10-101-2/+1Star
* translate-all: define and use DEBUG_TB_FLUSH_GATEEmilio G. Cota2017-10-101-7/+13
* exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota2017-10-102-4/+3Star
* tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota2017-10-102-47/+24Star
* tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota2017-10-102-11/+11
* cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_findEmilio G. Cota2017-10-101-5/+5
* translate-all: make have_tb_lock staticEmilio G. Cota2017-10-101-1/+1
* tcg: fix corruption of code_time profiling counter upon tb_flushEmilio G. Cota2017-10-101-2/+2
* cputlb: bring back tlb_flush_count under !TLB_DEBUGEmilio G. Cota2017-10-102-4/+15
* kvm: check KVM_CAP_NR_VCPUS with kvm_vm_check_extension()Greg Kurz2017-10-021-21/+22
* kvm: check KVM_CAP_SYNC_MMU with kvm_vm_check_extension()Greg Kurz2017-10-022-5/+7
* accel/tcg/cputlb: avoid recursive BQL (fixes #1706296)Alex Bennée2017-09-251-2/+2
* kvm: drop wrong assertion creating problems with pflashDavid Hildenbrand2017-09-211-1/+0Star
* accel/hax: move hax-stub.c to accel/stubs/Philippe Mathieu-Daudé2017-09-192-0/+35
* Convert multi-line fprintf() to warn_report()Alistair Francis2017-09-191-4/+3Star
* kvm: kvm_log_sync() is only called with known memory sectionsDavid Hildenbrand2017-09-191-49/+12Star
* kvm: kvm_log_start/stop are only called with known sectionsDavid Hildenbrand2017-09-191-6/+12
* kvm: we never have overlapping slots in kvm_set_phys_mem()David Hildenbrand2017-09-191-57/+11Star
* kvm: use start + size for memory rangesDavid Hildenbrand2017-09-191-4/+3Star
* kvm: factor out alignment of memory sectionDavid Hildenbrand2017-09-191-20/+39
* kvm: require JOIN_MEMORY_REGIONS_WORKSDavid Hildenbrand2017-09-191-41/+1Star