All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roger Pau Monne <roger.pau@citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Ian.Jackson@eu.citrix.com, Roger Pau Monne <roger.pau@citrix.com>
Subject: [PATCH 1/2] osstest: fix PVH DomU tests
Date: Fri, 29 Sep 2017 15:24:16 +0100	[thread overview]
Message-ID: <20170929142417.83264-2-roger.pau@citrix.com> (raw)
In-Reply-To: <20170929142417.83264-1-roger.pau@citrix.com>

The pvh=1 xl option was removed, so switch the PVH tests to use
type='pvh' instead.

Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
---
Cc: Ian.Jackson@eu.citrix.com
---
 ts-debian-fixup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ts-debian-fixup b/ts-debian-fixup
index 571b2509..80c35da5 100755
--- a/ts-debian-fixup
+++ b/ts-debian-fixup
@@ -136,8 +136,8 @@ sub otherfixupcfg () {
 
     my $pvh = guest_var($gho,'pvh',undef);
     if ($pvh) {
-	$cfg =~ s/^pvh\b.*//mg;
-	$cfg .= "\npvh=$pvh\n";
+	$cfg =~ s/^type=\b.*//mg;
+	$cfg .= "\ntype='pvh'\n";
     }
 
     # PCI passthrough
-- 
2.13.5 (Apple Git-94)


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

  reply	other threads:[~2017-09-29 14:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-29 14:24 [PATCH 0/2] osstest: followup from the PVH toolstack series Roger Pau Monne
2017-09-29 14:24 ` Roger Pau Monne [this message]
2017-09-29 15:35   ` [PATCH 1/2] osstest: fix PVH DomU tests Ian Jackson
2017-09-29 15:46     ` Roger Pau Monné
2017-09-29 17:19       ` Ian Jackson
2017-10-03  9:38         ` Roger Pau Monné
2017-09-29 14:24 ` [PATCH 2/2] osstest: use type='hvm' for HVM guests Roger Pau Monne
2017-09-29 15:35   ` Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170929142417.83264-2-roger.pau@citrix.com \
    --to=roger.pau@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.