Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753990AbbGBIvh (ORCPT ); Thu, 2 Jul 2015 04:51:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51475 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753740AbbGBIvR (ORCPT ); Thu, 2 Jul 2015 04:51:17 -0400 Date: Thu, 2 Jul 2015 10:51:14 +0200 From: "Michael S. Tsirkin" To: Igor Mammedov Cc: linux-kernel@vger.kernel.org, pbonzini@redhat.com, kvm@vger.kernel.org Subject: Re: [PATCH v3 0/2] vhost: support more than 64 memory regions Message-ID: <20150702105051-mutt-send-email-mst@redhat.com> References: <1435741630-257939-1-git-send-email-imammedo@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1435741630-257939-1-git-send-email-imammedo@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1257 Lines: 34 On Wed, Jul 01, 2015 at 11:07:08AM +0200, Igor Mammedov wrote: > changes since v2: > * drop cache patches for now as suggested > * add max_mem_regions module parameter instead of unconditionally > increasing limit > * drop bsearch patch since it's already queued I get non-trivial conflicts with this - could you rebase it so it applies to my tree please? > References to previous versions: > v2: https://lkml.org/lkml/2015/6/17/276 > v1: http://www.spinics.net/lists/kvm/msg117654.html > > Series allows to tweak vhost's memory regions count limit. > > It fixes VM crashing on memory hotplug due to vhost refusing > accepting more than 64 memory regions with max_mem_regions > set to more than 262 slots in default QEMU configuration. > > Igor Mammedov (2): > vhost: extend memory regions allocation to vmalloc > vhost: add max_mem_regions module parameter > > drivers/vhost/vhost.c | 30 +++++++++++++++++++++++------- > 1 file changed, 23 insertions(+), 7 deletions(-) > > -- > 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/