[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v2 1/3] osstest: fix PVH DomU tests
The pvh=1 xl option was removed, so switch the PVH tests to use type='pvh' instead. On older branches still supporting PVHv1 (and the 'pvh' xl option), this change will turn the PVH tests into PV tests). A followup change will remove the PVH tests from those branches, since PVHv1 has already been removed from upstream Linux and Xen. Signed-off-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> --- Cc: Ian.Jackson@xxxxxxxxxxxxx --- Changes since v1: - Expand commit message. --- 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 |