aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-04target-arm: Make Neon helper routines use correct FP statusPeter Maydell1-2/+1
2011-04-04target-arm: Use global env in iwmmxt_helper.c helpersPeter Maydell3-175/+156
2011-04-04target-arm: Use global env in neon_helper.c helpersPeter Maydell3-206/+191
2011-04-04Makefile.target: Allow target helpers to be in any *_helper.c filePeter Maydell1-1/+1
2011-04-04Fix non-portable format string in usb-ccid.cDavid Gibson1-1/+1
2011-04-04MAINTAINERS: add Milkymist boardMichael Walle1-0/+5
2011-04-04lm32: add support for the Milkymist boardMichael Walle3-0/+218
2011-04-04lm32: add milkymist hw support functionsMichael Walle1-0/+204
2011-04-04lm32: add Milkymist VGAFB supportMichael Walle4-0/+398
2011-04-04lm32: add Milkymist UART supportMichael Walle3-0/+187
2011-04-04lm32: add Milkymist TMU2 supportMichael Walle3-0/+488
2011-04-04configure: add opengl detectionMichael Walle1-0/+30
2011-04-04lm32: add Milkymist System Controller supportMichael Walle3-0/+342
2011-04-04lm32: add Milkymist SoftUSB supportMichael Walle3-0/+366
2011-04-04lm32: add Milkymist PFPU supportMichael Walle3-0/+543
2011-04-04lm32: add Milkymist Minimac supportMichael Walle3-0/+581
2011-04-04lm32: add Milkymist memory card supportMichael Walle4-2/+302
2011-04-04lm32: add Milkymist HPDMC supportMichael Walle3-0/+166
2011-04-04lm32: add Milkymist AC97 supportMichael Walle4-0/+351
2011-04-04Revert "ioapic: when switches to level trigger mode, interrupts raised repeat...Aurelien Jarno1-1/+0
2011-04-04s390x: enable CPU_QuadUUlrich Hecht1-1/+1
2011-04-04s390x: Enable nptl for s390xUlrich Hecht1-0/+1
2011-04-04s390x: Enable disassembler for s390xUlrich Hecht1-0/+6
2011-04-04s390x: fix s390-virtio-serialAlexander Graf2-5/+5
2011-04-04s390x: fix KVM targetAlexander Graf1-1/+1
2011-04-04virtio: use generic name when possibleAlexander Graf4-4/+9
2011-04-04Only build ivshmem when CONFIG_PCI && CONFIG_KVMAlexander Graf1-1/+7
2011-04-04w32: Fix compilation (wrong include file)Stefan Weil1-2/+1
2011-04-04register signal handler after initializing SDL.Gleb Natapov1-3/+3
2011-04-04vl.c: Tidy up message printed when we exit on a signalPeter Maydell1-2/+9
2011-04-04net: Remove unused net-checksum.c fileStefan Hajnoczi1-86/+0
2011-04-04e1000: Mask out lower bits of RDBAL/TDBALKevin Wolf1-3/+18
2011-04-03gdbstub: Catch and report more vmstop reasonsJan Kiszka1-10/+39
2011-04-03tests/cris: Fix some errors and potential crashesStefan Weil4-4/+4
2011-04-03ioapic: when switches to level trigger mode, interrupts raised repeatedly.Isaku Yamahata1-0/+1
2011-04-03Fix trivial "endianness bugs"Stefan Weil5-15/+15
2011-04-03hw/vexpress.c: Add model of ARM Versatile Express boardPeter Maydell2-0/+225
2011-04-03target-arm/helper.c: For float-int conversion helpers pass ints as intsPeter Maydell2-130/+85
2011-04-03target-arm: Use new softfloat min/max functions for VMAX, VMINPeter Maydell1-6/+2
2011-04-03softfloat: Add float*_min() and float*_max() functionsPeter Maydell2-0/+53
2011-04-03target-arm: Correct ABD's handling of negative zeroesPeter Maydell1-3/+1
2011-04-03target-arm: Fix VCLE.F32 #0, VCLT.F32 #0 NaN handlingPeter Maydell1-6/+12
2011-04-03target-arm: Return right result for Neon comparison with NaNsPeter Maydell1-10/+18
2011-04-03target-arm/neon_helper.c: Use make_float32/float32_val macrosPeter Maydell1-39/+17
2011-04-01ccid: add docsAlon Levy1-0/+135
2011-04-01ccid: add ccid-card-emulated deviceAlon Levy2-0/+596
2011-04-01libcacard: add docsRobert Relyea1-0/+483
2011-04-01libcacard: add vscclientRobert Relyea2-1/+658
2011-04-01libcacard: initial commitRobert Relyea24-2/+4076
2011-04-01ccid: add passthru card deviceAlon Levy2-1/+341