summaryrefslogtreecommitdiff
path: root/include/exec/softmmu_template.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-13translate-all: Change cpu_io_recompile() argument to CPUStateAndreas Färber1-2/+2
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber1-4/+4
2014-03-13cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber1-2/+2
2014-03-13cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber1-4/+4
2014-02-11cpu: Add per-cpu address spaceEdgar E. Iglesias1-2/+4
2014-02-11exec: Make iotlb_to_region input an ASEdgar E. Iglesias1-2/+3
2014-02-01qemu 1.7.0 does not build on NetBSDMartin Husemann1-1/+4
2013-10-10exec: Add both big- and little-endian memory helpersRichard Henderson1-35/+251
2013-10-10exec: Delete is_tcg_gen_code and GETRA_EXTRichard Henderson1-2/+2
2013-09-02tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson1-12/+46
2013-09-02exec: Rename USUFFIX to LSUFFIXRichard Henderson1-6/+6
2013-09-02exec: Reorganize the GETRA/GETPC macrosRichard Henderson1-7/+17
2013-08-26tcg: Tidy softmmu_template.hRichard Henderson1-183/+104
2013-08-26tcg: Add mmu helpers that take a return address argumentRichard Henderson1-16/+26
2013-05-29memory: propagate errors on I/O dispatchPaolo Bonzini1-1/+3
2013-05-29exec: just use io_mem_read/io_mem_write for 8-byte I/O accessesPaolo Bonzini1-23/+1
2013-05-29exec: make io_mem_unassigned privatePaolo Bonzini1-8/+2
2013-05-29exec: eliminate io_mem_ramPaolo Bonzini1-2/+2
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-1/+1
2012-12-19exec: move include files to include/exec/Paolo Bonzini1-0/+354