[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [Xen-devel] [PATCH] libxl: Spice usbredirection support
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [Xen-devel] [PATCH] libxl: Spice usbredirection support for upstream qemu |
Date: |
Thu, 04 Jul 2013 22:09:26 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 |
Il 04/07/2013 19:17, Andreas Färber ha scritto:
> Also if at some point you try to use, e.g., q35 rather than i440fx
> machine, it might have EHCI by default and the snippet would be
> instantiating a duplicate one. I.e., the three levels of dependency
> could be separated more clearly: PCI, USB, redirection.
At least you could start specifying the USB desired version (1.1, 2.0
with companion controllers, 3.0) as an extension of the "usb=1" that is
already supported.
Paolo
> Stating the obvious, a loop would be a more readable solution for adding
> 4 devices only differing in device/chardev id. ;)