From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [patch 3/4] QEMU/KVM: non-virtualized ACPI PMTimer support Date: Sun, 25 May 2008 14:39:42 -0300 Message-ID: <20080525173942.GA16793@dmt> References: <20080524234342.983197667@localhost.localdomain> <20080525000036.645310064@localhost.localdomain> <48393D32.5050604@qumranet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Chris Wright , kvm-devel To: Avi Kivity Return-path: Received: from mx1.redhat.com ([66.187.233.31]:53435 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755018AbYEYRj4 (ORCPT ); Sun, 25 May 2008 13:39:56 -0400 Content-Disposition: inline In-Reply-To: <48393D32.5050604@qumranet.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, May 25, 2008 at 01:19:30PM +0300, Avi Kivity wrote: > Marcelo Tosatti wrote: > >QEMU support for direct pmtimer reads. Hopefully its safe, since its a > >read-only register ? > > > > ISTR that pmtimer can be either 24 bit or 32 bit. Can this cause a problem? Don't think so, since QEMU/KVM reports a 24-bit timer (tmr_val_ext field of fadt is zero). If the host has a 32-bit timer, the higher bits are ignored, and TMR_OF is emulated.