From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxDh9-0007bc-FX for qemu-devel@nongnu.org; Thu, 11 Jul 2013 06:01:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxDh5-0001Bz-Si for qemu-devel@nongnu.org; Thu, 11 Jul 2013 06:01:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxDh5-00018Z-Ll for qemu-devel@nongnu.org; Thu, 11 Jul 2013 06:01:47 -0400 Message-ID: <51DE8286.5030507@redhat.com> Date: Thu, 11 Jul 2013 12:01:42 +0200 From: Hans de Goede MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qeustion] USB passthough doesn't work on Windows. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Geunhae Lee Cc: Gerd Hoffmann , =?ISO-8859-1?Q?Andreas_F=E4rber?= , qemu-devel@nongnu.org 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 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