Re: [Xen-devel] [PATCH] x86: Xen PV guests don't have the rtc_cmos platform device

From: Jan Beulich
Date: Wed Dec 09 2015 - 09:42:21 EST


>>> On 09.12.15 at 15:32, <boris.ostrovsky@xxxxxxxxxx> wrote:
> --- a/arch/x86/kernel/rtc.c
> +++ b/arch/x86/kernel/rtc.c
> @@ -200,6 +200,9 @@ static __init int add_rtc_cmos(void)
> }
> #endif
>
> + if (paravirt_enabled())
> + return -ENODEV;

What about Xen Dom0?

Jan

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/