aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-11-18Add statics and missing #includes for prototypes.pbrook48-145/+137
2007-11-17Improve PowerPC instructions set dump.j_mayer2-7/+44
2007-11-17Add definitions for Freescale PowerPC implementations,j_mayer2-1646/+3290
2007-11-17Define Freescale cores specific MMU model, exceptions and input bus.j_mayer3-36/+109
2007-11-17A little more granularity in PowerPC instructions definition is neededj_mayer2-66/+84
2007-11-17PowerPC hypervisor mode is not fundamentally available only for PowerPC 64.j_mayer4-108/+73
2007-11-17 Name the magic constants, fix a hex number without 0xblueswir11-10/+16
2007-11-17Better STOPINTR bit semantics in the PXA2xx DMA.balrog4-3/+9
2007-11-17Remove stray uses of vl.h.pbrook4-4/+8
2007-11-17Break up vl.h.pbrook224-1842/+2416
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