From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH kvm-unit-tests 0/2] nvmx unit test cases changes Date: Wed, 04 Jun 2014 11:50:17 +0200 Message-ID: <538EEBD9.8080601@redhat.com> References: <1401827266-28769-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 mail-qa0-f52.google.com ([209.85.216.52]:33955 "EHLO mail-qa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751591AbaFDJuV (ORCPT ); Wed, 4 Jun 2014 05:50:21 -0400 Received: by mail-qa0-f52.google.com with SMTP id cm18so6567925qab.39 for ; Wed, 04 Jun 2014 02:50:19 -0700 (PDT) In-Reply-To: <1401827266-28769-1-git-send-email-bsd@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Il 03/06/2014 22:27, Bandan Das ha scritto: > Adds a simple test for interrupt acknowledgement and change > invept behavior to check for supported invalidation contexts > > Bandan Das (2): > VMX: check for supported contexts before calling invept > VMX: Add test for interrupt acknowledgement > > lib/x86/isr.c | 32 ++++++++++++++++++++++++++++++++ > lib/x86/isr.h | 2 +- > x86/vmx.c | 20 ++++++++++++++++++++ > x86/vmx.h | 1 + > x86/vmx_tests.c | 40 ++++++++++++++++++++++++++++++---------- > 5 files changed, 84 insertions(+), 11 deletions(-) > Applied, thanks! Paolo