From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 1/3] KVM test: separate expect status updates from ac_test_setup_pte() function Date: Tue, 27 Jul 2010 18:14:59 -0300 Message-ID: <20100727211459.GA1526@amt.cnet> References: <4C4921C5.4090809@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , KVM list To: Xiao Guangrong Return-path: Received: from mx1.redhat.com ([209.132.183.28]:1208 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751655Ab0G0VWt (ORCPT ); Tue, 27 Jul 2010 17:22:49 -0400 Content-Disposition: inline In-Reply-To: <4C4921C5.4090809@cn.fujitsu.com> Sender: kvm-owner@vger.kernel.org List-ID: On Fri, Jul 23, 2010 at 12:59:49PM +0800, Xiao Guangrong wrote: > Separate expect status updates operation, later we can just modify the access > way(i,e the AC_ACCESS_* flags) > > Signed-off-by: Xiao Guangrong > --- > kvm/test/x86/access.c | 131 ++++++++++++++++++++++++++----------------------- > 1 files changed, 69 insertions(+), 62 deletions(-) > Applied all 3, thanks.