aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-10usb: add USBEndpoint->{nr,pid}Gerd Hoffmann
2012-02-10usb: USBPacket: add status, rename owner -> epGerd Hoffmann
2012-02-10usb: fold usb_generic_handle_packet into usb_handle_packetGerd Hoffmann
2012-02-10usb: kill handle_packet callbackGerd Hoffmann
2012-02-10usb-xhci: switch to usb_find_device()Gerd Hoffmann
2012-02-10usb-musb: switch to usb_find_device()Gerd Hoffmann
2012-02-10usb-ohci: switch to usb_find_device()Gerd Hoffmann
2012-02-10usb-ehci: switch to usb_find_device()Gerd Hoffmann
2012-02-10usb-uhci: switch to usb_find_device()Gerd Hoffmann
2012-02-10usb: handle dev == NULL in usb_handle_packet()Gerd Hoffmann
2012-02-10usb-hub: implement find_deviceGerd Hoffmann
2012-02-10usb: add usb_find_device()Gerd Hoffmann
2012-02-10usb: kill usb_send_msgGerd Hoffmann
2012-02-10usb: kill USB_MSG_RESETGerd Hoffmann
2012-02-10usb: kill USB_MSG_{ATTACH,DETACH}Gerd Hoffmann
2012-02-10usb-redir: Add the posibility to filter out certain devices from redirecionHans de Goede
2012-02-10usb-ehci: Clear the portstatus powner bit on device disconnectHans de Goede
2012-02-10usb-uhci: implement bandwidth managementGerd Hoffmann
2012-02-09make: Remove duplicate use of GLIB_CFLAGSStefan Weil
2012-02-09ARM devboards: Set arm_sysctl properties before init, not afterPeter Maydell
2012-02-08Merge remote-tracking branch 'bonzini/qdev-props-for-anthony' into stagingAnthony Liguori
2012-02-08Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori
2012-02-08Merge remote-tracking branch 'sweil/w32' into stagingAnthony Liguori
2012-02-07Restore consistent formattingmalc
2012-02-07w32: Initialise critical section before starting thread (fix #922131)Stefan Weil
2012-02-07w32: Build windows and console executablesStefan Weil
2012-02-07qdev: remove unused fields from PropertyInfoPaolo Bonzini
2012-02-07qdev: initialize properties via QOMPaolo Bonzini
2012-02-07qdev: inline qdev_prop_set into qdev_prop_set_ptrPaolo Bonzini
2012-02-07qdev: access properties via QOMPaolo Bonzini
2012-02-07qdev: fix off-by-onePaolo Bonzini
2012-02-07qdev: let QOM free propertiesPaolo Bonzini
2012-02-07qdev: remove parse/print methods for pointer propertiesPaolo Bonzini
2012-02-07qdev: make the non-legacy pci address property accept an integerPaolo Bonzini
2012-02-07qdev: remove parse/print methods for mac propertiesPaolo Bonzini
2012-02-07qdev: remove print/parse methods from LostTickPolicy propertiesPaolo Bonzini
2012-02-07qdev: remove parse method for string propertiesPaolo Bonzini
2012-02-07qdev: allow reusing get/set for legacy propertyPaolo Bonzini
2012-02-07qdev: remove direct calls to print/parsePaolo Bonzini
2012-02-07qom: add property get/set wrappers for linksPaolo Bonzini
2012-02-07qom: fix canonical paths vs. interfacesPaolo Bonzini
2012-02-07qom: use object_resolve_path_type for linksPaolo Bonzini
2012-02-07qom: add object_resolve_path_typePaolo Bonzini
2012-02-07qom: fix off-by-onePaolo Bonzini
2012-02-07qom: add property get/set wrappers for C typesPaolo Bonzini
2012-02-07qom: add QObject-based property get/set wrappersPaolo Bonzini
2012-02-07qom: do not include qdev header filePaolo Bonzini
2012-02-07qom: avoid useless conversions from string to typePaolo Bonzini
2012-02-07qom: clean up/optimize object_dynamic_castPaolo Bonzini
2012-02-07qom: more documentation on subclassingPaolo Bonzini