From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [PATCH 0/6] svm intercept tests Date: Wed, 28 Jul 2010 19:25:45 +0300 Message-ID: <1280334351-6395-1-git-send-email-avi@redhat.com> To: Joerg Roedel , Marcelo Tosatti , kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:54689 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755538Ab0G1QZy (ORCPT ); Wed, 28 Jul 2010 12:25:54 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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. Avi Kivity (6): test: add scratch word for use by svm tests test: add intercepted and unintercepted cr3 read tests for svm test: add pause() instruction accessor test: add cli() and sti() instruction accessors test: ensure svm tests are executed with interrupts disabled by default test: verify that the emulator honours svm intercepts kvm/test/lib/x86/processor.h | 15 +++++++++ kvm/test/x86/svm.c | 65 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 79 insertions(+), 1 deletions(-)