Re: [Qemu-devel] kFreeBSD and USB support

2013-06-06 Thread Hans de Goede
Hi, On 06/06/2013 02:47 PM, Gerd Hoffmann wrote: Hi, This effectively disables host usb support for kFreeBSD. And since I guess the kernel headers are the same on regular FreeBSD, I think the same issue happens on regular FreeBSD too, that is, host usb does not work there as well. What is

Re: [Qemu-devel] kFreeBSD and USB support

2013-06-06 Thread Gerd Hoffmann
Hi, > This effectively disables host usb support for > kFreeBSD. And since I guess the kernel headers > are the same on regular FreeBSD, I think the same > issue happens on regular FreeBSD too, that is, > host usb does not work there as well. > > What is the status of this situation now? I ha

Re: [Qemu-devel] kFreeBSD and USB support

2013-06-05 Thread Brad Smith
On 05/06/13 4:34 PM, Ed Maste wrote: On 5 June 2013 16:17, Michael Tokarev wrote: Hello. On debian we, for a long time, used the following hack in a build script of qemu: # Hack alert. qemu-1.3 still needs this. # On recent kFreebsd, old USB host API has been removed, # but qemu did not lear

Re: [Qemu-devel] kFreeBSD and USB support

2013-06-05 Thread Andreas Färber
Am 05.06.2013 22:17, schrieb Michael Tokarev: > Hello. > > On debian we, for a long time, used the following hack > in a build script of qemu: > > # Hack alert. qemu-1.3 still needs this. > # On recent kFreebsd, old USB host API has been removed, > # but qemu did not learn to use new USB API. >

Re: [Qemu-devel] kFreeBSD and USB support

2013-06-05 Thread Ed Maste
On 5 June 2013 16:17, Michael Tokarev wrote: > Hello. > > On debian we, for a long time, used the following hack > in a build script of qemu: > > # Hack alert. qemu-1.3 still needs this. > # On recent kFreebsd, old USB host API has been removed, > # but qemu did not learn to use new USB API. > #

[Qemu-devel] kFreeBSD and USB support

2013-06-05 Thread Michael Tokarev
Hello. On debian we, for a long time, used the following hack in a build script of qemu: # Hack alert. qemu-1.3 still needs this. # On recent kFreebsd, old USB host API has been removed, # but qemu did not learn to use new USB API. # Just do not build USB host support. sed -i 's/^HOST_US