summaryrefslogtreecommitdiffstats
path: root/include/exec
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-10-311-2/+2
|\
| * memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum2013-10-141-2/+2
* | portio: Allow to mark portio lists as coalesced MMIO flushingJan Kiszka2013-10-171-0/+2
* | exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil2013-10-141-1/+1
* | Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori2013-10-113-67/+252
|\ \
| * | exec: Add both big- and little-endian memory helpersRichard Henderson2013-10-101-35/+251
| * | exec: Delete is_tcg_gen_code and GETRA_EXTRichard Henderson2013-10-102-14/+2
| * | tcg-aarch64: Update to helper_ret_*_mmu routinesRichard Henderson2013-10-101-18/+0
| * | tcg: Put target helper data into an array.Richard Henderson2013-10-101-2/+1
* | | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-10-101-2/+0
|\ \ \ | |/ / |/| |
| * | cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber2013-10-071-2/+0
* | | tcg-arm: Rearrange slow-path qemu_ld/stRichard Henderson2013-10-011-15/+1
|/ /
* | tcg-ppc: use new return-argument ld/st helpersPaolo Bonzini2013-09-251-3/+1
* | exec: Simplify the guest physical memory allocation hookMarkus Armbruster2013-09-121-0/+2
* | exec: Reduce ifdeffery around -mem-pathMarkus Armbruster2013-09-121-2/+0
|/
* abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENTPeter Maydell2013-09-101-4/+0
* memory: Provide separate handling of unassigned io ports accessesJan Kiszka2013-09-051-0/+4
* tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson2013-09-021-12/+46
* exec: Split softmmu_defs.hRichard Henderson2013-09-023-51/+6
* exec: Rename USUFFIX to LSUFFIXRichard Henderson2013-09-021-6/+6
* exec: Reorganize the GETRA/GETPC macrosRichard Henderson2013-09-022-52/+56
* tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson2013-09-021-2/+2
* tcg-i386: Remove abort from GETPC_LDSTRichard Henderson2013-08-291-5/+5
* tcg-i386: Use new return-argument ld/st helpersRichard Henderson2013-08-261-11/+2
* tcg: Tidy softmmu_template.hRichard Henderson2013-08-261-183/+104
* tcg: Add mmu helpers that take a return address argumentRichard Henderson2013-08-262-33/+55
* exec: Remove env from list of poisoned namesStefan Weil2013-07-271-1/+0
* cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber2013-07-271-0/+8
* gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber2013-07-271-0/+37
* Merge remote-tracking branch 'rth/tcg-next' into stagingAnthony Liguori2013-07-262-2/+14
|\
| * Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-nextRichard Henderson2013-07-151-0/+14
| |\
| | * tcg/aarch64: Implement tlb lookup fast pathJani Kokkonen2013-07-151-0/+14
| * | tcg: Remove temp_bufRichard Henderson2013-07-151-2/+0
* | | Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2013-07-252-3/+7
|\ \ \
| * | | linux-user: fix segmentation fault passing with h2g(x) != xAlexander Graf2013-07-231-2/+6
| * | | configure: Make NPTL non-optionalPeter Maydell2013-07-221-1/+1
| |/ /
* | | gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber2013-07-231-1/+1
* | | cpu: Move gdb_regs field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-2/+0
* | | exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber2013-07-232-9/+12
* | | cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber2013-07-231-5/+0
* | | gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber2013-07-231-1/+1
* | | gdbstub: Change syscall callback argument to CPUStateAndreas Färber2013-07-231-1/+1
* | | cpu: Change cpu_single_step() argument to CPUStateAndreas Färber2013-07-231-6/+0
* | | cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber2013-07-231-1/+0
|/ /
* | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2013-07-102-5/+0
|\ \
| * | cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2013-07-092-2/+0
| * | cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber2013-07-091-3/+0
* | | exec: Remove unused global variable phys_ram_fdStefan Weil2013-07-091-1/+0
|/ /
* | exec: separate current radix tree from the one being builtPaolo Bonzini2013-07-041-0/+1
* | exec: move listener from AddressSpaceDispatch to AddressSpacePaolo Bonzini2013-07-041-0/+2
OpenPOWER on IntegriCloud