summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2018-05-09translator: merge max_insns into DisasContextBaseEmilio G. Cota1-4/+4
2018-05-03linux-user: remove useless padding in flock64 structureLaurent Vivier1-1/+1
2018-04-11icount: fix cpu_restore_state_from_tb for non-tb-exit casesPavel Dovgalyuk1-1/+4
2018-03-27gdbstub: send a termination packet instead of crashing gdbKONRAD Frederic1-0/+2
2018-03-20Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+4
2018-03-20postcopy: use UFFDIO_ZEROPAGE only when availableDr. David Alan Gilbert1-0/+3
2018-03-20qemu_ram_block_host_offsetDr. David Alan Gilbert1-0/+1
2018-03-09linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov2-10/+12
2018-03-06address_space_read: address_space_to_flatview needs RCU lockPaolo Bonzini1-15/+10
2018-03-06memory: inline some performance-sensitive accessorsPaolo Bonzini2-5/+30
2018-03-01include/exec/helper-head.h: support f16 in helper callsAlex Bennée1-0/+3
2018-02-19mem: add share parameter to memory-backend-ramMarcel Apfelbaum2-1/+25
2018-02-13memory: hide memory_region_sync_dirty_bitmap behind DirtyBitmapSnapshotPaolo Bonzini1-11/+0
2018-02-13memory: remove memory_region_test_and_clear_dirtyPaolo Bonzini1-21/+3
2018-02-09Clean up includesMarkus Armbruster1-2/+0
2018-02-07Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-15/+19
2018-02-06memory/iommu: Add get_attr()Alexey Kardashevskiy1-0/+22
2018-02-05memory-internal.h: Remove obsolete claim that header is obsoletePeter Maydell1-3/+4
2018-02-05memory: update comments and fix some typosJay Zhou1-12/+15
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-3/+3
2018-01-19hostmem-file: add "align" optionHaozhong Zhang1-0/+3
2018-01-16cpu_physical_memory_sync_dirty_bitmap: Another alignment fixDr. David Alan Gilbert1-2/+3
2017-12-29tcg: Allow 6 arguments to TCG helpersRichard Henderson4-0/+25
2017-12-29tcg: Dynamically allocate TCGOpsRichard Henderson1-6/+3
2017-12-21cpu: refactor cpu_address_space_init()Peter Xu1-2/+4
2017-12-18memory: remove unused memory_region_set_global_locking()Marc-André Lureau1-12/+0
2017-11-21exec.c: Factor out before/after actions for notdirty memory writesPeter Maydell1-0/+62
2017-11-15tcg: Record code_gen_buffer address for user-only memory helpersRichard Henderson2-2/+14
2017-11-13accel/tcg/translate-all: expand cpu_restore_state addr checkAlex Bennée1-0/+11
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell1-2/+2
2017-10-25Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into stagingPeter Maydell8-56/+76
2017-10-25disas: Remove unused flags argumentsRichard Henderson1-2/+2
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-6/+4
2017-10-24gen-icount: fold exitreq_label into TCGContextEmilio G. Cota1-4/+3
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-5/+5
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota1-0/+2
2017-10-24exec-all: rename tb_free to tb_removeEmilio G. Cota1-1/+1
2017-10-24translate-all: use a binary search tree to track TBs in TBContextEmilio G. Cota2-4/+6
2017-10-24tcg: Remove CF_IGNORE_ICOUNTRichard Henderson1-8/+9
2017-10-24tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASKRichard Henderson1-1/+2
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota1-4/+4
2017-10-24tcg: Include CF_COUNT_MASK in CF_HASH_MASKRichard Henderson1-1/+1
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota4-9/+30
2017-10-24tcg: Remove GET_TCGV_* and MAKE_TCGV_*Richard Henderson1-4/+0
2017-10-24tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp}Richard Henderson2-11/+11
2017-10-24tcg: Push tcg_ctx into tcg_gen_callNRichard Henderson1-6/+6
2017-10-23migration: add bitmap for received pageAlexey Perevalov1-0/+10
2017-10-20accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand1-0/+3
2017-10-10util: move qemu_real_host_page_size/mask to osdep.hEmilio G. Cota1-2/+0
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota1-2/+10