From patchwork Sun Jun 26 19:55:24 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alon Levy X-Patchwork-Id: 919552 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p5QK2JgR027594 for ; Sun, 26 Jun 2011 20:02:48 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754912Ab1FZT56 (ORCPT ); Sun, 26 Jun 2011 15:57:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10935 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754879Ab1FZTzf (ORCPT ); Sun, 26 Jun 2011 15:55:35 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p5QJtZ0a028212 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 26 Jun 2011 15:55:35 -0400 Received: from bow.redhat.com (vpn-10-228.rdu.redhat.com [10.11.10.228]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p5QJtQ8d007838; Sun, 26 Jun 2011 15:55:34 -0400 From: Alon Levy To: autotest@test.kernel.org Cc: kvm@vger.kernel.org Subject: [PATCH] client/tests/kvm/build.cfg.sample: add commented spice parameters Date: Sun, 26 Jun 2011 21:55:24 +0200 Message-Id: <1309118124-8080-5-git-send-email-alevy@redhat.com> In-Reply-To: <1309118124-8080-1-git-send-email-alevy@redhat.com> References: <1309118124-8080-1-git-send-email-alevy@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Sun, 26 Jun 2011 20:02:48 +0000 (UTC) --- client/tests/kvm/build.cfg.sample | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/build.cfg.sample b/client/tests/kvm/build.cfg.sample index a43c0e9..245ffb6 100644 --- a/client/tests/kvm/build.cfg.sample +++ b/client/tests/kvm/build.cfg.sample @@ -78,6 +78,14 @@ variants: # kmod_lbranch = kmod_lbranch_name # kmod_commit = kmod_commit_name # kmod_patches = ['http://foo.com/patch1', 'http://foo.com/patch2'] + # spice_repo = git://anongit.freedesktop.org/spice/spice + # spice_branch = master + # spice_lbranch = master + # spice_patches = [] + # spice_protocol_repo = git://anongit.freedesktop.org/spice/spice-protocol + # spice_protocol_branch = master + # spice_protocol_lbranch = master + # spice_protocol_patches = [] # In some cases, you might want to provide a ROM dir, so ROM # files can be copied from there to your source based install # path_to_rom_images = /usr/share/kvm