summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unbreak large mem support by removing kqemuAnthony Liguori2009-08-241-6/+0
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* kqemu: merge CONFIG_KQEMU and USE_KQEMUblueswir12009-04-191-2/+2
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Set mem_io_vaddr on io_read (Jan Kiszka)aliguori2008-11-181-0/+1
* Add instruction counter.pbrook2008-06-291-5/+17
* Clean up MMIO TLB handling.pbrook2008-06-091-21/+27
* use simpler REGPARM convention - make CPUTLBEntry size a power of twobellard2008-01-311-5/+5
* Don't compare '\0' against pointers.balrog2007-11-171-0/+2
* Check permissions for the last byte first in unaligned slow_st accesses (patc...balrog2007-11-171-1/+1
* Replace is_user variable with mmu_idx in softmmu core,j_mayer2007-10-141-30/+30
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-2/+2
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-17/+17
* added last_io_time fieldbellard2006-02-081-0/+6
* MIPS unaligned accesses exceptions (Daniel Jacobowitz)bellard2005-12-051-1/+27
* PAGE_EXEC support in TLBsbellard2005-11-281-8/+11
* use TARGET_PAGE_SIZE (Paul Brook)bellard2005-11-261-4/+4
* allow more than 32 bit of physical memorybellard2005-07-241-10/+10
* 64 bit target supportbellard2005-01-031-12/+16
* removed access_type hackbellard2004-10-031-30/+40
* support for opaque data on memory I/Osbellard2004-06-031-10/+10
* precise self modifying code supportbellard2004-04-251-8/+12
* added generic physical memory dirty bit supportbellard2004-02-061-5/+5
* cast to return typebellard2004-01-181-0/+1
* soft mmu fix (aka debian random seg fault fix)bellard2003-11-091-2/+2
* full softmmu supportbellard2003-10-271-32/+50
* pop ss, mov ss, x and sti disable irqs for the next instruction - began dispa...bellard2003-08-201-4/+4
* removed warningsbellard2003-08-101-2/+2
* Software MMU support (used for memory mapped devices such as VGA)bellard2003-08-081-0/+241