aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-07-19Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori5-30/+73
2011-07-19Merge remote-tracking branch 'kraxel/usb.19' into stagingAnthony Liguori11-230/+458
2011-07-19Merge remote-tracking branch 'spice/spice.v38' into stagingAnthony Liguori2-17/+37
2011-07-19Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori5-9/+21
2011-07-18virtio-console: Prevent abort()s in case of host chardev closeAmit Shah1-1/+15
2011-07-18virtio-serial-bus: Fix trailing \n in error_report stringAmit Shah1-1/+1
2011-07-18virtio-console: Add some trace eventsAmit Shah1-1/+8
2011-07-18virtio-serial-bus: Add trace eventsAmit Shah1-0/+7
2011-07-17virtio: fix indirect descriptor buffer overflowMichael S. Tsirkin1-0/+8
2011-07-17xen: move to new pci initializersMichael S. Tsirkin1-8/+7
2011-07-17hw/piix_pci.c: Fix PIIX3-xen to initialize idsAnthony PERARD1-0/+3
2011-07-17pci_ids: tweak names to match linux/pci_ids.hMichael S. Tsirkin2-5/+6
2011-07-17vhost: fix double free on device stopMichael S. Tsirkin1-0/+1
2011-07-17xen_console: fall back to qemu serial deviceAlexander Graf1-4/+7
2011-07-17xen_console: support the new extended xenstore protocolStefano Stabellini3-6/+23
2011-07-17xen_disk: treat "aio" as "raw"Stefano Stabellini1-0/+3
2011-07-17xen_disk: cope with missing xenstore "params" nodeStefano Stabellini1-7/+27
2011-07-17xen: add vkbd support for PV on HVM guestsStefano Stabellini1-7/+12
2011-07-17xen_console: fix memory leakStefano Stabellini1-2/+6
2011-07-17xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XENJan Kiszka1-9/+0
2011-07-12esp: cancel current request only if some request is in flightHervé Poussineau1-1/+1
2011-07-12spapr: use specific endian ld/st_physAlexander Graf2-8/+8
2011-07-12s390-virtio: use specific endian ld/st_physAlexander Graf2-8/+8
2011-07-12ppc405_uc: use specific endian ld/st_physAlexander Graf1-20/+23
2011-07-12pl080: use specific endian ld/st_physAlexander Graf1-4/+4
2011-07-12msix: use specific endian ld/st_physAlexander Graf1-1/+1
2011-07-12msi: use specific endian ld/st_physAlexander Graf1-1/+1
2011-07-12intel-hda: use specific endian ld/st_physAlexander Graf1-17/+4
2011-07-12hpet: use specific endian ld/st_physAlexander Graf1-1/+1
2011-07-08usb-ohci: raise interrupt on attachGerd Hoffmann1-1/+7
2011-07-08usb-hub: remove unused descriptor arraysGerd Hoffmann1-68/+0
2011-07-08usb: fixup bluetooth descriptorsGerd Hoffmann1-12/+12
2011-07-08usb_register_port(): do not set port->opaque and port->index twiceJes Sorensen1-2/+0
2011-07-05ehci: add ich9 controller.Gerd Hoffmann1-14/+29
2011-07-05ehci: fix port count.Gerd Hoffmann1-1/+1
2011-07-05uhci: add ich9 controllersGerd Hoffmann1-15/+39
2011-07-05pci: add ich9 usb controller idsGerd Hoffmann1-0/+8
2011-07-05usb-ohci: Add support for being a companion controllerHans de Goede1-12/+40
2011-07-05usb-uhci: Add support for being a companion controllerHans de Goede1-5/+36
2011-07-05usb-ehci: Add support for registering companion controllersHans de Goede1-30/+144
2011-07-05usb-ehci: Fix handling of PED and PEDC port status bitsHans de Goede1-13/+11
2011-07-05usb: assert on calling usb_attach(port, NULL) on a port without a devHans de Goede1-5/+4
2011-07-05usb-ehci: cleanup port reset handlingHans de Goede1-6/+1
2011-07-05usb-ehci: Connect Status bit is read only, don't allow changing it by the guestHans de Goede1-2/+2
2011-07-05usb-ehci: drop unused num-ports state memberHans de Goede1-1/+0
2011-07-05usb: Replace device_destroy bus op with a child_detach port opHans de Goede8-29/+69
2011-07-05usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede7-26/+28
2011-07-05usb: Add a register_companion USB bus op.Hans de Goede2-0/+36
2011-07-05usb: Move (initial) call of usb_port_location to usb_fill_portHans de Goede5-4/+1
2011-07-05usb: Add a usb_fill_port helper functionHans de Goede1-2/+8