From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bandan Das Subject: [PATCH kvm-unit-tests v2 0/3] More nvmx unit tests changes Date: Mon, 9 Jun 2014 17:04:51 -0400 Message-ID: <1402347894-13659-1-git-send-email-bsd@redhat.com> Cc: Paolo Bonzini , Jan Kiszka To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:35920 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751223AbaFIVFF (ORCPT ); Mon, 9 Jun 2014 17:05:05 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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(-) -- 1.8.3.1