Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751619AbbLIOmQ (ORCPT ); Wed, 9 Dec 2015 09:42:16 -0500 Received: from prv-mh.provo.novell.com ([137.65.248.74]:48115 "EHLO prv-mh.provo.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751276AbbLIOmO convert rfc822-to-8bit (ORCPT ); Wed, 9 Dec 2015 09:42:14 -0500 Message-Id: <56684BD402000078000BDB00@prv-mh.provo.novell.com> X-Mailer: Novell GroupWise Internet Agent 14.2.0 Date: Wed, 09 Dec 2015 07:42:12 -0700 From: "Jan Beulich" To: "Boris Ostrovsky" Cc: "David Vrabel" , , , , , , , , , Subject: Re: [Xen-devel] [PATCH] x86: Xen PV guests don't have the rtc_cmos platform device References: <1449671569-4540-1-git-send-email-boris.ostrovsky@oracle.com> In-Reply-To: <1449671569-4540-1-git-send-email-boris.ostrovsky@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 523 Lines: 19 >>> On 09.12.15 at 15:32, 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/