[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST 07/12] For hvm guest configuration, config console to 'hvc0'
--- Osstest/TestSupport.pm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Osstest/TestSupport.pm b/Osstest/TestSupport.pm index c23bbc7..864805e 100644 --- a/Osstest/TestSupport.pm +++ b/Osstest/TestSupport.pm @@ -1753,7 +1753,11 @@ sub target_kernkind_check ($) { if ($kernkind eq 'pvops') { store_runvar($pfx."rootdev", 'xvda') if $isguest; store_runvar($pfx."console", 'hvc0'); - } elsif ($kernkind !~ m/2618/) { + } + elsif ($kernkind eq 'hvm'){ + store_runvar($pfx."console", 'hvc0'); #nested hvm guest shall not append console=xvc0; I guess this applies to all hvm guests. + } + elsif ($kernkind !~ m/2618/) { store_runvar($pfx."console", 'xvc0') if $isguest; } } -- 1.8.3.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |