From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Guix QEMU built without libusb support Date: Sun, 17 May 2015 11:50:21 +0200 Message-ID: <87oaljlehu.fsf@gnu.org> References: <87lhgpv652.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtvDJ-0001xi-35 for guix-devel@gnu.org; Sun, 17 May 2015 05:50:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YtvDF-0006HC-St for guix-devel@gnu.org; Sun, 17 May 2015 05:50:29 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51491) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtvDF-0006H1-Pf for guix-devel@gnu.org; Sun, 17 May 2015 05:50:25 -0400 In-Reply-To: <87lhgpv652.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 16 May 2015 00:16:09 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?B?55m944GE54aK77yg55u45pKy6YGT?= Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > =E7=99=BD=E3=81=84=E7=86=8A=EF=BC=A0=E7=9B=B8=E6=92=B2=E9=81=93 skribis: > >> I'd like to use QEMU in GuixSD with direct USB passthrough >> support. However, "info usbhost" in QEMU monitor gives me "usb host >> devices not supported". I think this means the recipe for QEMU in Guix >> builds QEMU without libusb and thus it doesn't support host devices. >> >> Looking at qemu description in guix doesn't list libusb as a >> dependency, so that strengthens my suspicion. > > Thanks for the report. I noticed that our libusb was too old for QEMU, > so I updated it and then added libusb as a dependency of QEMU in commit > 732665a. It=E2=80=99s currently in a branch that we=E2=80=99ll merge whe= n Hydra has > built it. This is now merged in =E2=80=98master.=E2=80=99 Ludo=E2=80=99.