Age | Commit message (Expand) | Author |
2012-02-10 | usb: add USBBusOps->wakeup_endpoint | Gerd Hoffmann |
2012-02-10 | usb: pass USBEndpoint to usb_wakeup | Gerd Hoffmann |
2012-02-10 | usb: maintain async packet list per endpoint | Gerd Hoffmann |
2012-02-10 | virtio: Remove unneeded g_free() check in virtio_cleanup() | Luiz Capitulino |
2012-02-10 | fmopl: Fix typo in function name | Stefan Weil |
2012-02-10 | ide: fix compilation errors when DEBUG_IDE is set | Hervé Poussineau |
2012-02-10 | usb: Set USBEndpoint in usb_packet_setup(). | Gerd Hoffmann |
2012-02-10 | usb: add USBEndpoint->{nr,pid} | Gerd Hoffmann |
2012-02-10 | usb: USBPacket: add status, rename owner -> ep | Gerd Hoffmann |
2012-02-10 | usb: fold usb_generic_handle_packet into usb_handle_packet | Gerd Hoffmann |
2012-02-10 | usb: kill handle_packet callback | Gerd Hoffmann |
2012-02-10 | usb-xhci: switch to usb_find_device() | Gerd Hoffmann |
2012-02-10 | usb-musb: switch to usb_find_device() | Gerd Hoffmann |
2012-02-10 | usb-ohci: switch to usb_find_device() | Gerd Hoffmann |
2012-02-10 | usb-ehci: switch to usb_find_device() | Gerd Hoffmann |
2012-02-10 | usb-uhci: switch to usb_find_device() | Gerd Hoffmann |
2012-02-10 | usb: handle dev == NULL in usb_handle_packet() | Gerd Hoffmann |
2012-02-10 | usb-hub: implement find_device | Gerd Hoffmann |
2012-02-10 | usb: add usb_find_device() | Gerd Hoffmann |
2012-02-10 | usb: kill usb_send_msg | Gerd Hoffmann |
2012-02-10 | usb: kill USB_MSG_RESET | Gerd Hoffmann |
2012-02-10 | usb: kill USB_MSG_{ATTACH,DETACH} | Gerd Hoffmann |
2012-02-10 | usb-ehci: Clear the portstatus powner bit on device disconnect | Hans de Goede |
2012-02-10 | usb-uhci: implement bandwidth management | Gerd Hoffmann |
2012-02-09 | AHCI: Masking of IRQs actually masks them | Alexander Graf |
2012-02-09 | AHCI: Fix port reset race | Alexander Graf |
2012-02-09 | ARM devboards: Set arm_sysctl properties before init, not after | Peter Maydell |
2012-02-08 | apic: Fix legacy vmstate loading for KVM | Jan Kiszka |
2012-02-08 | kvm: Implement kvm_irqchip_in_kernel like kvm_enabled | Jan Kiszka |
2012-02-08 | Merge remote-tracking branch 'bonzini/qdev-props-for-anthony' into staging | Anthony Liguori |
2012-02-08 | Merge remote-tracking branch 'aneesh/for-upstream' into staging | Anthony Liguori |
2012-02-07 | Restore consistent formatting | malc |
2012-02-07 | qdev: remove unused fields from PropertyInfo | Paolo Bonzini |
2012-02-07 | qdev: initialize properties via QOM | Paolo Bonzini |
2012-02-07 | qdev: inline qdev_prop_set into qdev_prop_set_ptr | Paolo Bonzini |
2012-02-07 | qdev: access properties via QOM | Paolo Bonzini |
2012-02-07 | qdev: fix off-by-one | Paolo Bonzini |
2012-02-07 | qdev: let QOM free properties | Paolo Bonzini |
2012-02-07 | qdev: remove parse/print methods for pointer properties | Paolo Bonzini |
2012-02-07 | qdev: make the non-legacy pci address property accept an integer | Paolo Bonzini |
2012-02-07 | qdev: remove parse/print methods for mac properties | Paolo Bonzini |
2012-02-07 | qdev: remove print/parse methods from LostTickPolicy properties | Paolo Bonzini |
2012-02-07 | qdev: remove parse method for string properties | Paolo Bonzini |
2012-02-07 | qdev: allow reusing get/set for legacy property | Paolo Bonzini |
2012-02-07 | qdev: remove direct calls to print/parse | Paolo Bonzini |
2012-02-06 | s390x: fix qom-ification fall-out | Anthony Liguori |
2012-02-06 | KVM: Fix breakages of QOM conversion | Jan Kiszka |
2012-02-04 | vga: improve documentation | Blue Swirl |
2012-02-04 | vga: use constants from vga.h | Blue Swirl |
2012-02-04 | vga.h: remove unused stuff and reformat | Blue Swirl |