From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 3/9] KVM: x86: introduce set_mmio_exit_info Date: Thu, 19 Jul 2012 21:03:07 -0300 Message-ID: <20120720000307.GB7121@amt.cnet> References: <50056DB8.7080702@linux.vnet.ibm.com> <50056E0D.1070905@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , LKML , KVM To: Xiao Guangrong Return-path: Received: from mx1.redhat.com ([209.132.183.28]:14770 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752354Ab2GTAs3 (ORCPT ); Thu, 19 Jul 2012 20:48:29 -0400 Content-Disposition: inline In-Reply-To: <50056E0D.1070905@linux.vnet.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Jul 17, 2012 at 09:52:13PM +0800, Xiao Guangrong wrote: > Introduce set_mmio_exit_info to cleanup the common code > > Signed-off-by: Xiao Guangrong > --- > arch/x86/kvm/x86.c | 33 +++++++++++++++++---------------- > 1 files changed, 17 insertions(+), 16 deletions(-) This makes the code less readable IMO. The fragments are small enough already.