From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] qemu-kvm: Drop redundant kvm_reset_mpstate Date: Tue, 4 Jan 2011 16:40:04 -0200 Message-ID: <20110104184004.GA3650@amt.cnet> References: <4D1B83B3.4060607@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:26755 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751005Ab1ADUfx (ORCPT ); Tue, 4 Jan 2011 15:35:53 -0500 Content-Disposition: inline In-Reply-To: <4D1B83B3.4060607@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Dec 29, 2010 at 07:53:39PM +0100, Jan Kiszka wrote: > From: Jan Kiszka > > kvm_arch_reset_vcpu includes the same logic (minus the obsolete feature > check), and every caller of kvm_reset_mpstate also calls that function. > > Signed-off-by: Jan Kiszka > --- > qemu-kvm-x86.c | 16 ---------------- > 1 files changed, 0 insertions(+), 16 deletions(-) Applied, thanks.