From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R75Ut-0005Du-UV for qemu-devel@nongnu.org; Fri, 23 Sep 2011 09:08:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R75Up-0007eS-Sy for qemu-devel@nongnu.org; Fri, 23 Sep 2011 09:08:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R75Up-0007eG-Lw for qemu-devel@nongnu.org; Fri, 23 Sep 2011 09:08:51 -0400 Date: Fri, 23 Sep 2011 10:05:22 -0300 From: Marcelo Tosatti Message-ID: <20110923130522.GB30599@amt.cnet> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] Qemu co-operation with kvm tsc deadline timer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Liu, Jinsong" Cc: "Tian, Kevin" , Avi Kivity , "kvm@vger.kernel.org" , "qemu-devel@nongnu.org" On Thu, Sep 22, 2011 at 04:57:14PM +0800, Liu, Jinsong wrote: > >From 8c39f2ddbf7069342826a83e535c0c7b641d6501 Mon Sep 17 00:00:00 2001 > From: Liu, Jinsong > Date: Thu, 22 Sep 2011 16:28:13 +0800 > Subject: [PATCH] Qemu co-operation with kvm tsc deadline timer > > KVM add emulation of lapic tsc deadline timer for guest. > This patch is co-operation work at qemu side. > > Signed-off-by: Liu, Jinsong > --- > target-i386/cpu.h | 2 ++ > target-i386/kvm.c | 7 +++++++ > target-i386/machine.c | 1 + > 3 files changed, 10 insertions(+), 0 deletions(-) Please add back has_msr_tsc_deadline checks, otherwise users are scared with "unsupported MSR" messages on older kernels.