Wei Liu writes ("[PATCH OSSTEST v5 7/9] ts-xen-install: install Xen with XSM 
support if requested"):
> Signed-off-by: Wei Liu <wei.l...@citrix.com>
> Acked-by: Ian Campbell <ian.campb...@citrix.com>
...
> +my $enable_xsm = $r{enable_xsm} =~ m/true/ ? 1 : 0;
> +
>  my %distpath;
>  
>  sub packages () {
> @@ -171,7 +173,7 @@ sub setupboot () {
>      }
>  
>      my $want_kernver = get_runvar('kernel_ver',$r{'kernbuildjob'});
> -    debian_boot_setup($ho, $want_kernver, 0, $xenhopt, \%distpath, \@hooks);
> +    debian_boot_setup($ho, $want_kernver, $enable_xsm, $xenhopt, \%distpath, 
> \@hooks);

Can you wrap this to ~70 please ?

Thanks,
Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to