All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: Geunhae Lee <chris2nd@gmail.com>
Cc: "Gerd Hoffmann" <kraxel@redhat.com>,
	"Andreas Färber" <afaerber@suse.de>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Qeustion] USB passthough doesn't work on Windows.
Date: Thu, 11 Jul 2013 12:01:42 +0200	[thread overview]
Message-ID: <51DE8286.5030507@redhat.com> (raw)
In-Reply-To: <CAEr0F9T71HtNFPHOudTpkiCJASybr-MFwvM8hxVNm=6nexJ2gA@mail.gmail.com>

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	other threads:[~2013-07-11 10:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-10 13:37 [Qemu-devel] [Qeustion] USB passthough doesn't work on Windows Geunhae Lee
2013-07-11 10:01 ` Hans de Goede [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-07-08  8:25 Geunhae Lee
2013-07-08  9:13 ` Andreas Färber
2013-07-08 15:08   ` Geunhae Lee
2013-07-08 15:11     ` Geunhae Lee
2013-07-10  7:39     ` Hans de Goede

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51DE8286.5030507@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=afaerber@suse.de \
    --cc=chris2nd@gmail.com \
    --cc=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.