From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753227AbaHTM1H (ORCPT ); Wed, 20 Aug 2014 08:27:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11486 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752315AbaHTM1D (ORCPT ); Wed, 20 Aug 2014 08:27:03 -0400 Date: Wed, 20 Aug 2014 14:26:54 +0200 From: Radim =?utf-8?B?S3LEjW3DocWZ?= To: Paolo Bonzini Cc: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Gleb Natapov , Raghavendra KT , Vinod Chegu , Hui-Zhi Subject: Re: [PATCH 3/9] KVM: VMX: make PLE window per-vcpu Message-ID: <20140820122654.GB28873@potion.brq.redhat.com> References: <1408480536-8240-1-git-send-email-rkrcmar@redhat.com> <1408480536-8240-4-git-send-email-rkrcmar@redhat.com> <53F44AAD.5020203@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <53F44AAD.5020203@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2014-08-20 09:13+0200, Paolo Bonzini: > Il 19/08/2014 22:35, Radim Krčmář ha scritto: > > enum segment_cache_field { > > @@ -4403,6 +4406,7 @@ static int vmx_vcpu_setup(struct vcpu_vmx *vmx) > > if (ple_gap) { > > vmcs_write32(PLE_GAP, ple_gap); > > vmcs_write32(PLE_WINDOW, ple_window); > > Is this necessary? V2, thanks.