[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] RFC/PULL: usb: add support for companion controllers
From: |
Hans de Goede |
Subject: |
[Qemu-devel] RFC/PULL: usb: add support for companion controllers |
Date: |
Fri, 24 Jun 2011 21:32:47 +0200 |
Hi Gerd et all,
These patches add support for adding an emulated uhci or ohci companion
controller to our emulated ehci controller. Usage examples:
-device usb-ehci,addr=0b.1,multifunction=on,id=ehci0
-device pci-ohci,addr=0b.0,multifunction=on,masterbus=ehci0.0,num-ports=4
-device usb-ehci,addr=0b.2,multifunction=on,id=ehci0
-device piix3-usb-uhci,addr=0b.0,multifunction=on,masterbus=ehci0.0,firstport=0
-device piix3-usb-uhci,addr=0b.1,multifunction=on,masterbus=ehci0.0,firstport=2
Please review and if there are no issues add these patches to your
usb tree.
These patches are also available in a git tree here:
http://cgit.freedesktop.org/~jwrdegoede/qemu/log/?h=usbredir
Note this tree also contains some other patches.
Thanks & Regards,
Hans
- [Qemu-devel] RFC/PULL: usb: add support for companion controllers,
Hans de Goede <=
- [Qemu-devel] [PATCH 01/11] usb: Add a register_companion USB bus op., Hans de Goede, 2011/06/24
- [Qemu-devel] [PATCH 02/11] usb: Make port wakeup and complete ops take a USBPort instead of a Device, Hans de Goede, 2011/06/24
- [Qemu-devel] [PATCH 03/11] usb: Replace device_destroy bus op with a child_detach port op, Hans de Goede, 2011/06/24
- [Qemu-devel] [PATCH 05/11] usb-ehci: Connect Status bit is read only, don't allow changing it by the guest, Hans de Goede, 2011/06/24
- [Qemu-devel] [PATCH 04/11] usb-ehci: drop unused num-ports state member, Hans de Goede, 2011/06/24
- [Qemu-devel] [PATCH 06/11] usb-ehci: cleanup port reset handling, Hans de Goede, 2011/06/24
- [Qemu-devel] [PATCH 07/11] usb: assert on calling usb_attach(port, NULL) on a port without a dev, Hans de Goede, 2011/06/24
- [Qemu-devel] [PATCH 08/11] usb-ehci: Fix handling of PED and PEDC port status bits, Hans de Goede, 2011/06/24