From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 1/1] kvm: support TSC deadline MSR Date: Tue, 4 Oct 2011 19:20:15 -0300 Message-ID: <20111004222015.GB2926@amt.cnet> References: <4E8B4826.8030500@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Anthony Liguori , qemu-devel@nongnu.org, kvm@vger.kernel.org, "Liu, Jinsong" To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:40594 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933180Ab1JDWYF (ORCPT ); Tue, 4 Oct 2011 18:24:05 -0400 Content-Disposition: inline In-Reply-To: <4E8B4826.8030500@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Oct 04, 2011 at 07:53:42PM +0200, Avi Kivity wrote: > On 10/03/2011 10:55 PM, Marcelo Tosatti wrote: > >From: "Liu, Jinsong" > > > >KVM add emulation of lapic tsc deadline timer for guest. > >This patch is co-operation work at qemu side. > > > >-#define CPU_SAVE_VERSION 12 > >+#define CPU_SAVE_VERSION 13 > > > > > > Unfortunate. Can't we use subsections? Yes, i'll look into it tomorrow.