summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2013-10-31Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori1-2/+2
2013-10-17portio: Allow to mark portio lists as coalesced MMIO flushingJan Kiszka1-0/+2
2013-10-14exec: Fix prototype of phys_mem_set_alloc and related functionsStefan Weil1-1/+1
2013-10-14memory: Change MemoryRegion priorities from unsigned to signedMarcel Apfelbaum1-2/+2
2013-10-11Merge remote-tracking branch 'rth/tcg-pull' into stagingAnthony Liguori3-67/+252
2013-10-10exec: Add both big- and little-endian memory helpersRichard Henderson1-35/+251
2013-10-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori1-2/+0
2013-10-10exec: Delete is_tcg_gen_code and GETRA_EXTRichard Henderson2-14/+2
2013-10-10tcg-aarch64: Update to helper_ret_*_mmu routinesRichard Henderson1-18/+0
2013-10-10tcg: Put target helper data into an array.Richard Henderson1-2/+1
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber1-2/+0
2013-10-01tcg-arm: Rearrange slow-path qemu_ld/stRichard Henderson1-15/+1
2013-09-25tcg-ppc: use new return-argument ld/st helpersPaolo Bonzini1-3/+1
2013-09-12exec: Simplify the guest physical memory allocation hookMarkus Armbruster1-0/+2
2013-09-12exec: Reduce ifdeffery around -mem-pathMarkus Armbruster1-2/+0
2013-09-10abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENTPeter Maydell1-4/+0
2013-09-05memory: Provide separate handling of unassigned io ports accessesJan Kiszka1-0/+4
2013-09-02tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson1-12/+46
2013-09-02exec: Split softmmu_defs.hRichard Henderson3-51/+6
2013-09-02exec: Rename USUFFIX to LSUFFIXRichard Henderson1-6/+6
2013-09-02exec: Reorganize the GETRA/GETPC macrosRichard Henderson2-52/+56
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson1-2/+2
2013-08-29tcg-i386: Remove abort from GETPC_LDSTRichard Henderson1-5/+5
2013-08-26tcg-i386: Use new return-argument ld/st helpersRichard Henderson1-11/+2
2013-08-26tcg: Tidy softmmu_template.hRichard Henderson1-183/+104
2013-08-26tcg: Add mmu helpers that take a return address argumentRichard Henderson2-33/+55
2013-07-27exec: Remove env from list of poisoned namesStefan Weil1-1/+0
2013-07-27cpu: Introduce CPUClass::gdb_{read,write}_register()Andreas Färber1-0/+8
2013-07-27gdbstub: Replace GET_REG*() macros with gdb_get_reg*() functionsAndreas Färber1-0/+37
2013-07-26Merge remote-tracking branch 'rth/tcg-next' into stagingAnthony Liguori2-2/+14
2013-07-25Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori2-3/+7
2013-07-23linux-user: fix segmentation fault passing with h2g(x) != xAlexander Graf1-2/+6
2013-07-23gdbstub: Change gdb_register_coprocessor() argument to CPUStateAndreas Färber1-1/+1
2013-07-23cpu: Move gdb_regs field from CPU_COMMON to CPUStateAndreas Färber1-2/+0
2013-07-23exec: Change cpu_memory_rw_debug() argument to CPUStateAndreas Färber2-9/+12
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber1-5/+0
2013-07-23gdbstub: Change gdb_handlesig() argument to CPUStateAndreas Färber1-1/+1
2013-07-23gdbstub: Change syscall callback argument to CPUStateAndreas Färber1-1/+1
2013-07-23cpu: Change cpu_single_step() argument to CPUStateAndreas Färber1-6/+0
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber1-1/+0
2013-07-22configure: Make NPTL non-optionalPeter Maydell1-1/+1
2013-07-15Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-nextRichard Henderson1-0/+14
2013-07-15tcg: Remove temp_bufRichard Henderson1-2/+0
2013-07-15tcg/aarch64: Implement tlb lookup fast pathJani Kokkonen1-0/+14
2013-07-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori2-5/+0
2013-07-09cpu: Make first_cpu and next_cpu CPUStateAndreas Färber2-2/+0
2013-07-09cpu: Replace cpu_single_env with CPUState current_cpuAndreas Färber1-3/+0
2013-07-09exec: Remove unused global variable phys_ram_fdStefan Weil1-1/+0
2013-07-04exec: separate current radix tree from the one being builtPaolo Bonzini1-0/+1
2013-07-04exec: move listener from AddressSpaceDispatch to AddressSpacePaolo Bonzini1-0/+2