aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-10usb: maintain async packet list per endpointGerd Hoffmann2-28/+108
2012-02-10usb: Set USBEndpoint in usb_packet_setup().Gerd Hoffmann19-86/+91
2012-02-10usb: add USBEndpoint->{nr,pid}Gerd Hoffmann2-0/+7
2012-02-10usb: USBPacket: add status, rename owner -> epGerd Hoffmann6-18/+35
2012-02-10usb: fold usb_generic_handle_packet into usb_handle_packetGerd Hoffmann1-33/+25
2012-02-10usb: kill handle_packet callbackGerd Hoffmann15-83/+4
2012-02-10usb-xhci: switch to usb_find_device()Gerd Hoffmann1-2/+10
2012-02-10usb-musb: switch to usb_find_device()Gerd Hoffmann1-4/+3
2012-02-10usb-ohci: switch to usb_find_device()Gerd Hoffmann1-36/+37
2012-02-10usb-ehci: switch to usb_find_device()Gerd Hoffmann1-40/+29
2012-02-10usb-uhci: switch to usb_find_device()Gerd Hoffmann1-30/+15
2012-02-10usb: handle dev == NULL in usb_handle_packet()Gerd Hoffmann1-0/+4
2012-02-10usb-hub: implement find_deviceGerd Hoffmann1-0/+21
2012-02-10usb: add usb_find_device()Gerd Hoffmann3-0/+32
2012-02-10usb: kill usb_send_msgGerd Hoffmann2-14/+0
2012-02-10usb: kill USB_MSG_RESETGerd Hoffmann8-31/+25
2012-02-10usb: kill USB_MSG_{ATTACH,DETACH}Gerd Hoffmann2-13/+3
2012-02-10usb-redir: Add the posibility to filter out certain devices from redirecionHans de Goede2-11/+106
2012-02-10usb-ehci: Clear the portstatus powner bit on device disconnectHans de Goede1-0/+5
2012-02-10usb-uhci: implement bandwidth managementGerd Hoffmann1-7/+22
2012-02-09make: Remove duplicate use of GLIB_CFLAGSStefan Weil5-8/+0
2012-02-09ARM devboards: Set arm_sysctl properties before init, not afterPeter Maydell3-3/+3
2012-02-08Merge remote-tracking branch 'bonzini/qdev-props-for-anthony' into stagingAnthony Liguori14-404/+823
2012-02-08Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori8-34/+393
2012-02-08Merge remote-tracking branch 'sweil/w32' into stagingAnthony Liguori2-3/+22
2012-02-07Restore consistent formattingmalc6-129/+129
2012-02-07w32: Initialise critical section before starting thread (fix #922131)Stefan Weil1-2/+7
2012-02-07w32: Build windows and console executablesStefan Weil1-1/+15
2012-02-07qdev: remove unused fields from PropertyInfoPaolo Bonzini3-60/+1
2012-02-07qdev: initialize properties via QOMPaolo Bonzini3-21/+23
2012-02-07qdev: inline qdev_prop_set into qdev_prop_set_ptrPaolo Bonzini1-19/+7
2012-02-07qdev: access properties via QOMPaolo Bonzini3-28/+59
2012-02-07qdev: fix off-by-onePaolo Bonzini1-3/+3
2012-02-07qdev: let QOM free propertiesPaolo Bonzini3-15/+14
2012-02-07qdev: remove parse/print methods for pointer propertiesPaolo Bonzini1-56/+72
2012-02-07qdev: make the non-legacy pci address property accept an integerPaolo Bonzini1-19/+9
2012-02-07qdev: remove parse/print methods for mac propertiesPaolo Bonzini1-19/+42
2012-02-07qdev: remove print/parse methods from LostTickPolicy propertiesPaolo Bonzini3-31/+33
2012-02-07qdev: remove parse method for string propertiesPaolo Bonzini1-11/+0
2012-02-07qdev: allow reusing get/set for legacy propertyPaolo Bonzini1-4/+7
2012-02-07qdev: remove direct calls to print/parsePaolo Bonzini3-29/+36
2012-02-07qom: add property get/set wrappers for linksPaolo Bonzini2-0/+48
2012-02-07qom: fix canonical paths vs. interfacesPaolo Bonzini1-0/+10
2012-02-07qom: use object_resolve_path_type for linksPaolo Bonzini3-14/+24
2012-02-07qom: add object_resolve_path_typePaolo Bonzini2-10/+41
2012-02-07qom: fix off-by-onePaolo Bonzini1-5/+2
2012-02-07qom: add property get/set wrappers for C typesPaolo Bonzini2-9/+180
2012-02-07qom: add QObject-based property get/set wrappersPaolo Bonzini4-16/+90
2012-02-07qom: do not include qdev header filePaolo Bonzini1-2/+0
2012-02-07qom: avoid useless conversions from string to typePaolo Bonzini1-15/+12