summary refs log tree commit diff stats
path: root/include/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
* qemu-common: Move tcg_enabled() etc. to sysemu/tcg.hMarkus Armbruster2019-06-111-0/+1
* cpu: Remove CPU_COMMONRichard Henderson2019-06-101-2/+0
* cpu: Move the softmmu tlb to CPUNegativeOffsetStateRichard Henderson2019-06-102-7/+24
* cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson2019-06-103-7/+13
* cpu: Introduce CPUNegativeOffsetStateRichard Henderson2019-06-102-0/+32
* cpu: Introduce cpu_set_cpustate_pointersRichard Henderson2019-06-101-0/+11
* cpu: Move ENV_OFFSET to exec/gen-icount.hRichard Henderson2019-06-101-0/+2
* cpu: Introduce env_archcpuRichard Henderson2019-06-101-2/+12
* cpu: Replace ENV_GET_CPU with env_cpuRichard Henderson2019-06-104-14/+26
* tcg: Create struct CPUTLBRichard Henderson2019-06-102-28/+37
* tcg: Split out target/arch/cpu-param.hRichard Henderson2019-06-101-1/+21
* tcg: Fold CPUTLBWindow into CPUTLBDescRichard Henderson2019-06-101-13/+4
* memory: Remove memory_region_get_dirty()Peter Xu2019-06-031-17/+0
* semihosting: move semihosting configuration into its own directoryAlex Bennée2019-05-281-62/+0
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190510' into stagingPeter Maydell2019-05-162-49/+10
|\
| * tcg: Use tlb_fill probe from tlb_vaddr_to_hostRichard Henderson2019-05-101-40/+10
| * tcg: Use CPUClass::tlb_fill in cputlb.cRichard Henderson2019-05-101-9/+0
* | Clean up decorations and whitespace around header guardsMarkus Armbruster2019-05-131-1/+1
|/
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-0...Peter Maydell2019-05-091-0/+1
|\
| * include/exec/poison: Mark TARGET_FMT_lu as poisoned, tooThomas Huth2019-05-091-0/+1
* | Header cleanupsAruna Jayasena2019-05-031-3/+0
|/
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190426' into stagingPeter Maydell2019-04-282-3/+4
|\
| * tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson2019-04-242-3/+4
* | exec: Introduce qemu_maxrampagesize() and rename qemu_getrampagesize()David Hildenbrand2019-04-251-1/+2
|/
* qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster2019-04-181-1/+1
* target: Simplify how the TARGET_cpu_list() printMarkus Armbruster2019-04-181-13/+0
* memory: Clean up how mtree_info() printsMarkus Armbruster2019-04-182-4/+2
* tcg: Simplify how dump_exec_info() printsMarkus Armbruster2019-04-181-1/+1
* tcg: Simplify how dump_opcount_info() printsMarkus Armbruster2019-04-181-1/+1
* migration: Add an ability to ignore shared RAM blocksYury Kotov2019-03-061-1/+0
* exec: Change RAMBlockIterFunc definitionYury Kotov2019-03-061-2/+4
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2019-03-041-1/+0
|\
| * vhost-net: compile it on all targets that have virtio-net.Paolo Bonzini2019-02-211-1/+0
* | include/exec/helper-head.h: support "const void *" in helper callsDavid Hildenbrand2019-02-211-0/+5
|/
* exec-all: document that tlb_fill can trigger a TLB resizeEmilio G. Cota2019-02-111-0/+5
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190206' into stagingPeter Maydell2019-02-071-0/+4
|\
| * accel/tcg: Consider cluster index in tb_lookup__cpu_state()Peter Maydell2019-02-061-0/+4
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2019-02-053-16/+16
|\ \ | |/ |/|
| * unify len and addr type for memory/address APIsLi Zhijian2019-02-053-16/+16
* | exec: Add target-specific tlb bits to MemTxAttrsRichard Henderson2019-02-051-0/+10
|/
* accel/tcg: Add cluster number to TCG TB hashPeter Maydell2019-01-291-1/+3
* memory: add memory_region_flush_rom_device()Stefan Hajnoczi2019-01-291-0/+18
* cputlb: Remove static tlb sizingRichard Henderson2019-01-282-60/+0
* tcg: introduce dynamic TLB sizingEmilio G. Cota2019-01-282-2/+76
* qemu/queue.h: simplify reverse access to QTAILQPaolo Bonzini2019-01-111-1/+1
* qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini2019-01-111-2/+2
* tcg: Add TCG_CALL_NO_RETURNRichard Henderson2018-12-262-7/+27
* exec: Add RISC-V GCC poison macroAlistair Francis2018-12-261-0/+1
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181216' into stagingPeter Maydell2018-12-172-103/+2
|\
| * include: move exec/tb-hash-xx.h to qemu/xxhash.hEmilio G. Cota2018-12-172-123/+1