summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-11-131-45/+27
* w64: Fix data types in softmmu*.hStefan Weil2012-04-151-10/+12
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-10/+10
* softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl2012-03-181-27/+57
* i386: Remove REGPARMBlue Swirl2012-03-181-5/+3
* memory: dispatch directly via MemoryRegionAvi Kivity2012-03-081-24/+24
* memory: store section indices in iotlb instead of io indicesAvi Kivity2012-03-081-4/+4
* Remove IO_MEM_SHIFTAvi Kivity2012-01-041-2/+2
* Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegionsAvi Kivity2012-01-041-4/+7
* Avoid range comparisons on io index typesAvi Kivity2012-01-041-2/+4
* memory: move mmio access to functionsAvi Kivity2012-01-041-10/+10
* softmmu_header: pass CPUState to tlb_fillBlue Swirl2011-10-011-4/+4
* Document softmmu templatesBlue Swirl2011-10-011-0/+5
* Split TLB addend and target_phys_addr_tPaul Brook2010-04-051-12/+16
* Compile qemu-timer only onceBlue Swirl2010-03-291-0/+2
* softmmu: Dont clobber retaddr in slow_ldx().Edgar E. Iglesias2010-01-281-1/+0
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-6/+6
* Get rid of _t suffixmalc2009-10-011-6/+6
* 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