Re: [Xen-devel] [PATCH] xen: fix mcelog/stub depend issue in Kconfig

2015-02-13 Thread David Vrabel
On 13/02/15 16:32, Yi Li wrote: > > From: Yi Li > > Fix support mcelog/stub in Kconfig for Xen X86 platform Is this actually sufficient? I'm fairly sure the Xen MCE driver does not correctly handle the 64-bit ABI that Xen provides and there would need to be some compat translations done. >

[PATCH] xen: fix mcelog/stub depend issue in Kconfig

2015-02-13 Thread Yi Li
From: Yi Li Fix support mcelog/stub in Kconfig for Xen X86 platform Signed-off-by: Yi Li --- drivers/xen/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index b812462..83ae68a 100644 --- a/drivers/xen/Kconfig +++

Re: [Xen-devel] [PATCH] xen: fix mcelog/stub depend issue in Kconfig

2015-02-13 Thread David Vrabel
On 13/02/15 16:32, Yi Li wrote: From: Yi Li yiliker...@gmail.com Fix support mcelog/stub in Kconfig for Xen X86 platform Is this actually sufficient? I'm fairly sure the Xen MCE driver does not correctly handle the 64-bit ABI that Xen provides and there would need to be some compat

[PATCH] xen: fix mcelog/stub depend issue in Kconfig

2015-02-13 Thread Yi Li
From: Yi Li yiliker...@gmail.com Fix support mcelog/stub in Kconfig for Xen X86 platform Signed-off-by: Yi Li yiliker...@gmail.com --- drivers/xen/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/xen/Kconfig b/drivers/xen/Kconfig index b812462..83ae68a