qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [Qeustion] USB passthough doesn't work on Windows.


From: Hans de Goede
Subject: Re: [Qemu-devel] [Qeustion] USB passthough doesn't work on Windows.
Date: Thu, 11 Jul 2013 12:01:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7

Hi,

On 07/10/2013 03:37 PM, Geunhae Lee wrote:
thank you for kind reply

i personally tried to test QEMU on Windows with libusb feature (--enable-libusb)

but, figured out qemu/hw/usb/host-libusb.c is linux-dependent .
- because. it includes <poll.h> which  is not compatible.

Ah yes, that is true libusb does not support poll on windows (since
there is no such thing under windows).

any plan on changing this  ?

No, I don't think it is likely this will get fixed in qemu, so usb-redirection
will simply not be supported under Windows.

currently i've worked around this compile error, and keep testing.
but i've not seen the result yet.

Fixing the compile error is not going to help (much), you will end up with code
which does not call libusb_handle_events when it should, so things won't work.

Regards,

Hans



reply via email to

[Prev in Thread] Current Thread [Next in Thread]