From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi75B-0005Ge-Pp for qemu-devel@nongnu.org; Wed, 07 May 2014 15:00:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wi750-00013j-Qp for qemu-devel@nongnu.org; Wed, 07 May 2014 15:00:45 -0400 Received: from e9.ny.us.ibm.com ([32.97.182.139]:47569) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wi750-0000yw-Lf for qemu-devel@nongnu.org; Wed, 07 May 2014 15:00:34 -0400 Received: from /spool/local by e9.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 7 May 2014 15:00:31 -0400 Received: from b01cxnp23034.gho.pok.ibm.com (b01cxnp23034.gho.pok.ibm.com [9.57.198.29]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 2F5266E801C for ; Wed, 7 May 2014 15:00:21 -0400 (EDT) Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by b01cxnp23034.gho.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s47J0SAt9109880 for ; Wed, 7 May 2014 19:00:28 GMT Received: from d01av04.pok.ibm.com (localhost [127.0.0.1]) by d01av04.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s47J0Rbo031267 for ; Wed, 7 May 2014 15:00:28 -0400 Message-ID: <536A82C9.6060304@linux.vnet.ibm.com> Date: Wed, 07 May 2014 15:00:25 -0400 From: Matthew Rosato MIME-Version: 1.0 References: <1399485959-15579-1-git-send-email-mjrosato@linux.vnet.ibm.com> <1399485959-15579-2-git-send-email-mjrosato@linux.vnet.ibm.com> <536A8085.5040005@suse.de> In-Reply-To: <536A8085.5040005@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 1/4] vl.c: extend -m option to support options for memory hotplug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: qemu-devel@nongnu.org, borntraeger@de.ibm.com, aliguori@amazon.com, imammedo@redhat.com, cornelia.huck@de.ibm.com, pbonzini@redhat.com, rth@twiddle.net On 05/07/2014 02:50 PM, Alexander Graf wrote: > On 05/07/2014 08:05 PM, Matthew Rosato wrote: >> From: Igor Mammedov >> >> From: Igor Mammedov >> >> Add following parameters: >> "slots" - total number of hotplug memory slots >> "maxmem" - maximum possible memory >> >> "slots" and "maxmem" should go in pair and "maxmem" should be greater >> than "mem" for memory hotplug to be enabled. >> >> Signed-off-by: Matthew Rosato > > If it's From: Igor, why doesn't the patch have his SoB line? > I needed to rebase a few lines from Igor's latest version, so I wasn't sure if I should put his SoB line until he had a chance to look at it. > > Alex > > > >