summaryrefslogtreecommitdiff
path: root/include/exec/softmmu_template.h
AgeCommit message (Expand)Author
2014-06-05softmmu: move softmmu_template.h out of include/Paolo Bonzini
2014-06-05softmmu: commonize helper definitionsPaolo Bonzini
2014-06-05softmmu: make do_unaligned_access a method of CPUPaolo Bonzini
2014-03-13translate-all: Change cpu_io_recompile() argument to CPUStateAndreas Färber
2014-03-13exec: Change tlb_fill() argument to CPUStateAndreas Färber
2014-03-13cpu: Move can_do_io field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUStateAndreas Färber
2014-02-11cpu: Add per-cpu address spaceEdgar E. Iglesias
2014-02-11exec: Make iotlb_to_region input an ASEdgar E. Iglesias
2014-02-01qemu 1.7.0 does not build on NetBSDMartin Husemann
2013-10-10exec: Add both big- and little-endian memory helpersRichard Henderson
2013-10-10exec: Delete is_tcg_gen_code and GETRA_EXTRichard Henderson
2013-09-02tcg: Introduce zero and sign-extended versions of load helpersRichard Henderson
2013-09-02exec: Rename USUFFIX to LSUFFIXRichard Henderson
2013-09-02exec: Reorganize the GETRA/GETPC macrosRichard Henderson
2013-08-26tcg: Tidy softmmu_template.hRichard Henderson
2013-08-26tcg: Add mmu helpers that take a return address argumentRichard Henderson
2013-05-29memory: propagate errors on I/O dispatchPaolo Bonzini
2013-05-29exec: just use io_mem_read/io_mem_write for 8-byte I/O accessesPaolo Bonzini
2013-05-29exec: make io_mem_unassigned privatePaolo Bonzini
2013-05-29exec: eliminate io_mem_ramPaolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini