From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hildenbrand Subject: [PATCH v2 0/2] KVM: VMX: require EPTP WB (write-back) support Date: Thu, 10 Aug 2017 23:15:27 +0200 Message-ID: <20170810211529.31512-1-david@redhat.com> Cc: Paolo Bonzini , =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= , Bandan Das , david@redhat.com To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:39964 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753257AbdHJVPd (ORCPT ); Thu, 10 Aug 2017 17:15:33 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 2A00C5043E for ; Thu, 10 Aug 2017 21:15:33 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: This version should no longer result in a panic :( (note to self: always retest after tiny changes) v1 -> v2: - fix typo (invalid guest page-walk length) David Hildenbrand (2): KVM: VMX: cleanup EPTP definitions KVM: VMX: always require WB memory type for EPT arch/x86/include/asm/vmx.h | 11 ++++++----- arch/x86/kvm/vmx.c | 34 ++++++++++++++++++---------------- 2 files changed, 24 insertions(+), 21 deletions(-) -- 2.9.4