aboutsummaryrefslogtreecommitdiff
path: root/hw
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-ehci: Clear the portstatus powner bit on device disconnectHans de Goede
2012-02-10usb-uhci: implement bandwidth managementGerd Hoffmann
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-07Restore consistent formattingmalc
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-06s390x: fix qom-ification fall-outAnthony Liguori
2012-02-06KVM: Fix breakages of QOM conversionJan Kiszka
2012-02-04vga: improve documentationBlue Swirl
2012-02-04vga: use constants from vga.hBlue Swirl
2012-02-04vga.h: remove unused stuff and reformatBlue Swirl
2012-02-04Add vga.h unmodified from LinuxBlue Swirl
2012-02-04vga: move Cirrus VGA template to its own fileBlue Swirl
2012-02-04memory: change dirty getting API to take a sizeBlue Swirl
2012-02-03container: make a decendent of ObjectAnthony Liguori
2012-02-03info qdm: do not require a parent_bus to be setAnthony Liguori
2012-02-03qdev: implement cleanup logic in finalizeAnthony Liguori
2012-02-03qom: move properties from qdev to objectAnthony Liguori
2012-02-03qdev: nuke qdev_init_chardev()Anthony Liguori
2012-02-03qdev: split out UI portions into a new functionAnthony Liguori
2012-02-03qdev: refactor away qdev_create_from_infoAnthony Liguori
2012-02-03qdev: split out common init to instance_initAnthony Liguori