From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH kvm-unit-tests v2 0/3] More nvmx unit tests changes Date: Thu, 19 Jun 2014 13:41:08 +0200 Message-ID: <53A2CC54.2000004@redhat.com> References: <1402347894-13659-1-git-send-email-bsd@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Jan Kiszka To: Bandan Das , kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:3458 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757522AbaFSLlO (ORCPT ); Thu, 19 Jun 2014 07:41:14 -0400 In-Reply-To: <1402347894-13659-1-git-send-email-bsd@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Il 09/06/2014 23:04, Bandan Das ha scritto: > A couple more updates to test_vmxon, test_vmptrld > and test_vmclear based on kvm commits - > > 3573e22cfecaac83f82ef4f6847d90e466fc8e10 > KVM: nVMX: additional checks on vmxon region > > 96ec146330d18a938b4773be8d6dd1f93399507c > KVM: nVMX: fail on invalid vmclear/vmptrld pointer > > v2: > - 1/3(New): Move the writing of flags register inside asm blocks > > Bandan Das (3): > VMX: move write_rflags inside asm blocks for vmx instructions > VMX: Add more checks to test_vmxon > VMX: Updated test_vmclear and test_vmptrld > > lib/x86/processor.h | 7 --- > x86/vmx.c | 121 +++++++++++++++++++++++++++++++++++++++++----------- > x86/vmx.h | 10 ++++- > 3 files changed, 103 insertions(+), 35 deletions(-) > Applied, thanks. Paolo