From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jbf6o-0002BZ-Vz for qemu-devel@nongnu.org; Tue, 18 Mar 2008 12:56:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jbf6m-0002A5-Bw for qemu-devel@nongnu.org; Tue, 18 Mar 2008 12:56:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jbf6m-00029z-6t for qemu-devel@nongnu.org; Tue, 18 Mar 2008 12:56:16 -0400 Received: from nf-out-0910.google.com ([64.233.182.189]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jbf6l-0005y9-He for qemu-devel@nongnu.org; Tue, 18 Mar 2008 12:56:15 -0400 Received: by nf-out-0910.google.com with SMTP id 30so2418497nfu.12 for ; Tue, 18 Mar 2008 09:56:13 -0700 (PDT) In-Reply-To: <47DD5407.7020804@qumranet.com> References: <1205362838.3163.27.camel@localhost.localdomain> <47DD5407.7020804@qumranet.com> Content-Type: text/plain Date: Tue, 18 Mar 2008 18:55:47 +0200 Message-Id: <1205859347.16548.32.camel@localhost.localdomain> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit From: Dor Laor Subject: [Qemu-devel] Re: [kvm-devel] [PATCH] Fix sci irq set when acpi timer about to wrap Reply-To: dor.laor@qumranet.com, qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: kvm-devel , qemu-devel On Sun, 2008-03-16 at 19:08 +0200, Avi Kivity wrote: > Dor Laor wrote: > > >From 498f162fc9d9fb897c756273c481101a44a220de Mon Sep 17 00:00:00 2001 > > From: Dor Laor > > Date: Thu, 13 Mar 2008 00:11:41 +0200 > > Subject: [PATCH] Fix sci irq set when acpi timer about to wrap. > > > > The acpi timer should generate sci irq when enabled and > > when bit 23 of the timer counter toogles. > > It fixes time reading by the performance counter api of windows guest. > > > > > > How does this relate to ce35c9534137b71327466fa9abc243cbe2d7e8dc? > It was buggy with the above commit. The code not only fix it but also makes it more readable.