aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
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-09AHCI: Masking of IRQs actually masks themAlexander Graf
2012-02-09AHCI: Fix port reset raceAlexander Graf
2012-02-09ARM devboards: Set arm_sysctl properties before init, not afterPeter Maydell
2012-02-08apic: Fix legacy vmstate loading for KVMJan Kiszka
2012-02-08kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka
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
2012-02-03qdev: remove baked in notion of aliases (v2)Anthony Liguori
2012-02-03qdev: kill off DeviceInfoAnthony Liguori
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori
2012-02-03qdev: kill off DeviceInfo listAnthony Liguori