From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: 2 CPU Conformance Issue in KVM/x86 Date: Mon, 09 Mar 2015 21:50:01 +0200 Message-ID: <54FDF969.7080801@gmail.com> References: <54F58471.7020906@redhat.com> <54FDD39C.9060908@gmail.com> <54FDF574.1020102@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Paolo Bonzini , Nadav Amit , KVM list , =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= Return-path: Received: from mail-wi0-f179.google.com ([209.85.212.179]:44051 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751542AbbCITuF (ORCPT ); Mon, 9 Mar 2015 15:50:05 -0400 Received: by wivr20 with SMTP id r20so24787691wiv.3 for ; Mon, 09 Mar 2015 12:50:03 -0700 (PDT) In-Reply-To: <54FDF574.1020102@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 03/09/2015 09:33 PM, Paolo Bonzini wrote: > > On 09/03/2015 18:08, Avi Kivity wrote: >> Is the issue emulating a higher MAXPHYADDR on the guest than is >> available on the host? I don't think there's any need to support that. > No, indeed. The only problem is that the failure mode is quite horrible > (you get a triple fault, possibly while the guest is running). Can't qemu simply check for it? > If you need that, disable EPT. :) >