Re: [Xen-devel] [PATCH Altp2m cleanup v6] altp2m cleanup work.

2016-09-28 Thread Jan Beulich
>>> On 26.09.16 at 19:52, wrote: > Indent goto labels by one space. > Inline (header) altp2m functions. > In do_altp2m_op(), during the sanity check of the passed command, > return -ENONSYS if not a valid command. > In do_altp2m_op(), when evaluating a command, ASSERT_UNREACHABLE() > if the comman

[Xen-devel] [PATCH Altp2m cleanup v6] altp2m cleanup work.

2016-09-26 Thread Paul Lai
Indent goto labels by one space. Inline (header) altp2m functions. In do_altp2m_op(), during the sanity check of the passed command, return -ENONSYS if not a valid command. In do_altp2m_op(), when evaluating a command, ASSERT_UNREACHABLE() if the command is not recognizable. The sanity check above