Re: [Qemu-devel] [PATCH 4/4] usb-host: raise libusbx minimum version to 1.0.13

2013-05-02 Thread Gerd Hoffmann
Hi, > I'm wondering how best to address QEMU's libusb support on FreeBSD, > and discovered the libusb vs. libusbx saga. Is it safe to assume that > in the Linux world "pkg-config libusb-1.0" is generally going to refer > to libusbx? In recent linux distributions yes. > FreeBSD has its own lib

Re: [Qemu-devel] [PATCH 4/4] usb-host: raise libusbx minimum version to 1.0.13

2013-05-02 Thread Ed Maste
I recently discovered QEMU's libusb support and hoped that this would provide a good solution for the USB host issue on current FreeBSD versions. (Right now the FreeBSD ports tree sets USB_HOST=stub, since the bsd USB code isn't compatible with FreeBSD 8.x and later.) I'm wondering how best to ad

[Qemu-devel] [PATCH 4/4] usb-host: raise libusbx minimum version to 1.0.13

2013-04-23 Thread Gerd Hoffmann
Allows to remove one FIXME. Makes LIBUSB_LOG_LEVEL_WARNING build errors go away. And starting with that version libusb has a LIBUSBX_API_VERSION define which allows to easily #ifdef version dependencies should that need arrive in the future. Signed-off-by: Gerd Hoffmann --- configure