From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/6] svm intercept tests Date: Thu, 29 Jul 2010 18:40:31 -0300 Message-ID: <20100729214031.GC10181@amt.cnet> References: <1280334351-6395-1-git-send-email-avi@redhat.com> <20100729081642.GL26098@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , "kvm@vger.kernel.org" To: "Roedel, Joerg" Return-path: Received: from mx1.redhat.com ([209.132.183.28]:10274 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751424Ab0G2VrZ (ORCPT ); Thu, 29 Jul 2010 17:47:25 -0400 Content-Disposition: inline In-Reply-To: <20100729081642.GL26098@amd.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jul 29, 2010 at 10:16:42AM +0200, Roedel, Joerg wrote: > On Wed, Jul 28, 2010 at 12:25:45PM -0400, Avi Kivity wrote: > > This patchset adds three more svm tests: cr3 read intercept, cr3 read > > intercept (disabled), and cr3 read intercept through the instruction > > emulator. As usual, 66.7% of the tests pass. > > For the next_rip test I added another feature to the test-framework. Can > you apply the attached patch please to it? It will save me from some > rebasing when you write more tests before I finish my two tests :-) > > Joerg > > > >From 282dafc0d476b016967c91742008ecf21aaf36e1 Mon Sep 17 00:00:00 2001 > From: Joerg Roedel > Date: Wed, 28 Jul 2010 15:56:32 +0200 > Subject: [PATCH] test: Run tests only if supported on the current hardware > > Signed-off-by: Joerg Roedel > --- > kvm/test/x86/svm.c | 38 +++++++++++++++++++++++++------------- > 1 files changed, 25 insertions(+), 13 deletions(-) Applied, thanks.