From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH v2] KVM: SVM: Sync g_pat with guest-written PAT value Date: Mon, 20 Apr 2015 19:35:32 +0200 Message-ID: <20150420173531.GE26491@potion.brq.redhat.com> References: <552B5128.4010909@siemens.com> <552B6923.3020602@siemens.com> <20150420161401.GB26491@potion.brq.redhat.com> <5535368B.9060408@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Paolo Bonzini , kvm , Joel Schopp To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:37905 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751223AbbDTRtX (ORCPT ); Mon, 20 Apr 2015 13:49:23 -0400 Content-Disposition: inline In-Reply-To: <5535368B.9060408@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: 2015-04-20 19:25+0200, Jan Kiszka: > When hardware supports the g_pat VMCB field, we can use it for emulat= ing > the PAT configuration that the guest configures by writing to the > corresponding MSR. >=20 > Signed-off-by: Jan Kiszka > --- >=20 > Changes in v2: > - add mark_dirty as found missing by Radim Thanks. Reviewed-by: Radim Kr=C4=8Dm=C3=A1=C5=99