From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] Qemu co-operation with kvm tsc deadline timer Date: Fri, 23 Sep 2011 10:05:22 -0300 Message-ID: <20110923130522.GB30599@amt.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , "kvm@vger.kernel.org" , "qemu-devel@nongnu.org" , "Tian, Kevin" To: "Liu, Jinsong" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:17959 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753871Ab1IWNIw (ORCPT ); Fri, 23 Sep 2011 09:08:52 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: 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.