>>> On 01.08.18 at 11:03, wrote:
> Delete trailing spaces and refer to XSM instead of an internal
> function in the public header.
>
> Signed-off-by: Wei Liu
Acked-by: Jan Beulich
___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://l
On 08/01/2018 10:03 AM, Wei Liu wrote:
> Delete trailing spaces and refer to XSM instead of an internal
> function in the public header.
>
> Signed-off-by: Wei Liu
Reviewed-by: George Dunlap
___
Xen-devel mailing list
Xen-devel@lists.xenproject.org
Delete trailing spaces and refer to XSM instead of an internal
function in the public header.
Signed-off-by: Wei Liu
---
xen/arch/x86/hvm/hvm.c | 8
xen/include/public/hvm/params.h | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/xen/arch/x86/hvm/hvm.c b/x