aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2011-07-20ds1225y: convert to qdev device, and use it in MIPS Jazz emulationHervé Poussineau
2011-07-20ds1225y: use trace frameworkHervé Poussineau
2011-07-20ds1225y: Remove protection stuff, which doesn't belong to this deviceHervé Poussineau
2011-07-19Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori
2011-07-19Merge remote-tracking branch 'kraxel/usb.19' into stagingAnthony Liguori
2011-07-19Merge remote-tracking branch 'spice/spice.v38' into stagingAnthony Liguori
2011-07-19Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-07-18virtio-console: Prevent abort()s in case of host chardev closeAmit Shah
2011-07-18virtio-serial-bus: Fix trailing \n in error_report stringAmit Shah
2011-07-18virtio-console: Add some trace eventsAmit Shah
2011-07-18virtio-serial-bus: Add trace eventsAmit Shah
2011-07-17virtio: fix indirect descriptor buffer overflowMichael S. Tsirkin
2011-07-17xen: move to new pci initializersMichael S. Tsirkin
2011-07-17hw/piix_pci.c: Fix PIIX3-xen to initialize idsAnthony PERARD
2011-07-17pci_ids: tweak names to match linux/pci_ids.hMichael S. Tsirkin
2011-07-17vhost: fix double free on device stopMichael S. Tsirkin
2011-07-17xen_console: fall back to qemu serial deviceAlexander Graf
2011-07-17xen_console: support the new extended xenstore protocolStefano Stabellini
2011-07-17xen_disk: treat "aio" as "raw"Stefano Stabellini
2011-07-17xen_disk: cope with missing xenstore "params" nodeStefano Stabellini
2011-07-17xen: add vkbd support for PV on HVM guestsStefano Stabellini
2011-07-17xen_console: fix memory leakStefano Stabellini
2011-07-17xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XENJan Kiszka
2011-07-12esp: cancel current request only if some request is in flightHervé Poussineau
2011-07-12spapr: use specific endian ld/st_physAlexander Graf
2011-07-12s390-virtio: use specific endian ld/st_physAlexander Graf
2011-07-12ppc405_uc: use specific endian ld/st_physAlexander Graf
2011-07-12pl080: use specific endian ld/st_physAlexander Graf
2011-07-12msix: use specific endian ld/st_physAlexander Graf
2011-07-12msi: use specific endian ld/st_physAlexander Graf
2011-07-12intel-hda: use specific endian ld/st_physAlexander Graf
2011-07-12hpet: use specific endian ld/st_physAlexander Graf
2011-07-08usb-ohci: raise interrupt on attachGerd Hoffmann
2011-07-08usb-hub: remove unused descriptor arraysGerd Hoffmann
2011-07-08usb: fixup bluetooth descriptorsGerd Hoffmann
2011-07-08usb_register_port(): do not set port->opaque and port->index twiceJes Sorensen
2011-07-05ehci: add ich9 controller.Gerd Hoffmann
2011-07-05ehci: fix port count.Gerd Hoffmann
2011-07-05uhci: add ich9 controllersGerd Hoffmann
2011-07-05pci: add ich9 usb controller idsGerd Hoffmann
2011-07-05usb-ohci: Add support for being a companion controllerHans de Goede
2011-07-05usb-uhci: Add support for being a companion controllerHans de Goede
2011-07-05usb-ehci: Add support for registering companion controllersHans de Goede
2011-07-05usb-ehci: Fix handling of PED and PEDC port status bitsHans de Goede
2011-07-05usb: assert on calling usb_attach(port, NULL) on a port without a devHans de Goede
2011-07-05usb-ehci: cleanup port reset handlingHans de Goede
2011-07-05usb-ehci: Connect Status bit is read only, don't allow changing it by the guestHans de Goede
2011-07-05usb-ehci: drop unused num-ports state memberHans de Goede
2011-07-05usb: Replace device_destroy bus op with a child_detach port opHans de Goede
2011-07-05usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede