34 Commits (7a2c4b82340d621bff462672b29c88d2020d68c1)

Author SHA1 Message Date
Paul Brook 355b194369 Split TLB addend and target_phys_addr_t 17 years ago
Blue Swirl 29e922b61f Compile qemu-timer only once 17 years ago
Edgar E. Iglesias 794401ca9c softmmu: Dont clobber retaddr in slow_ldx(). 17 years ago
Anthony Liguori c227f0995e Revert "Get rid of _t suffix" 17 years ago
malc 99a0949b72 Get rid of _t suffix 17 years ago
Anthony Liguori 4a1418e07b Unbreak large mem support by removing kqemu 17 years ago
Blue Swirl 8167ee8839 Update to a hopefully more future proof FSF address 17 years ago
blueswir1 640f42e4e9 kqemu: merge CONFIG_KQEMU and USE_KQEMU 18 years ago
aurel32 fad6cb1a56 Update FSF address in GPL/LGPL boilerplate 18 years ago
aliguori db8886d3fd Set mem_io_vaddr on io_read (Jan Kiszka) 18 years ago
pbrook 2e70f6efa8 Add instruction counter. 18 years ago
pbrook 0f459d16c3 Clean up MMIO TLB handling. 18 years ago
bellard d656469f44 use simpler REGPARM convention - make CPUTLBEntry size a power of two 19 years ago
balrog 6c41b2723f Don't compare '\0' against pointers. 19 years ago
balrog 7221fa98d3 Check permissions for the last byte first in unaligned slow_st accesses (patch from TeLeMan). 19 years ago
j_mayer 6ebbf39000 Replace is_user variable with mmu_idx in softmmu core, 19 years ago
ths 3b46e62427 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 19 years ago
ths 5fafdf24ef find -type f | xargs sed -i 's/[\t ]$//g' # on most files 19 years ago
bellard f1c85677fc added last_io_time field 21 years ago
bellard a64d4718f1 MIPS unaligned accesses exceptions (Daniel Jacobowitz) 21 years ago
bellard 84b7b8e778 PAGE_EXEC support in TLBs 21 years ago
bellard 98699967b8 use TARGET_PAGE_SIZE (Paul Brook) 21 years ago
bellard 108c49b8a2 allow more than 32 bit of physical memory 21 years ago
bellard c27004ec78 64 bit target support 22 years ago
bellard b769d8fef6 removed access_type hack 22 years ago
bellard a4193c8a4b support for opaque data on memory I/Os 23 years ago
bellard d720b93d0b precise self modifying code support 23 years ago
bellard 1ccde1cb94 added generic physical memory dirty bit support 23 years ago
bellard 6986f88c3f cast to return type 23 years ago
bellard 4ad06a29b2 soft mmu fix (aka debian random seg fault fix) 23 years ago
bellard 61382a500a full softmmu support 23 years ago
bellard 3f33731662 pop ss, mov ss, x and sti disable irqs for the next instruction - began dispatch optimization by adding new x86 cpu 'hidden' flags 23 years ago
bellard e2222c3924 removed warnings 23 years ago
bellard b92e5a22ec Software MMU support (used for memory mapped devices such as VGA) 23 years ago