From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753221AbaHUQxg (ORCPT ); Thu, 21 Aug 2014 12:53:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51158 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752454AbaHUQxf (ORCPT ); Thu, 21 Aug 2014 12:53:35 -0400 Message-ID: <53F62401.30708@redhat.com> Date: Thu, 21 Aug 2014 18:53:21 +0200 From: Paolo Bonzini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.7.0 MIME-Version: 1.0 To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= CC: kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Gleb Natapov , Raghavendra KT , Vinod Chegu , Hui-Zhi Zhao , Christian Borntraeger , Lisa Mitchell Subject: Re: [PATCH v3 0/7] Dynamic Pause Loop Exiting window. References: <1408637291-18533-1-git-send-email-rkrcmar@redhat.com> <53F61EAC.2000004@redhat.com> <20140821165002.GG20453@potion.brq.redhat.com> In-Reply-To: <20140821165002.GG20453@potion.brq.redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 21/08/2014 18:50, Radim Krčmář ha scritto: > 2014-08-21 18:30+0200, Paolo Bonzini: >> Il 21/08/2014 18:08, Radim Krčmář ha scritto: >> I'm not sure of the usefulness of patch 6, so I'm going to drop it. >> I'll keep it in my local junkyard branch in case it's going to be useful >> in some scenario I didn't think of. > > I've been using it to benchmark different values, because it is more > convenient than reloading the module after shutting down guests. > (And easier to sell than writing to kernel memory.) > > I don't think the additional code is worth it though. > >> Patch 7 can be easily rebased, so no need to repost (and I might even >> squash it into patch 3, what do you think?). > > Yeah, the core is already a huge patch, so it does look weird without > squashing. (No-one wants to rebase to that point anyway.) Ok, my queue is a bit large so I'll probably not push to git.kernel.org until next week but in any case this is what it will look like: Radim Krčmář (5): KVM: add kvm_arch_sched_in KVM: x86: introduce sched_in to kvm_x86_ops KVM: VMX: make PLE window per-VCPU <<< ple_window_dirty squashed here KVM: VMX: dynamise PLE window KVM: trace kvm_ple_window grow/shrink Paolo