Re: [Xen-devel] [PATCH v1 0/2] x86/init: extend quirk use

2016-04-13 Thread Luis R. Rodriguez
On Fri, Apr 08, 2016 at 05:22:39PM -0700, Luis R. Rodriguez wrote: > This extends use of the quirks to other platorms as hinted as possible > and confirmed by hpa [0]. This small series depends on the work that added > this functionality [1] [2] to replace the paravirt_enabled() hacks > which is cu

Re: [Xen-devel] [PATCH v1 0/2] x86/init: extend quirk use

2016-04-12 Thread Luis R. Rodriguez
On Mon, Apr 11, 2016 at 09:31:54AM +0200, Sebastian Andrzej Siewior wrote: > On 04/09/2016 02:22 AM, Luis R. Rodriguez wrote: > > What seems a bit odd is CE4100 leaves RTC enabled, can someone > > confirm if indeed it really needs it, or can it also disable it > > as with Xen, lguest, and Intel MID

Re: [Xen-devel] [PATCH v1 0/2] x86/init: extend quirk use

2016-04-11 Thread Sebastian Andrzej Siewior
On 04/09/2016 02:22 AM, Luis R. Rodriguez wrote: > What seems a bit odd is CE4100 leaves RTC enabled, can someone > confirm if indeed it really needs it, or can it also disable it > as with Xen, lguest, and Intel MID ? So what you do with "x86_platform.legacy.rtc" is to skip add_rtc_cmos(). For ce

[Xen-devel] [PATCH v1 0/2] x86/init: extend quirk use

2016-04-08 Thread Luis R. Rodriguez
This extends use of the quirks to other platorms as hinted as possible and confirmed by hpa [0]. This small series depends on the work that added this functionality [1] [2] to replace the paravirt_enabled() hacks which is currently under review, sending this series separately. Its worth reviewing a