Re: [Xen-devel] [PATCH v4 07/14] tools/lguest: force disable tboot and apm

2016-04-10 Thread Rusty Russell
"Luis R. Rodriguez" writes: > The paravirt_enabled() check is going away, the area tossed to > the kernel on lguest is not zerored out, so ensure lguest force > disables tboot and apm just in case the kernel file being read might > have this set for whatever reason. > > Signed-off-by: Luis R. Rodr

[Xen-devel] [PATCH v4 07/14] tools/lguest: force disable tboot and apm

2016-04-06 Thread Luis R. Rodriguez
The paravirt_enabled() check is going away, the area tossed to the kernel on lguest is not zerored out, so ensure lguest force disables tboot and apm just in case the kernel file being read might have this set for whatever reason. Signed-off-by: Luis R. Rodriguez --- tools/lguest/lguest.c | 6 ++