aboutsummaryrefslogtreecommitdiff
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '6141dbfe0a595076310f690ec8db84ad5be2cde5' into upstream-mergeAvi Kivity2011-07-2711-20/+37
|\
| * report serial devices created with -device in the PIIX4 config spacePaolo Bonzini2011-07-231-5/+17
| * net: Consistently use qemu_macaddr_default_if_unsetJan Kiszka2011-07-237-8/+8
| * Merge remote-tracking branch 'spice/spice.v39' into stagingAnthony Liguori2011-07-221-2/+2
| |\
| | * qxl: upon reset, if spice worker is stopped, the command rings can be not emptyYonit Halperin2011-07-201-2/+2
| * | Merge remote-tracking branch 'kraxel/usb.21' into stagingAnthony Liguori2011-07-222-5/+10
| |\ \
| | * | usb-uhci: fix irq handling on error.Gerd Hoffmann2011-07-221-0/+6
| | * | usb-hid: fixup changed tracking.Gerd Hoffmann2011-07-221-5/+4
| * | | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2011-07-2210-58/+52
| |\ \ \ | | |/ / | |/| |
* | | | Merge commit 'ae73e5919a75622d2c029d5a0e240115990fb735' into upstream-mergeAvi Kivity2011-07-2710-58/+52
|\ \ \ \ | | |/ / | |/| |
| * | | scsi-disk: Mask out serial number EVPDHannes Reinecke2011-07-191-3/+12
| * | | scsi-disk: Fixup debugging statementHannes Reinecke2011-07-191-1/+1
| * | | scsi: Add 'hba_private' to SCSIRequestHannes Reinecke2011-07-198-52/+37
| * | | iov: Update parameter usage in iov_(to|from)_buf()Hannes Reinecke2011-07-182-2/+2
* | | | Merge commit '21673cdecb9e9b5a22acaf0a44e47145beb1999e' into upstream-mergeAvi Kivity2011-07-273-81/+85
|\ \ \ \ | | |/ / | |/| |
| * | | ds1225y: convert to qdev device, and use it in MIPS Jazz emulationHervé Poussineau2011-07-203-31/+82
| * | | ds1225y: use trace frameworkHervé Poussineau2011-07-201-11/+5
| * | | ds1225y: Remove protection stuff, which doesn't belong to this deviceHervé Poussineau2011-07-202-42/+1
| | |/ | |/|
* | | device-assignment: remove unused variable e_deviceAvi Kivity2011-07-271-2/+1
* | | device-assignment: silence warning on unchecked write to pci sysfs reset fileAvi Kivity2011-07-271-0/+1
* | | device-assignment: handle device with incorrect PCIe Cap structure sizeDonald Dutile2011-07-271-5/+24
* | | Merge commit '03ff09580ef6cbc4a893b6e3e6bbff33180ec70a' into upstream-mergeMarcelo Tosatti2011-07-1947-391/+850
|\| |
| * | Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori2011-07-195-30/+73
| |\ \
| | * | xen_console: fall back to qemu serial deviceAlexander Graf2011-07-171-4/+7
| | * | xen_console: support the new extended xenstore protocolStefano Stabellini2011-07-173-6/+23
| | * | xen_disk: treat "aio" as "raw"Stefano Stabellini2011-07-171-0/+3
| | * | xen_disk: cope with missing xenstore "params" nodeStefano Stabellini2011-07-171-7/+27
| | * | xen: add vkbd support for PV on HVM guestsStefano Stabellini2011-07-171-7/+12
| | * | xen_console: fix memory leakStefano Stabellini2011-07-171-2/+6
| | * | xen: Fold CONFIG_XEN_MAPCACHE into CONFIG_XENJan Kiszka2011-07-171-9/+0
| | |/
| * | Merge remote-tracking branch 'kraxel/usb.19' into stagingAnthony Liguori2011-07-1911-230/+458
| |\ \
| | * | usb-ohci: raise interrupt on attachGerd Hoffmann2011-07-081-1/+7
| | * | usb-hub: remove unused descriptor arraysGerd Hoffmann2011-07-081-68/+0
| | * | usb: fixup bluetooth descriptorsGerd Hoffmann2011-07-081-12/+12
| | * | usb_register_port(): do not set port->opaque and port->index twiceJes Sorensen2011-07-081-2/+0
| | * | ehci: add ich9 controller.Gerd Hoffmann2011-07-051-14/+29
| | * | ehci: fix port count.Gerd Hoffmann2011-07-051-1/+1
| | * | uhci: add ich9 controllersGerd Hoffmann2011-07-051-15/+39
| | * | pci: add ich9 usb controller idsGerd Hoffmann2011-07-051-0/+8
| | * | usb-ohci: Add support for being a companion controllerHans de Goede2011-07-051-12/+40
| | * | usb-uhci: Add support for being a companion controllerHans de Goede2011-07-051-5/+36
| | * | usb-ehci: Add support for registering companion controllersHans de Goede2011-07-051-30/+144
| | * | usb-ehci: Fix handling of PED and PEDC port status bitsHans de Goede2011-07-051-13/+11
| | * | usb: assert on calling usb_attach(port, NULL) on a port without a devHans de Goede2011-07-051-5/+4
| | * | usb-ehci: cleanup port reset handlingHans de Goede2011-07-051-6/+1
| | * | usb-ehci: Connect Status bit is read only, don't allow changing it by the guestHans de Goede2011-07-051-2/+2
| | * | usb-ehci: drop unused num-ports state memberHans de Goede2011-07-051-1/+0
| | * | usb: Replace device_destroy bus op with a child_detach port opHans de Goede2011-07-058-29/+69
| | * | usb: Make port wakeup and complete ops take a USBPort instead of a DeviceHans de Goede2011-07-057-26/+28
| | * | usb: Add a register_companion USB bus op.Hans de Goede2011-07-052-0/+36