summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-21Fix typo in softfloat code.pbrook1-6/+6
2007-11-21Fix PowerPC 7xx definitions.j_mayer2-133/+630
2007-11-21Fix PowerPC 64 stat and statfs structures definitions.j_mayer1-0/+36
2007-11-20SH4 Fix missing 6th arg of syscall, by "takasi-y".ths1-1/+1
2007-11-20OMAP LPGs (LED pulse generators).balrog2-2/+189
2007-11-19 Fix MXCC register 64 bit read word order (Robert Reif)blueswir11-4/+4
2007-11-19Add older 4Km variants.ths1-0/+34
2007-11-19Remove shared macro used to define PowerPC implementations instructions sets:j_mayer2-174/+489
2007-11-19PowerPC 620 MMU do not have the same exact behavior as standardj_mayer3-24/+53
2007-11-19PowerPC instruction fixes:j_mayer2-9/+9
2007-11-19Clean-up/rewrite audio over I^2S support.balrog3-110/+227
2007-11-19Fix typo in error message.pbrook1-2/+2
2007-11-19Fix another collision in PowerPC instructions definitions.j_mayer1-1/+1
2007-11-19New PowerPC CPU flag to define the decrementer and time-base source clock.j_mayer3-53/+90
2007-11-19Fix attempt to inline recursive functions.j_mayer2-4/+26
2007-11-19Mark hex_dump as unused to avoid compilation warnings.j_mayer1-0/+1
2007-11-19Avoid duplicated definitions: move common definitions from exec-all.hj_mayer5-63/+41
2007-11-18Solaris build fixes, based on a patch by Ben Taylor.ths1-3/+10
2007-11-18SSD0323 vertical incrememnt mode.pbrook1-8/+28
2007-11-18Add -m64 to OS_LDFLAGS for Solaris/x86_64. Use OS_CFLAGS when looking forths1-2/+3
2007-11-18Use CONFIG_VNC_TLS_CFLAGS for building vnc.o.ths1-1/+1
2007-11-18Fixes for s/390 host support, by Bastian Blank.ths5-24/+32
2007-11-18Fix out of tree builds.pbrook1-2/+2
2007-11-18Fix for ISO C compliance:j_mayer1-2/+2
2007-11-18Fix connex board init routine.pbrook1-1/+0
2007-11-18Luminary board input support.pbrook5-7/+102
2007-11-18Add strict checking mode for softfp code.pbrook8-117/+210
2007-11-18 Remove unused parameters from QEMUMachineInitFunc (Laurent Vivier)blueswir125-75/+54
2007-11-18Fix MIPS64 R2 instructions.ths3-30/+34
2007-11-18Use a valid PRid.ths1-1/+1
2007-11-18Fix a && -> & typo.balrog2-2/+7
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