[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <f1b9f317-117b-5a40-02d1-c9367dfb4018@gmail.com>
Date: Wed, 8 Nov 2017 17:19:26 +0800
From: Xiao Guangrong <xiaoguangrong.eric@...il.com>
To: Haozhong Zhang <haozhong.zhang@...el.com>, kvm@...r.kernel.org,
x86@...nel.org
Cc: linux-kernel@...r.kernel.org, Paolo Bonzini <pbonzini@...hat.com>,
rkrcmar@...hat.com, Dan Williams <dan.j.williams@...el.com>,
ivan.d.cuevas.escareno@...el.com, karthik.kumar@...el.com,
Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>,
Olif Chapman <olif.chapman@...cle.com>,
Mikulas Patocka <mpatocka@...hat.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>, Borislav Petkov <bp@...e.de>,
Tom Lendacky <thomas.lendacky@....com>
Subject: Re: [PATCH v5 0/2] KVM: MMU: fix kvm_is_mmio_pfn()
On 11/08/2017 03:56 PM, Haozhong Zhang wrote:
> Some reserved pages, such as those from NVDIMM DAX devices, are not
> for MMIO, and can be mapped with cached memory type for better
> performance. However, the above check misconceives those pages as
> MMIO. Because KVM maps MMIO pages with UC memory type, the
> performance of guest accesses to those pages would be harmed.
> Therefore, we check the host memory type in addition and only treat
> UC/UC- pages as MMIO.
>
Reviewed-by: Xiao Guangrong <xiaoguangrong@...cent.com>
Powered by blists - more mailing lists