aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-13target-arm: Don't overflow when calculating value for signed VABALPeter Maydell
2011-04-13Revert SeaBIOS change due to overzealous commit -aAnthony Liguori
2011-04-13lm32: fix build breakage due to uninitialized variable 'r'Anthony Liguori
2011-04-13vpc.c: Use get_option_parameter() does the searchMitnick Lyu
2011-04-13atapi: GESN: implement 'media' subcommandAmit Shah
2011-04-13atapi: GESN: Standardise event response handling for future additionsAmit Shah
2011-04-13atapi: GESN: Use structs for commonly-used field typesAmit Shah
2011-04-13atapi: Move GET_EVENT_STATUS_NOTIFICATION command handling to its own functionAmit Shah
2011-04-13atapi: Allow GET_EVENT_STATUS_NOTIFICATION after media changeAmit Shah
2011-04-13atapi: Report correct errors on guest eject requestAmit Shah
2011-04-13atapi: Drives can be locked without media presentAmit Shah
2011-04-13qed: Add support for zero clustersAnthony Liguori
2011-04-13docs: Describe zero data clusters in QED specificationStefan Hajnoczi
2011-04-12target-arm: Detect tininess before rounding for FP operationsPeter Maydell
2011-04-12softfloat: Add setter function for tininess detection modePeter Maydell
2011-04-12target-arm: Handle UNDEF cases for VDUP (scalar)Juha Riihimäki
2011-04-12target-arm: Treat UNPREDICTABLE VTBL, VTBX case as UNDEFPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for Neon 2 register misc formsPeter Maydell
2011-04-12target-arm: Simplify checking of size field in Neon 2reg-misc formsPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for VEXTPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for Neon 2 regs + scalar formsPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for Neon 3-regs-different-widthsPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for Neon invalid modified-immediatesPeter Maydell
2011-04-12target-arm: Collapse VSRI case into VSHL, VSLIPeter Maydell
2011-04-12target-arm: Handle UNDEF cases for Neon "2 regs and shift" insnsPeter Maydell
2011-04-12target-arm: Simplify three-register pairwise codeJuha Riihimäki
2011-04-12target-arm: Handle UNDEF cases for Neon 3-regs-same insnsPeter Maydell
2011-04-12target-arm: Use lookup table for size check on Neon 3-reg-same insnsPeter Maydell
2011-04-12fix acpi regressionWen Congyang
2011-04-12Replace cpu_physical_memory_rw were possibleStefan Weil
2011-04-12monitor: Remove some type casts which are no longer neededStefan Weil
2011-04-12exec: Remove a type cast which is no longer neededStefan Weil
2011-04-12cpu-common: Modify cpu_physical_memory_read and cpu_physical_memory_writeStefan Weil
2011-04-12configure: disable opengl per defaultMichael Walle
2011-04-12target-ppc: remove #ifdef FLOAT128Aurelien Jarno
2011-04-12target-sh4: get rid of CPU_{Float,Double}UAurelien Jarno
2011-04-12unicore32: necessary modifications for other files to support unicore32Guan Xuetao
2011-04-12unicore32: add necessry headers in linux-user/unicore32 for unicore32 supportGuan Xuetao
2011-04-12unicore32: add target-unicore32 directory for unicore32-linux-user supportGuan Xuetao
2011-04-12microblaze: Add partial decoding of stream insnsEdgar E. Iglesias
2011-04-12microblaze: Add stream-insn related constantsEdgar E. Iglesias
2011-04-11microblaze: Correct ec mask in debug printEdgar E. Iglesias
2011-04-11microblaze: Add constant for exception-code maskEdgar E. Iglesias
2011-04-11microblaze: Correct MMU_ZONES maskAlejandro Cabrera
2011-04-11ppc: remove a write-only variableBlue Swirl
2011-04-10s390x: fix virtio feature bitmapAlexander Graf
2011-04-10s390x: set alignment for long to 8Alexander Graf
2011-04-10musicpal: Fix registration of MMIO-less sysbus devicesJan Kiszka
2011-04-10acpi, acpi_piix: factor out GPE logicIsaku Yamahata
2011-04-10arm: basic support for ARMv4/ARMv4T emulationDmitry Eremin-Solenikov