From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH v2 0/4] kvm-unit-tests: Add a series of test cases Date: Tue, 3 Sep 2013 14:50:28 +0300 Message-ID: <20130903115028.GD22899@redhat.com> References: <1376567109-20834-1-git-send-email-yzt356@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm , Jan Kiszka , Paolo Bonzini To: Arthur Chunqi Li Return-path: Received: from mx1.redhat.com ([209.132.183.28]:40159 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932597Ab3ICLua (ORCPT ); Tue, 3 Sep 2013 07:50:30 -0400 Content-Disposition: inline In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Sep 02, 2013 at 05:06:23PM +0800, Arthur Chunqi Li wrote: > Hi Gleb, Paolo and Jan, > Jan, have you reviewed it? Any ACKs? > Would you please review this series of codes when you can spare time? > Jan has review it and, of course, further suggestions are welcomed. > > Arthur > > On Thu, Aug 15, 2013 at 7:45 PM, Arthur Chunqi Li wrote: > > Add a series of test cases for nested VMX in kvm-unit-tests. > > > > Arthur Chunqi Li (4): > > kvm-unit-tests: VMX: Add test cases for PAT and EFER > > kvm-unit-tests: VMX: Add test cases for CR0/4 shadowing > > kvm-unit-tests: VMX: Add test cases for I/O bitmaps > > kvm-unit-tests: VMX: Add test cases for instruction interception > > > > lib/x86/vm.h | 4 + > > x86/vmx.c | 3 +- > > x86/vmx.h | 20 +- > > x86/vmx_tests.c | 714 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > 4 files changed, 736 insertions(+), 5 deletions(-) > > > > -- > > 1.7.9.5 > > -- Gleb.