From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752837AbbFWCdx (ORCPT ); Mon, 22 Jun 2015 22:33:53 -0400 Received: from mga14.intel.com ([192.55.52.115]:62555 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751771AbbFWCdt (ORCPT ); Mon, 22 Jun 2015 22:33:49 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,663,1427785200"; d="scan'208";a="748563789" Message-ID: <5588C480.4040108@linux.intel.com> Date: Tue, 23 Jun 2015 10:29:20 +0800 From: Xiao Guangrong User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Paolo Bonzini CC: gleb@kernel.org, mtosatti@redhat.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, dmatlack@google.com Subject: Re: [PATCH v2 11/15] KVM: MTRR: sort variable MTRRs References: <1434358535-19923-1-git-send-email-guangrong.xiao@linux.intel.com> <1434358535-19923-12-git-send-email-guangrong.xiao@linux.intel.com> <55819C27.4050404@redhat.com> <5587F06A.1080909@redhat.com> In-Reply-To: <5587F06A.1080909@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/22/2015 07:24 PM, Paolo Bonzini wrote: > > > On 17/06/2015 18:11, Paolo Bonzini wrote: >> Also, this loop looks weird. Is this what you wanted? >> >> list_for_each_entry(tmp, &mtrr_state->head, node) >> if (cur->base >= tmp->base) >> break; >> list_add_tail(&cur->node, &tmp->node); >> >> If so, can you look at kvm/queue and see if it is okay for you (so that >> we can get the series in 4.2)? > > Ping? > > If I don't get testing results before Wednesday, I'll drop this series > from the 4.2 pull request. Paolo, sorry for the delay. Your changes are good to me. Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/ From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xiao Guangrong Subject: Re: [PATCH v2 11/15] KVM: MTRR: sort variable MTRRs Date: Tue, 23 Jun 2015 10:29:20 +0800 Message-ID: <5588C480.4040108@linux.intel.com> References: <1434358535-19923-1-git-send-email-guangrong.xiao@linux.intel.com> <1434358535-19923-12-git-send-email-guangrong.xiao@linux.intel.com> <55819C27.4050404@redhat.com> <5587F06A.1080909@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: gleb@kernel.org, mtosatti@redhat.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, dmatlack@google.com To: Paolo Bonzini Return-path: Received: from mga14.intel.com ([192.55.52.115]:62555 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751771AbbFWCdt (ORCPT ); Mon, 22 Jun 2015 22:33:49 -0400 In-Reply-To: <5587F06A.1080909@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 06/22/2015 07:24 PM, Paolo Bonzini wrote: > > > On 17/06/2015 18:11, Paolo Bonzini wrote: >> Also, this loop looks weird. Is this what you wanted? >> >> list_for_each_entry(tmp, &mtrr_state->head, node) >> if (cur->base >= tmp->base) >> break; >> list_add_tail(&cur->node, &tmp->node); >> >> If so, can you look at kvm/queue and see if it is okay for you (so that >> we can get the series in 4.2)? > > Ping? > > If I don't get testing results before Wednesday, I'll drop this series > from the 4.2 pull request. Paolo, sorry for the delay. Your changes are good to me. Thanks! -- To unsubscribe from this list: send the line "unsubscribe kvm" in