Re: [Xen-devel] [PATCH v2 07/23] x86/vpmu: put HVM only code under CONFIG_HVM

2018-08-27 Thread Jan Beulich
>>> On 26.08.18 at 14:19, wrote: > Change u32 to uint32_t while at it. > > Signed-off-by: Wei Liu Acked-by: Jan Beulich ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel

[Xen-devel] [PATCH v2 07/23] x86/vpmu: put HVM only code under CONFIG_HVM

2018-08-26 Thread Wei Liu
Change u32 to uint32_t while at it. Signed-off-by: Wei Liu --- xen/arch/x86/cpu/vpmu.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xen/arch/x86/cpu/vpmu.c b/xen/arch/x86/cpu/vpmu.c index b978e05..fa6762f 100644 --- a/xen/arch/x86/cpu/vpmu.c +++ b/xen/arch/x86/cpu/vpm