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 would turn the PVH tests into PV tests), except that the
previous change removed the PVH tests from those branches.
PVHv1 has already been removed from upstream Linux and Xen.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
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