From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 0/5] kvm-unit-tests: more instr. interceptions, debug control migration Date: Mon, 16 Jun 2014 13:03:58 +0200 Message-ID: <539ECF1E.7060909@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm , Bandan Das To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:14012 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750914AbaFPLEB (ORCPT ); Mon, 16 Jun 2014 07:04:01 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Il 15/06/2014 16:24, Jan Kiszka ha scritto: > The tests corresponding to (and going beyond) the issues fixed in > http://thread.gmane.org/gmane.comp.emulators.kvm.devel/123282 > > Jan Kiszka (5): > VMX: Add tests for CR3 and CR8 interception > VMX: Only use get_stage accessor > VMX: Test both interception and execution of instructions > VMX: Validate capability MSRs > VMX: Test behavior on set and cleared save/load debug controls > > x86/vmx.c | 73 ++++++++++++- > x86/vmx.h | 9 +- > x86/vmx_tests.c | 327 +++++++++++++++++++++++++++++++++++++++++--------------- > 3 files changed, 322 insertions(+), 87 deletions(-) > Thanks, I'll apply the first three patches as soon as Linus releases -rc1 and the corresponding KVM bits hit kernel.org. I replied with comments to the last two patches. Paolo