From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 1/3] KVM: MTRR: fix memory type handling if MTRR is completely disabled Date: Thu, 23 Jul 2015 09:18:55 +0200 Message-ID: <55B0955F.8040407@redhat.com> References: <1436988356-4565-1-git-send-email-guangrong.xiao@linux.intel.com> <1437019818.1391.544.camel@redhat.com> <55B087D4.80106@redhat.com> <55B089C4.5000200@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: gleb@kernel.org, mtosatti@redhat.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, bsd@redhat.com, lersek@redhat.com, jordan.l.justen@intel.com, edk2-devel@lists.sourceforge.net, Xiao Guangrong To: Xiao Guangrong , Alex Williamson Return-path: Received: from mail-wi0-f172.google.com ([209.85.212.172]:38423 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751392AbbGWHS6 (ORCPT ); Thu, 23 Jul 2015 03:18:58 -0400 In-Reply-To: <55B089C4.5000200@linux.intel.com> Sender: kvm-owner@vger.kernel.org List-ID: On 23/07/2015 08:29, Xiao Guangrong wrote: >> In fact this is the same quirk already implemented for SVM as >> KVM_QUIRK_CD_NW_CLEARED, so we can reuse the bit. > > Sounds good to me. I will drop the new bit and reuse as your suggestion. > And i think we need document this whole staff in API.txt ... No problem, I've already pushed it to kvm/queue. I'm running tests now and will send a pull request to Linus tomorrow if all goes well. Paolo