From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47751) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1MMv-0001vu-R3 for qemu-devel@nongnu.org; Tue, 14 Aug 2012 15:01:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1MMu-00018u-Lh for qemu-devel@nongnu.org; Tue, 14 Aug 2012 15:01:33 -0400 Date: Tue, 14 Aug 2012 16:00:13 -0300 From: Marcelo Tosatti Message-ID: <20120814190013.GA5281@amt.cnet> References: <502A0B23.2080701@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <502A0B23.2080701@siemens.com> Subject: Re: [Qemu-devel] [PATCH uq/master 1/2] kvm: i8254: Cache kernel clock offset in KVMPITState List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Gleb Natapov , kvm , Michael Tokarev , qemu-stable , qemu-devel , Gerd Hoffmann , Avi Kivity On Tue, Aug 14, 2012 at 10:24:03AM +0200, Jan Kiszka wrote: > To prepare the final fix for clock calibration issues with the in-kernel > PIT, we want to cache the offset between vmclock and the clock used by > the in-kernel PIT. So far, we only need to update it when the VM state > changes between running and stopped because we only read the in-kernel > PIT state while the VM is running. > > Signed-off-by: Jan Kiszka Applied, thanks.