From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758736AbdEMVGd (ORCPT ); Sat, 13 May 2017 17:06:33 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:34272 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756333AbdEMVGc (ORCPT ); Sat, 13 May 2017 17:06:32 -0400 Reply-To: pgnet.dev@gmail.com Subject: Re: [Xen-devel] HPET enabled in BIOS, not presented as available_clocksource -- config, kernel code, &/or BIOS? To: Valentin Vidic Cc: Andrew Cooper , Randy Dunlap , "linux-kernel@vger.kernel.org" , Clemens Ladisch , xen-devel@lists.xenproject.org References: <61d510e2-0353-ddf2-f63c-8a1688a6b6ed@gmail.com> <9ff8ca5a-727d-13c3-7c39-6383e00d2edf@infradead.org> <2c84903a-ab24-a073-378b-82fe6052e6ac@infradead.org> <927a6245-ae8b-ff4b-d668-a819b8351152@citrix.com> <34c505d9-9dc6-8982-4875-74dedfc5e0d1@gmail.com> <20170513202811.j5mhumhvow3gadms@gavran.carpriv.carnet.hr> From: PGNet Dev Message-ID: Date: Sat, 13 May 2017 14:06:28 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:53.0) Gecko/20100101 Thunderbird/53.0 MIME-Version: 1.0 In-Reply-To: <20170513202811.j5mhumhvow3gadms@gavran.carpriv.carnet.hr> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/13/17 1:28 PM, Valentin Vidic wrote: > On Sat, May 13, 2017 at 01:05:22PM -0700, PGNet Dev wrote: >> back to the error at hand ... >> >> xl dmesg | grep -i hpet >> [ 1.365876] hpet_acpi_add: no address or irqs in _CRS >> [ 1.365876] hpet_acpi_add: no address or irqs in _CRS >> >> again, only present when booting with Xen. >> >> same kernel, no Xen, no such error. > > Are you sure this is `xl dmesg` yep. xl dmesg | grep -i hpet | grep -vi command [ 1.365876] hpet_acpi_add: no address or irqs in _CRS [ 1.365876] hpet_acpi_add: no address or irqs in _CRS > and not `dmesg` output? AND dmesg | grep -i hpet | grep -vi command [ 0.000000] ACPI: HPET 0x000000009E8298F8 000038 (v01 SUPERM SMCI--MB 01072009 AMI. 00000005) [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000 [ 1.365876] hpet_acpi_add: no address or irqs in _CRS