From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dhrOJ-0001Hm-GN for qemu-devel@nongnu.org; Wed, 16 Aug 2017 02:01:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dhrOG-0004o7-G4 for qemu-devel@nongnu.org; Wed, 16 Aug 2017 02:01:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55562) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dhrOG-0004nD-9z for qemu-devel@nongnu.org; Wed, 16 Aug 2017 02:01:16 -0400 From: Markus Armbruster References: <20170728121044.15488-1-vadim.galitsyn@profitbricks.com> <20170728121044.15488-3-vadim.galitsyn@profitbricks.com> <20170815095114.014299c2@nial.brq.redhat.com> Date: Wed, 16 Aug 2017 08:01:11 +0200 In-Reply-To: (Vadim Galitsyn's message of "Tue, 15 Aug 2017 17:43:00 +0200") Message-ID: <87d17wf3vc.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v5 2/3] qmp: introduce query-memory-size-summary command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vadim Galitsyn Cc: Igor Mammedov , Mohammed Gamal , Eduardo Habkost , David Hildenbrand , qemu-devel@nongnu.org, "Dr . David Alan Gilbert" , Eduardo Otubo Vadim Galitsyn writes: > Hi Guys, > > Thank you for the input! > >> "hotunpluggable" is ugly. What about just "pluggable"? > > Markus, I think "pluggable" is a bit misleading here. Some people can take > it like a maximum amount of memory that can be hot-added to a guest (i.e., > difference between static memory size and value specified with "-m > ...,maxmem=XXX"). I would say: > > mem_info->plugged_memory = get_plugged_memory_size(); > > ..since it reflects actual amount which was already hot-added. Agree? I like it. Thanks! [...]