aboutsummaryrefslogtreecommitdiffstats
path: root/softmmu_template.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori1-6/+6
2009-10-01Get rid of _t suffixmalc1-6/+6
2009-08-24Unbreak large mem support by removing kqemuAnthony Liguori1-6/+0
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-2/+1
2009-04-19kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir11-2/+2
2009-01-04Update FSF address in GPL/LGPL boilerplateaurel321-1/+1
2008-11-18Set mem_io_vaddr on io_read (Jan Kiszka)aliguori1-0/+1
2008-06-29Add instruction counter.pbrook1-5/+17
2008-06-09Clean up MMIO TLB handling.pbrook1-21/+27
2008-01-31use simpler REGPARM convention - make CPUTLBEntry size a power of twobellard1-5/+5
2007-11-17Don't compare '\0' against pointers.balrog1-0/+2
2007-11-17Check permissions for the last byte first in unaligned slow_st accesses (patc...balrog1-1/+1
2007-10-14Replace is_user variable with mmu_idx in softmmu core,j_mayer1-30/+30
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-2/+2
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-17/+17
2006-02-08added last_io_time fieldbellard1-0/+6
2005-12-05MIPS unaligned accesses exceptions (Daniel Jacobowitz)bellard1-1/+27
2005-11-28PAGE_EXEC support in TLBsbellard1-8/+11
2005-11-26use TARGET_PAGE_SIZE (Paul Brook)bellard1-4/+4
2005-07-24allow more than 32 bit of physical memorybellard1-10/+10
2005-01-0364 bit target supportbellard1-12/+16
2004-10-03removed access_type hackbellard1-30/+40
2004-06-03support for opaque data on memory I/Osbellard1-10/+10
2004-04-25precise self modifying code supportbellard1-8/+12
2004-02-06added generic physical memory dirty bit supportbellard1-5/+5
2004-01-18cast to return typebellard1-0/+1
2003-11-09soft mmu fix (aka debian random seg fault fix)bellard1-2/+2
2003-10-27full softmmu supportbellard1-32/+50
2003-08-20pop ss, mov ss, x and sti disable irqs for the next instruction - began dispa...bellard1-4/+4
2003-08-10removed warningsbellard1-2/+2
2003-08-08Software MMU support (used for memory mapped devices such as VGA)bellard1-0/+241