Re: [Qemu-devel] [PATCH v5 2/3] qmp: introduce query-memory-size-summary command

2017-08-16 Thread Vadim Galitsyn
Hi Guys, Thanks again! Just sent patch v6 which takes into account comments you left. Best regards, Vadim On Wed, Aug 16, 2017 at 8:01 AM, Markus Armbruster wrote: > Vadim Galitsyn writes: > > > Hi Guys, > > > > Thank you for the input! > > > >> "hotunpluggable" is ugly. What about just "pl

Re: [Qemu-devel] [PATCH v5 2/3] qmp: introduce query-memory-size-summary command

2017-08-15 Thread Markus Armbruster
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 betw

Re: [Qemu-devel] [PATCH v5 2/3] qmp: introduce query-memory-size-summary command

2017-08-15 Thread Igor Mammedov
On Tue, 15 Aug 2017 17:43:00 +0200 Vadim Galitsyn wrote: > 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-a

Re: [Qemu-devel] [PATCH v5 2/3] qmp: introduce query-memory-size-summary command

2017-08-15 Thread Vadim Galitsyn
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 specif

Re: [Qemu-devel] [PATCH v5 2/3] qmp: introduce query-memory-size-summary command

2017-08-15 Thread Igor Mammedov
On Fri, 28 Jul 2017 14:10:43 +0200 Vadim Galitsyn wrote: > Command above provides the following memory information in bytes: > > * base-memory - size of "base" memory specified with command line option -m. > > * hotunpluggable-memory - amount of memory that was hot-plugged. > If target

Re: [Qemu-devel] [PATCH v5 2/3] qmp: introduce query-memory-size-summary command

2017-08-14 Thread Markus Armbruster
Vadim Galitsyn writes: > Command above provides the following memory information in bytes: > > * base-memory - size of "base" memory specified with command line option -m. > > * hotunpluggable-memory - amount of memory that was hot-plugged. > If target does not have CONFIG_MEM_HOTPLUG ena

Re: [Qemu-devel] [PATCH v5 2/3] qmp: introduce query-memory-size-summary command

2017-07-28 Thread Eric Blake
On 07/28/2017 07:10 AM, Vadim Galitsyn wrote: > Command above provides the following memory information in bytes: > > * base-memory - size of "base" memory specified with command line option -m. > > * hotunpluggable-memory - amount of memory that was hot-plugged. > If target does not have

[Qemu-devel] [PATCH v5 2/3] qmp: introduce query-memory-size-summary command

2017-07-28 Thread Vadim Galitsyn
Command above provides the following memory information in bytes: * base-memory - size of "base" memory specified with command line option -m. * hotunpluggable-memory - amount of memory that was hot-plugged. If target does not have CONFIG_MEM_HOTPLUG enabled, no value is reported. Si