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