From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkK8s-0006hj-Gb for qemu-devel@nongnu.org; Wed, 05 Jun 2013 16:17:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkK8n-0002vv-OE for qemu-devel@nongnu.org; Wed, 05 Jun 2013 16:17:10 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:56936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkK8n-0002vj-HM for qemu-devel@nongnu.org; Wed, 05 Jun 2013 16:17:05 -0400 Message-ID: <51AF9CBE.2030800@msgid.tls.msk.ru> Date: Thu, 06 Jun 2013 00:17:02 +0400 From: Michael Tokarev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] kFreeBSD and USB support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Ed Maste 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_USB=bsd/HOST_USB=stub/' \ qemu-build/config-host.mak This isn't really FreeBSD but "kFreeBSD", which is a FreeBSD kernel (and ofcorse the kernel headers) and some more linux-like userspace - it is Debian userspace running on top of FreeBSD kernel. 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? Thanks, /mjt