From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] Fix sci irq set when acpi timer about to wrap Date: Wed, 19 Mar 2008 15:25:42 +0200 Message-ID: <47E11456.9090003@qumranet.com> References: <1205362838.3163.27.camel@localhost.localdomain> <47DD5407.7020804@qumranet.com> <1205859347.16548.32.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm-devel , qemu-devel To: dor.laor@qumranet.com Return-path: In-Reply-To: <1205859347.16548.32.camel@localhost.localdomain> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces@lists.sourceforge.net Errors-To: kvm-devel-bounces@lists.sourceforge.net List-Id: kvm.vger.kernel.org Dor Laor wrote: > 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. > > > Okay, applied, thanks. -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JbyJ2-00016n-Or for qemu-devel@nongnu.org; Wed, 19 Mar 2008 09:26:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JbyJ1-00015H-Hc for qemu-devel@nongnu.org; Wed, 19 Mar 2008 09:26:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JbyJ1-000157-7d for qemu-devel@nongnu.org; Wed, 19 Mar 2008 09:26:11 -0400 Received: from bzq-179-150-194.static.bezeqint.net ([212.179.150.194] helo=il.qumranet.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JbyJ0-00035D-NG for qemu-devel@nongnu.org; Wed, 19 Mar 2008 09:26:11 -0400 Message-ID: <47E11456.9090003@qumranet.com> Date: Wed, 19 Mar 2008 15:25:42 +0200 From: Avi Kivity MIME-Version: 1.0 References: <1205362838.3163.27.camel@localhost.localdomain> <47DD5407.7020804@qumranet.com> <1205859347.16548.32.camel@localhost.localdomain> In-Reply-To: <1205859347.16548.32.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [kvm-devel] [PATCH] Fix sci irq set when acpi timer about to wrap Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dor.laor@qumranet.com Cc: kvm-devel , qemu-devel Dor Laor wrote: > 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. > > > Okay, applied, thanks. -- error compiling committee.c: too many arguments to function