From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/8] Nested SVM unit tests Date: Thu, 29 Jul 2010 13:55:16 -0300 Message-ID: <20100729165516.GA3915@amt.cnet> References: <1280312307-16686-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Joerg Roedel , kvm@vger.kernel.org To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:41494 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751828Ab0G2VrZ (ORCPT ); Thu, 29 Jul 2010 17:47:25 -0400 Content-Disposition: inline In-Reply-To: <1280312307-16686-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Jul 28, 2010 at 01:18:19PM +0300, Avi Kivity wrote: > The following patchset adds a framework for nested SVM unit testing. As > you may guess, future fixes and enhancements to nested SVM will require > matching tests. > > Currently, our nested SVM implementation has a 66.67% success rate using > these tests. > > Avi Kivity (8): > test: move ARRAY_SIZE() to libcflat.h > test: move memset() to libcflat > test: add type bool > test: add processor register access functions > test: make use of new processor.h header > test: add svm definitions header > test: add msr definitions header > test: add svm tests Applied, thanks.