Message ID | 20170929142417.83264-3-roger.pau@citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Roger Pau Monne writes ("[PATCH 2/2] osstest: use type='hvm' for HVM guests"): > The previous builder='hvm' is also kept for compatibility with older > Xen releases. Note that the type option is ignored in previous Xen > versions. Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index a5cca391..66625e6f 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -2089,6 +2089,7 @@ sub more_prepareguest_hvm ($$$$;@) { my $cfg = <<END; $kernel builder = 'hvm' +type = 'hvm' # disk = [ $disks
The previous builder='hvm' is also kept for compatibility with older Xen releases. Note that the type option is ignored in previous Xen versions. Signed-off-by: Roger Pau Monné <roger.pau@citrix.com> --- Cc: Ian.Jackson@eu.citrix.com --- Osstest/TestSupport.pm | 1 + 1 file changed, 1 insertion(+)