From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: [PATCH 3/5] gnu: qemu: Enable spice support. Date: Fri, 05 Aug 2016 22:00:36 -0400 Message-ID: <87k2fuvepn.fsf@netris.org> References: <20160802134531.19272-1-david@craven.ch> <20160802134531.19272-3-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46850) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVquy-0004Uq-V3 for guix-devel@gnu.org; Fri, 05 Aug 2016 22:00:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bVquv-0002d4-1q for guix-devel@gnu.org; Fri, 05 Aug 2016 22:00:52 -0400 Received: from world.peace.net ([50.252.239.5]:44573) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bVquu-0002cu-No for guix-devel@gnu.org; Fri, 05 Aug 2016 22:00:48 -0400 In-Reply-To: <20160802134531.19272-3-david@craven.ch> (David Craven's message of "Tue, 2 Aug 2016 15:45:29 +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" To: David Craven Cc: guix-devel@gnu.org David Craven writes: > * gnu/packages/qemu.scm (qemu)[inputs]: Add SPICE and VIRGLRENDERER. > [arguments]: Pass --enable-spice. Unfortunately, 'spice' only builds successfully on x86_64, so with this patch, i686 and armhf lose 'qemu'. One problem is that 'spice' depends on 'usbredir', and 'usbredir' only builds successfully on x86_64. Mark