aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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-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-09AHCI: Masking of IRQs actually masks themAlexander Graf1-0/+2
2012-02-09AHCI: Fix port reset raceAlexander Graf1-0/+5
2012-02-09ARM devboards: Set arm_sysctl properties before init, not afterPeter Maydell3-3/+3
2012-02-08apic: Fix legacy vmstate loading for KVMJan Kiszka1-1/+6
2012-02-08kvm: Implement kvm_irqchip_in_kernel like kvm_enabledJan Kiszka2-5/+5
2012-02-08Merge remote-tracking branch 'bonzini/qdev-props-for-anthony' into stagingAnthony Liguori5-314/+304
2012-02-08Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori5-20/+367
2012-02-07Restore consistent formattingmalc6-129/+129
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 Bonzini2-31/+32
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-06s390x: fix qom-ification fall-outAnthony Liguori1-0/+1
2012-02-06KVM: Fix breakages of QOM conversionJan Kiszka2-0/+2
2012-02-04vga: improve documentationBlue Swirl1-0/+12
2012-02-04vga: use constants from vga.hBlue Swirl3-175/+198
2012-02-04vga.h: remove unused stuff and reformatBlue Swirl1-425/+103
2012-02-04Add vga.h unmodified from LinuxBlue Swirl1-0/+481
2012-02-04vga: move Cirrus VGA template to its own fileBlue Swirl4-79/+111
2012-02-04memory: change dirty getting API to take a sizeBlue Swirl5-38/+21
2012-02-03container: make a decendent of ObjectAnthony Liguori2-37/+6
2012-02-03info qdm: do not require a parent_bus to be setAnthony Liguori1-5/+7
2012-02-03qdev: implement cleanup logic in finalizeAnthony Liguori1-25/+32
2012-02-03qom: move properties from qdev to objectAnthony Liguori10-788/+81
2012-02-03qdev: nuke qdev_init_chardev()Anthony Liguori8-17/+6
2012-02-03qdev: split out UI portions into a new functionAnthony Liguori3-571/+588
2012-02-03qdev: refactor away qdev_create_from_infoAnthony Liguori2-13/+25
2012-02-03qdev: split out common init to instance_initAnthony Liguori1-13/+28
2012-02-03qdev: remove baked in notion of aliases (v2)Anthony Liguori6-22/+87
2012-02-03qdev: kill off DeviceInfoAnthony Liguori15-114/+15
2012-02-03qdev: register all types natively through QEMU Object ModelAnthony Liguori241-2531/+3151
2012-02-03qdev: kill off DeviceInfo listAnthony Liguori3-60/+31