From: Anthony Liguori <anthony@codemonkey.ws>
To: Max Krasnyansky <maxk@kernel.org>
Cc: qemu-devel@nongnu.org, aurelien@aurel32.net, kvm@vger.kernel.org
Subject: [Qemu-devel] Re: [PATCH] usb: Support for removing device by host addr, improved auto filter syntax
Date: Thu, 11 Sep 2008 16:01:44 -0500 [thread overview]
Message-ID: <48C98738.5060204@codemonkey.ws> (raw)
In-Reply-To: <1220679644-8043-1-git-send-email-maxk@kernel.org>
Max Krasnyansky wrote:
> This patch adds support for removing USB devices by host address.
> Which is usefull for things like libvirtd because there is no easy way to
> find guest USB address of the host device.
> In other words you can now do:
> usb_add host:3.5
> ...
> usb_del host:3.5
> Before the patch 'usb_del' did not support 'host:' notation.
>
>
This patch breaks the windows build with:
i686-pc-mingw32-gcc -Wall -O2 -g -fno-strict-aliasing -m32 -I.
-I/home/anthony/svn/qemu -MMD -MP -MT usb-linux.o -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-I/home/anthony/svn/qemu/slirp -c -o usb-linux.o
/home/anthony/svn/qemu/usb-linux.c
/home/anthony/svn/qemu/usb-linux.c:1205: error: conflicting types for
'usb_host_device_close'
/home/anthony/svn/qemu/hw/usb.h:243: error: previous declaration of
'usb_host_device_close' was here
make: *** [usb-linux.o] Error 1
Regards,
Anthony Liguori
next prev parent reply other threads:[~2008-09-11 21:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-06 5:40 [Qemu-devel] [PATCH] usb: Support for removing device by host addr, improved auto filter syntax Max Krasnyansky
2008-09-11 21:01 ` Anthony Liguori [this message]
2008-09-12 3:48 ` [Qemu-devel] " Max Krasnyansky
-- strict thread matches above, loose matches on Subject: below --
2008-09-13 22:01 [Qemu-devel] " Max Krasnyansky
2008-09-14 1:11 ` [Qemu-devel] " Anthony Liguori
2008-09-14 17:15 ` Max Krasnyansky
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=48C98738.5060204@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=aurelien@aurel32.net \
--cc=kvm@vger.kernel.org \
--cc=maxk@kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).