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: Sat, 16 May 2015 00:16:09 +0200 Message-ID: <87lhgpv652.fsf@gnu.org> References: 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]:44550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtNtw-0003Yr-7l for guix-devel@gnu.org; Fri, 15 May 2015 18:16:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YtNtt-00075O-2B for guix-devel@gnu.org; Fri, 15 May 2015 18:16:16 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39988) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtNts-00075F-VA for guix-devel@gnu.org; Fri, 15 May 2015 18:16:12 -0400 In-Reply-To: (=?utf-8?B?Ig==?= =?utf-8?B?55m944GE54aK77yg55u45pKy6YGTIidz?= message of "Sun, 10 May 2015 18:31:27 +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 =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 when = Hydra has built it. Ludo=E2=80=99.