From patchwork Sun Feb 3 14:06:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 217778 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id B3E572C007E for ; Mon, 4 Feb 2013 01:11:36 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 3DEC4101F3B; Sun, 3 Feb 2013 14:11:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V2Rxu7Ztof7i; Sun, 3 Feb 2013 14:11:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 284EA101ED4; Sun, 3 Feb 2013 14:08:01 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id EC4038F7A1 for ; Sun, 3 Feb 2013 14:08:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A58ED8AB6E for ; Sun, 3 Feb 2013 14:07:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1W+6YmgetxbF for ; Sun, 3 Feb 2013 14:07:48 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id E12A38AD5F for ; Sun, 3 Feb 2013 14:07:47 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id t57so4181443wey.41 for ; Sun, 03 Feb 2013 06:07:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:in-reply-to:references; bh=APivdAjuB06Xh4GO1IVbrapecrGZMdMJ1Oc+M7IH88Q=; b=ZDb8HEi3ZPWzAjSiPsm0Ba7h4fqhukjGQXHtFqwJx+KLlyJTO/rwBrlLnog7zubhuL BmG2mq1+Ul6vUizmThhknX72fuNGsRGNJsqhjrYbqYJTxIfFCjWn8GLw0z4qetaEWZAe t8st0v4KL9tuGRRkUh9dylDx6tz0PSuSyZEnc5kxlRPYFNxOmcCfdELCvaXbDl8prdm7 beGq4Ob57sfTblbb/XXyiKx4VnXuI7bidN2Co+1Xbc2Rb+U4IcC+fPU3c51ChTDzy/ta 9ynnBlH0zBA+0ssqI+WG3mjnOEONO69wWBmU6tgdmoU3OwJXlwZZlPGFI5PqVUDSlnpj 1k7Q== X-Received: by 10.194.89.167 with SMTP id bp7mr30316122wjb.0.1359900466303; Sun, 03 Feb 2013 06:07:46 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-39-23.w90-32.abo.wanadoo.fr. [90.32.22.23]) by mx.google.com with ESMTPS id gy2sm2970685wib.3.2013.02.03.06.07.44 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 03 Feb 2013 06:07:45 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Sun, 3 Feb 2013 15:06:59 +0100 Message-Id: <421aedaf8b492ce996342b23e38ab49ec8648ce5.1359899108.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: References: In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 22/29] package/qemu: add support for Spice X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: "Yann E. MORIN" --- package/qemu/Config.in | 9 +++++++++ package/qemu/qemu.mk | 8 +++++++- 2 files changed, 16 insertions(+), 1 deletions(-) diff --git a/package/qemu/Config.in b/package/qemu/Config.in index 1055c3c..929b4a8 100644 --- a/package/qemu/Config.in +++ b/package/qemu/Config.in @@ -110,6 +110,15 @@ config BR2_PACKAGE_QEMU_CURSES frontend (although you can still use the SDL or VNC frontends to display the graphical output). +config BR2_PACKAGE_QEMU_SPICE + bool "Enable Spice frontend" + depends on BR2_PACKAGE_SPICE + help + Say 'y' here to have QEMU support Spice as a (VNC-like) frontend. + +comment "Spice support requires spice-server" + depends on !BR2_PACKAGE_SPICE + comment "Block backends" config BR2_PACKAGE_QEMU_VIRTFS diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk index b8c2b9a..ecefbbf 100644 --- a/package/qemu/qemu.mk +++ b/package/qemu/qemu.mk @@ -156,6 +156,13 @@ else QEMU_OPTS += --disable-curses endif +ifeq ($(BR2_PACKAGE_QEMU_SPICE),y) +QEMU_OPTS += --enable-spice +QEMU_DEPENDENCIES += spice +else +QEMU_OPTS += --disable-spice +endif + ifeq ($(BR2_PACKAGE_QEMU_VIRTFS),y) QEMU_OPTS += --enable-virtfs else @@ -309,7 +316,6 @@ define QEMU_CONFIGURE_CMDS --disable-fdt \ --disable-guest-base \ --disable-docs \ - --disable-spice \ --disable-rbd \ --disable-smartcard \ --disable-strip \