aboutsummaryrefslogtreecommitdiff
path: root/softmmu_template.h
AgeCommit message (Expand)Author
2015-04-13Add MemTxAttrs to the IOTLBPeter Maydell
2015-04-13Make CPU iotlb a structure rather than a plain hwaddrPeter Maydell
2015-04-13memory: Replace io_mem_read/write with memory_region_dispatch_read/writePeter Maydell
2015-02-16exec: make iotlb RCU-friendlyPaolo Bonzini
2014-11-03softmmu: provide softmmu access type enumLeon Alrae
2014-09-01implementing victim TLB for QEMU system emulated TLBXin Tong
2014-06-05softmmu: move softmmu_template.h out of include/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-11-03tcg: Add extended GETPC mechanism for MMU helpers with ldst optimizationYeongkyoon Lee
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl
2012-04-15w64: Fix data types in softmmu*.hStefan Weil
2012-04-14Use uintptr_t for various op related functionsBlue Swirl
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl
2012-03-18i386: Remove REGPARMBlue Swirl
2012-03-08memory: dispatch directly via MemoryRegionAvi Kivity
2012-03-08memory: store section indices in iotlb instead of io indicesAvi Kivity
2012-01-04Remove IO_MEM_SHIFTAvi Kivity
2012-01-04Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegionsAvi Kivity
2012-01-04Avoid range comparisons on io index typesAvi Kivity
2012-01-04memory: move mmio access to functionsAvi Kivity
2011-10-01softmmu_header: pass CPUState to tlb_fillBlue Swirl
2011-10-01Document softmmu templatesBlue Swirl
2010-04-05Split TLB addend and target_phys_addr_tPaul Brook
2010-03-29Compile qemu-timer only onceBlue Swirl
2010-01-28softmmu: Dont clobber retaddr in slow_ldx().Edgar E. Iglesias
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir1
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel32
2008-11-18Set mem_io_vaddr on io_read (Jan Kiszka)aliguori
2008-06-29Add instruction counter.pbrook
2008-06-09Clean up MMIO TLB handling.pbrook
2008-01-31use simpler REGPARM convention - make CPUTLBEntry size a power of twobellard
2007-11-17Don't compare '\0' against pointers.balrog
2007-11-17Check permissions for the last byte first in unaligned slow_st accesses (patc...balrog
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2006-02-08added last_io_time fieldbellard
2005-12-05MIPS unaligned accesses exceptions (Daniel Jacobowitz)bellard
2005-11-28PAGE_EXEC support in TLBsbellard
2005-11-26use TARGET_PAGE_SIZE (Paul Brook)bellard
2005-07-24allow more than 32 bit of physical memorybellard
2005-01-0364 bit target supportbellard
2004-10-03removed access_type hackbellard
2004-06-03support for opaque data on memory I/Osbellard
2004-04-25precise self modifying code supportbellard