aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-26usb-linux: track aurbs in listGerd Hoffmann1-7/+11
2011-05-26usb-linux: add hostport propertyGerd Hoffmann1-2/+7
2011-05-26usb-linux: fix device path aka physical port handlingGerd Hoffmann1-22/+20
2011-05-26usb-linux: use usb_generic_handle_packet()Hans de Goede3-245/+66
2011-05-26usb: Pass the packet to the device's handle_control callbackHans de Goede14-35/+39
2011-05-26Bug #757654: UHCI fails to signal stall response patchJan Vesely1-0/+4
2011-05-26usb: add support for "grouped" interfaces and the Interface Association Descr...Brad Hards3-0/+68
2011-05-26usb: remove fallback to bNumInterfaces if no .nifBrad Hards1-3/+2
2011-05-26usb: update config descriptors to identify number of interfacesBrad Hards5-0/+8
2011-05-26usb: Add Interface Association Descriptor descriptor typeBrad Hards1-0/+1
2011-05-25Merge remote-tracking branch 'kraxel/CVE-2011-1751' into stagingAnthony Liguori1-1/+3
2011-05-23configure: Document --disable-slirp option in --helpPeter Maydell1-0/+1
2011-05-23target-arm/exec.h: Remove unused #define of M0Peter Maydell1-2/+0
2011-05-23target-arm: Signal InvalidOp for Neon GE and GT compares of QNaNPeter Maydell1-22/+18
2011-05-23target-arm: Use correct float status for Neon int-float conversionsPeter Maydell3-194/+146
2011-05-23target-arm: Signal Underflow when denormal flushed to zero on outputPeter Maydell1-1/+1
2011-05-23softfloat: Add new flag for when denormal result is flushed to zeroPeter Maydell2-8/+36
2011-05-23target-arm: Signal InputDenormal for VRECPE, VRSQRTE, VRECPS, VRSQRTSPeter Maydell1-0/+12
2011-05-23target-arm: Don't set FP exceptions in recip, recip_sqrt estimate fnsPeter Maydell1-2/+10
2011-05-23tcg: don't keep dead outputs in registersAurelien Jarno1-10/+18
2011-05-23tcg: mark dead output argument in op_dead_argsAurelien Jarno1-2/+8
2011-05-23tcg: replace op_dead_iargs by op_dead_argsAurelien Jarno2-37/+38
2011-05-23Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanhaAurelien Jarno5-4/+14
2011-05-23Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno4-16/+7
2011-05-23Merge branch 's390-next' of git://repo.or.cz/qemu/agrafAurelien Jarno24-75/+10058
2011-05-22Fix typos in comments (chek -> check)Stefan Weil2-2/+2
2011-05-22hw/sd.c: Don't complain about SDIO commands CMD52/CMD53Peter Maydell1-0/+11
2011-05-22hw/realview.c: Remove duplicate #include linePeter Maydell1-1/+0
2011-05-22piix_pci: fix piix3_set_irq_pic()TeLeMan1-1/+1
2011-05-22Delete unused tb_invalidate_page_rangeBlue Swirl7-43/+3
2011-05-20Fix a bug in mtsr/mtsrin emulation on ppc64David Gibson1-5/+4
2011-05-20pSeries: Clean up write-only variablesDavid Gibson2-9/+1
2011-05-20w32: Fix compilation and replace non-portable usage of ulongStefan Weil1-2/+2
2011-05-20s390x: complain when allocating ram failsAlexander Graf1-0/+4
2011-05-20s390x: fix memory detection for guests > 64GBChristian Borntraeger2-7/+21
2011-05-20s390x: change mapping base to allow guests > 2GBChristian Borntraeger1-3/+7
2011-05-20s390x: Fix debugging for unknown sigp order codesChristian Borntraeger1-1/+1
2011-05-20s390x: build s390x by defaultAlexander Graf2-0/+3
2011-05-20s390x: remove compatibility cc fieldAlexander Graf1-1/+0
2011-05-20s390x: Adjust GDB stubAlexander Graf1-2/+6
2011-05-20s390x: translate engine for s390x CPUAlexander Graf1-2/+5161
2011-05-20s390x: Adjust internal kvm codeAlexander Graf1-37/+7
2011-05-20s390x: Implement opcode helpersAlexander Graf2-2/+3068
2011-05-20s390x: helper functions for system emulationAlexander Graf3-10/+565
2011-05-20s390x: Shift variables in CPUState for memset(0)Alexander Graf1-3/+4
2011-05-20s390x: keep hint on virtio managing sizeAlexander Graf3-1/+7
2011-05-20s390x: make kvm exported functions conditional on kvmAlexander Graf1-0/+17
2011-05-20s390x: s390x-linux-user supportUlrich Hecht10-7/+1184
2011-05-20tcg: extend max tcg opcodes when using 64-on-32bitAlexander Graf1-0/+4
2011-05-20s390x: fix smp support for kvmChristian Borntraeger1-1/+1