From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [PATCH 1/1] kvm: support TSC deadline MSR Date: Mon, 10 Oct 2011 09:54:09 -0500 Message-ID: <4E930711.4020208@us.ibm.com> References: <4E8B4826.8030500@redhat.com> <20111004222015.GB2926@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Liu, Jinsong" , Avi Kivity , kvm@vger.kernel.org, qemu-devel@nongnu.org To: Marcelo Tosatti Return-path: In-Reply-To: <20111004222015.GB2926@amt.cnet> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org On 10/04/2011 05:20 PM, Marcelo Tosatti wrote: > 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. Subsections are still broken at the moment although Juan has some patches. Bumping the version is the safe thing to do. Regards, Anthony Liguori > > >