|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 1/2] osstest: fix PVH DomU tests
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@xxxxxxxxxx>
---
Cc: Ian.Jackson@xxxxxxxxxxxxx
---
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@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |