aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-17sd.c build fix.pbrook1-3/+3
2007-11-17Fix int/float inconsistencies.pbrook3-36/+34
2007-11-17Convert SD cards code to use qemu_irq too.balrog6-63/+22
2007-11-17Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap...balrog7-169/+157
2007-11-17Don't compare '\0' against pointers.balrog2-7/+9
2007-11-17Fix collision in PowerPC instructions definitions.j_mayer1-11/+11
2007-11-17Gumstix 'connex' board support by Thorsten Zitterell.balrog5-1/+686
2007-11-17Show usage and abort if an unknown option is passed to configure (Carlo Marce...balrog1-0/+2
2007-11-17Check permissions for the last byte first in unaligned slow_st accesses (patc...balrog1-1/+1
2007-11-17 Machine specific IOMMU version (Robert Reif)blueswir13-6/+13
2007-11-17 Remove unnecessary register masking (Robert Reif)blueswir11-5/+5
2007-11-17 Fix MXCC error register (Robert Reif)blueswir11-4/+2
2007-11-17 Add MXCC module reset register (Robert Reif)blueswir11-0/+8
2007-11-17Make the PowerPC MMU model, exception model and input bus modelj_mayer2-11/+12
2007-11-17Add missing definition for number of input pins for the PowerPC 970 bus.j_mayer2-2/+5
2007-11-17Remove ppc64h CPUs definitions from the configure script.j_mayer1-10/+2
2007-11-17Resynchronize darwin-user target with linux-user:j_mayer1-4/+31
2007-11-17Always make all PowerPC exception definitions visible.j_mayer7-76/+69
2007-11-16Fix NaN handling for MIPS and HPPA.ths1-40/+68
2007-11-16Always make PowerPC hypervisor mode memory accesses and instructionsj_mayer6-1034/+256
2007-11-16suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard10-248/+473
2007-11-15Init dumb display if no others available.pbrook1-0/+2
2007-11-15force correct ppc64 cpubellard1-0/+4
2007-11-15x86_64 fixesbellard1-11/+14
2007-11-14Update OpenBIOS image to SVN revision 176. Changes:blueswir13-2/+2
2007-11-14Update OHW interface to version 3.blueswir13-254/+324
2007-11-14Fix PowerPC targets compilation on 32 bits hosts:j_mayer2-5/+5
2007-11-14x86_64 linux user emulationbellard6-50/+174
2007-11-14printf format fixbellard1-1/+3
2007-11-14i386 TLS supportbellard4-12/+161
2007-11-14always define TARGET_ABI32 if 32 bit userbellard1-0/+4
2007-11-14fixed target_mmap() if host page size < TARGET_PAGE_SIZEbellard1-138/+126
2007-11-14suppressed page_unprotect_range() - fixed access_ok()bellard4-23/+17
2007-11-14removed obsolete test2 targetbellard2-9/+2
2007-11-14added lock_user() in target_strlen()bellard1-9/+34
2007-11-14Fix invalid PowerPC 64 rldimi optimized case.j_mayer1-5/+3
2007-11-14Introduce 4KEm configuration with fixed MMU mapping. Delete bogus INSN_DSPths1-2/+19
2007-11-14Reorganize PowerPC instructions categories, add icbi separate case.j_mayer2-95/+109
2007-11-13Fix signed/unsigned comparisons in OHCI host.balrog2-4/+5
2007-11-13Revert an accidental change in previous commit.balrog1-0/+2
2007-11-13Prevent cpsr_write/_read be put out of line in op.o (fixes a segfault on some...balrog3-44/+45
2007-11-12Add PVR and SPR definition for most embedded PowerPC from Freescale.j_mayer1-59/+309
2007-11-12PowerPC SPE extension fix: must always preserve GPR high bits whenj_mayer3-6/+6
2007-11-12added missing returnbellard1-0/+1
2007-11-12reduce verbositybellard1-1/+1
2007-11-12Allow use of SPE extension by all PowerPC targets,j_mayer11-86/+149
2007-11-12More PowerPC target -1 usage fixes (reservation address).j_mayer2-9/+9
2007-11-12Fix usage of the -1 constant in the PowerPC target code:j_mayer4-51/+54
2007-11-1164 bit cast for dirent64bellard1-2/+2
2007-11-11fixed more invalid pointer usagebellard1-48/+55