From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xf9kE-0000oS-Ou for qemu-devel@nongnu.org; Fri, 17 Oct 2014 11:47:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xf9k7-0008Rb-2s for qemu-devel@nongnu.org; Fri, 17 Oct 2014 11:47:10 -0400 Received: from mail-lb0-f174.google.com ([209.85.217.174]:33611) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xf9k6-0008PK-S9 for qemu-devel@nongnu.org; Fri, 17 Oct 2014 11:47:03 -0400 Received: by mail-lb0-f174.google.com with SMTP id p9so920723lbv.33 for ; Fri, 17 Oct 2014 08:47:01 -0700 (PDT) Received: from [192.168.71.100] ([62.217.45.26]) by mx.google.com with ESMTPSA id ln6sm550300lac.23.2014.10.17.08.47.00 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Oct 2014 08:47:00 -0700 (PDT) Message-ID: <544139F3.1030106@profitbricks.com> Date: Fri, 17 Oct 2014 17:46:59 +0200 From: Mikhail Sennikovskii MIME-Version: 1.0 References: <544137E1.7050908@profitbricks.com> In-Reply-To: <544137E1.7050908@profitbricks.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] memory hotplug with 2.1.2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Ah, just noticed there is a bug related to this: https://bugzilla.redhat.com/show_bug.cgi?id=1150930 Mikhail On 17.10.2014 17:38, Mikhail Sennikovskii wrote: > Hi all, > > Trying to hotplug RAM with qemu 2.1.2 using > > object_add memory-backend-ram,id=ram1,size=128M > device_add pc-dimm,id=dimm1,memdev=ram1 > > gives the following error: > {{{ > 'DIMM property node has value 0' which exceeds the number of numa > nodes: 0 > Device 'pc-dimm' could not be initialized > }}} > > which goes away if I add a "dummy" numa node via command line at VM > creation -numa node,nodeid=0 > > This behavior was introduced by the commit > 9a72433843d912a45046959b1953861211d1838d, and disabling the check > makes the hotplug work again for me. > > Is this a regression, or just some memory hotplug semantic change? And > in the latter case, could you specify the proper semantic I should use? > > Thanks, > Mikhail >