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

2013-07-11 Thread Hans de Goede
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 which is not compatible. Ah yes, that is true libu

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

2013-07-10 Thread Geunhae Lee
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 which is not compatible. by the way, libusb has some OS-specific (porting) codes in it . any plan on

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

2013-07-10 Thread Hans de Goede
Hi, On 07/08/2013 05:08 PM, Geunhae Lee wrote: hi thanks for you kind answer, admit about lacking of infos haha.. here's my situations. 1. i currently use QEMU ver 1.2, but plan to upgrade to 1.5 soon. 2. in version 1.2, i found that USB passthrough is not supported on Windows/Mac. In ver

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

2013-07-08 Thread Geunhae Lee
one more thing , if someone tested USB passthrough on Windows/Mac, can i have the version of QEMU and libusb library ? 2013/7/9 Geunhae Lee > hi thanks for you kind answer, > admit about lacking of infos haha.. > > here's my situations. > > 1. i currently use QEMU ver 1.2, but plan to upgra

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

2013-07-08 Thread Geunhae Lee
hi thanks for you kind answer, admit about lacking of infos haha.. here's my situations. 1. i currently use QEMU ver 1.2, but plan to upgrade to 1.5 soon. 2. in version 1.2, i found that USB passthrough is not supported on Windows/Mac. In version 1.5, however, it seems possible to use passthr

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

2013-07-08 Thread Andreas Färber
Hi, Am 08.07.2013 10:25, schrieb Geunhae Lee: > hi, > i have questions about USB passthrough . > > it seems that host usb passthrough is not working on Windows/Mac (as host) > > is there any work-around solution for that? > or > is there some patches out there? Your question is lacking too

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

2013-07-08 Thread Geunhae Lee
hi, i have questions about USB passthrough . it seems that host usb passthrough is not working on Windows/Mac (as host) is there any work-around solution for that? or is there some patches out there? thank you.