Hi,
On 02/06/2012 01:25 PM, Daniel P. Berrange wrote:
On Wed, Feb 01, 2012 at 02:28:23PM +0100, Hans de Goede wrote:
Signed-off-by: Hans de Goede<hdegoede@xxxxxxxxxx>
---
configure.ac | 2 +-
src/virt-viewer-app.c | 9 +++++++++
src/virt-viewer-app.h | 3 +++
src/virt-viewer-session-spice.c | 39 +++++++++++++++++++++++++++++++++++----
src/virt-viewer-session.c | 13 +++++++++++++
src/virt-viewer-session.h | 4 ++++
src/virt-viewer-window.c | 9 +++++++++
src/virt-viewer.xml | 10 ++++++++++
8 files changed, 84 insertions(+), 5 deletions(-)
I tried to test this against a SPICE configured QEMU VM, but it
doesn't seem to show any USB menu. Is there something special
I need to build or configure in the guest QEMU side, to get the
client to operate ? (I had assumed it'd just do any QEMU guest
with SPICE)
You need to explicitly enable usbredirection in the VM,
see: http://hansdegoede.livejournal.com/11084.html
Regards,
Hans