summaryrefslogtreecommitdiffstats
path: root/exec-all.h
Commit message (Expand)AuthorAgeFilesLines
* exec: refactor cpu_restore_stateBlue Swirl2012-12-161-4/+2
* TCG: Remove unused global gen_opc_ arrays.Evgeny Voevodin2012-12-081-4/+0
* tci: fix build breakage for target MIPSStefan Weil2012-11-181-3/+4
* tcg/ppc32: Use trampolines to trim the code size for mmu slow path accessorsmalc2012-11-061-1/+1
* tcg/ppc: ld/st optimizationmalc2012-11-031-0/+3
* Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl2012-11-031-2/+0
|\
| * exec: make some functions staticBlue Swirl2012-11-011-2/+0
* | tcg: Add extended GETPC mechanism for MMU helpers with ldst optimizationYeongkyoon Lee2012-11-031-0/+36
|/
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-5/+5
* exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.cRichard Henderson2012-10-201-2/+0
* tci: fix build breakage for target-sparcMichael Roth2012-10-191-1/+2
* tcg-sparc: Fix and enable direct TB chaining.Richard Henderson2012-09-211-3/+6
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-151-4/+0
* tcg: Fix MAX_OPC_PARAM_IARGSStefan Weil2012-09-151-1/+1
* cleanup cpu_set_debug_excp_handlerIgor Mammedov2012-06-251-1/+1
* linux-user: Fix stale tbs after mmapAlexander Graf2012-05-191-0/+2
* cputlb: move TLB handling to a separate fileBlue Swirl2012-05-011-1/+11
* tci: GETPC() macro must return an uintptr_tStefan Weil2012-04-211-1/+1
* exec: provide tb_invalidate_phys_addr functionMax Filippov2012-04-141-0/+1
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-5/+5
* Add QEMU_NORETURN to function cpu_io_recompileStefan Weil2012-04-071-1/+1
* Add QEMU_NORETURN to function cpu_resume_from_signalStefan Weil2012-04-071-1/+1
* w64: Fix data type of tb_next and other variables used for host addressesStefan Weil2012-04-071-17/+16
* softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl2012-03-181-0/+2
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-19/+19
* memory: get rid of cpu_register_io_memory()Avi Kivity2012-03-081-1/+0
* memory: dispatch directly via MemoryRegionAvi Kivity2012-03-081-4/+5
* memory: store section indices in iotlb instead of io indicesAvi Kivity2012-03-081-0/+1
* Direct dispatch through MemoryRegionAvi Kivity2012-01-041-3/+1
* Uninline get_page_addr_code()Avi Kivity2012-01-041-25/+1
* Avoid range comparisons on io index typesAvi Kivity2012-01-041-1/+1
* memory: move mmio access to functionsAvi Kivity2012-01-041-2/+5
* tcg: Add bytecode generator for tcg interpreterStefan Weil2011-10-311-2/+20
* exec-all: Fix void pointer arithmeticStefan Weil2011-10-301-2/+1
* qemu-timer: move icount to cpus.cPaolo Bonzini2011-10-211-0/+14
* Move GETPC from dyngen-exec.h to exec-all.hBlue Swirl2011-10-011-0/+12
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-1/+1
* Fix unassigned memory access handlingBlue Swirl2011-07-201-1/+1
* exec-all.h: Make MAX_OP_PER_INSTR large enough for target-arm's usesPeter Maydell2011-07-121-5/+1
* Move cpu_has_work and cpu_pc_from_tb to cpu.hBlue Swirl2011-06-261-0/+1
* cpu_loop_exit: avoid using AREG0Blue Swirl2011-06-261-1/+1
* target-alpha: Trap for unassigned and unaligned addresses.Richard Henderson2011-05-311-1/+1
* Merge branch 's390-next' of git://repo.or.cz/qemu/agrafAurelien Jarno2011-05-231-0/+4
|\
| * tcg: extend max tcg opcodes when using 64-on-32bitAlexander Graf2011-05-201-0/+4
* | Delete unused tb_invalidate_page_rangeBlue Swirl2011-05-221-1/+0
|/
* Remove unused function parameter from cpu_restore_stateStefan Weil2011-04-201-2/+1
* Remove unused function parameters from gen_pc_load and rename the functionStefan Weil2011-04-201-2/+2
* Make tb_alloc staticTristan Gingold2011-02-101-1/+0
* Delete useless 'extern' qualifiers for functionsBlue Swirl2011-01-231-1/+1
* TCG: Improve tb_phys_hash_func()Aurelien Jarno2010-12-311-1/+1
OpenPOWER on IntegriCloud