Re: [PATCH 1/3] KVM test: separate expect status updates from ac_test_setup_pte() function

2010-07-27 Thread Marcelo Tosatti
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 > ++---

[PATCH 1/3] KVM test: separate expect status updates from ac_test_setup_pte() function

2010-07-22 Thread Xiao Guangrong
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(-) diff --git a/kvm/test