[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH OSSTEST v5 7/9] ts-xen-install: install Xen with XSM support if requested
Wei Liu writes ("[PATCH OSSTEST v5 7/9] ts-xen-install: install Xen with XSM support if requested"): > Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> > Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> ... > +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@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |