summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* xhci: remote wakeup supportGerd Hoffmann2012-02-101-0/+21
* xhci: kill port arg from xhci_setup_packetGerd Hoffmann2012-02-101-3/+3
* xhci: stop on errorsGerd Hoffmann2012-02-101-2/+6
* xhci: add trb type name lookup support.Gerd Hoffmann2012-02-101-4/+60
* xhci: signal low- and fullspeed supportGerd Hoffmann2012-02-101-1/+4
* usb: add USBBusOps->wakeup_endpointGerd Hoffmann2012-02-102-0/+5
* usb: pass USBEndpoint to usb_wakeupGerd Hoffmann2012-02-105-7/+15
* usb: maintain async packet list per endpointGerd Hoffmann2012-02-102-28/+108
* usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann2012-02-1016-62/+67
* usb: add USBEndpoint->{nr,pid}Gerd Hoffmann2012-02-102-0/+7
* usb: USBPacket: add status, rename owner -> epGerd Hoffmann2012-02-106-18/+35
* usb: fold usb_generic_handle_packet into usb_handle_packetGerd Hoffmann2012-02-101-33/+25
* usb: kill handle_packet callbackGerd Hoffmann2012-02-1012-80/+4
* usb-xhci: switch to usb_find_device()Gerd Hoffmann2012-02-101-2/+10
* usb-musb: switch to usb_find_device()Gerd Hoffmann2012-02-101-4/+3
* usb-ohci: switch to usb_find_device()Gerd Hoffmann2012-02-101-36/+37
* usb-ehci: switch to usb_find_device()Gerd Hoffmann2012-02-101-40/+29
* usb-uhci: switch to usb_find_device()Gerd Hoffmann2012-02-101-30/+15
* usb: handle dev == NULL in usb_handle_packet()Gerd Hoffmann2012-02-101-0/+4
* usb-hub: implement find_deviceGerd Hoffmann2012-02-101-0/+21
* usb: add usb_find_device()Gerd Hoffmann2012-02-103-0/+32
* usb: kill usb_send_msgGerd Hoffmann2012-02-102-14/+0
* usb: kill USB_MSG_RESETGerd Hoffmann2012-02-108-31/+25
* usb: kill USB_MSG_{ATTACH,DETACH}Gerd Hoffmann2012-02-102-13/+3
* usb-ehci: Clear the portstatus powner bit on device disconnectHans de Goede2012-02-101-0/+5
* usb-uhci: implement bandwidth managementGerd Hoffmann2012-02-101-7/+22
* ARM devboards: Set arm_sysctl properties before init, not afterPeter Maydell2012-02-093-3/+3
* Merge remote-tracking branch 'bonzini/qdev-props-for-anthony' into stagingAnthony Liguori2012-02-085-314/+304
|\
| * qdev: remove unused fields from PropertyInfoPaolo Bonzini2012-02-073-60/+1
| * qdev: initialize properties via QOMPaolo Bonzini2012-02-073-21/+23
| * qdev: inline qdev_prop_set into qdev_prop_set_ptrPaolo Bonzini2012-02-071-19/+7
| * qdev: access properties via QOMPaolo Bonzini2012-02-073-28/+59
| * qdev: fix off-by-onePaolo Bonzini2012-02-071-3/+3
| * qdev: let QOM free propertiesPaolo Bonzini2012-02-073-15/+14
| * qdev: remove parse/print methods for pointer propertiesPaolo Bonzini2012-02-071-56/+72
| * qdev: make the non-legacy pci address property accept an integerPaolo Bonzini2012-02-071-19/+9
| * qdev: remove parse/print methods for mac propertiesPaolo Bonzini2012-02-071-19/+42
| * qdev: remove print/parse methods from LostTickPolicy propertiesPaolo Bonzini2012-02-072-31/+32
| * qdev: remove parse method for string propertiesPaolo Bonzini2012-02-071-11/+0
| * qdev: allow reusing get/set for legacy propertyPaolo Bonzini2012-02-071-4/+7
| * qdev: remove direct calls to print/parsePaolo Bonzini2012-02-073-29/+36
* | Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori2012-02-085-20/+367
|\ \
| * | hw/9pfs: Remove O_NOATIME flag from 9pfs open() calls in readonly modeDaniel P. Berrange2012-01-301-1/+0
| * | hw/9pfs: Fix crash when mounting with synthfsAneesh Kumar K.V2012-01-301-1/+1
| * | hw/9pfs: Preserve S_ISGIDM. Mohan Kumar2012-01-302-5/+6
| * | hw/9pfs: Add new security model mapped-file.Aneesh Kumar K.V2012-01-193-13/+360
* | | Restore consistent formattingmalc2012-02-076-129/+129
* | | s390x: fix qom-ification fall-outAnthony Liguori2012-02-061-0/+1
* | | KVM: Fix breakages of QOM conversionJan Kiszka2012-02-062-0/+2
* | | vga: improve documentationBlue Swirl2012-02-041-0/+12
OpenPOWER on IntegriCloud