From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arthur Chunqi Li Subject: [PATCH 0/2] kvm-unit-tests: VMX: Test nested EPT features Date: Mon, 9 Sep 2013 12:57:22 +0800 Message-ID: <1378702644-23655-1-git-send-email-yzt356@gmail.com> Cc: jan.kiszka@web.de, gleb@redhat.com, pbonzini@redhat.com, Arthur Chunqi Li To: kvm@vger.kernel.org Return-path: Received: from mail-pd0-f180.google.com ([209.85.192.180]:42662 "EHLO mail-pd0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751776Ab3IIE5d (ORCPT ); Mon, 9 Sep 2013 00:57:33 -0400 Received: by mail-pd0-f180.google.com with SMTP id y10so5672524pdj.39 for ; Sun, 08 Sep 2013 21:57:32 -0700 (PDT) Sender: kvm-owner@vger.kernel.org List-ID: This series of patches provide the framework of nested EPT and some test cases for nested EPT features. Arthur Chunqi Li (2): kvm-unit-tests: VMX: The framework of EPT for nested VMX testing kvm-unit-tests: VMX: Test cases for nested EPT x86/vmx.c | 159 ++++++++++++++++++++++++++++++++- x86/vmx.h | 76 ++++++++++++++++ x86/vmx_tests.c | 266 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 497 insertions(+), 4 deletions(-) -- 1.7.9.5