[Qemu-devel] [PATCH v4] hmp, qmp: introduce memory-size-summary commands

2017-06-30 Thread Vadim Galitsyn
Hi Guys, This thread is a continuation of discussion started at http://lists.nongnu.org/archive/html/qemu-devel/2017-06/msg05972.html. Vadim

[Qemu-devel] [PATCH v4] hmp, qmp: introduce memory-size-summary commands

2017-06-30 Thread Vadim Galitsyn
Commands above provide the following memory information in bytes: * base-memory - amount of unremovable memory specified with '-m' option at the start of the QEMU process. * hotpluggable-memory - amount of memory that was hot-plugged. If target does not have CONFIG_MEM_HOTPLUG enabled

Re: [Qemu-devel] [PATCH v4] hmp, qmp: introduce memory-size-summary commands

2017-07-28 Thread Vadim Galitsyn
Hi Guys, This thread is a continuation of discussion from: http://lists.nongnu.org/archive/html/qemu-devel/2017-07/msg01565.html I will post changes list here in cover letter. v5: * hmp: Updated description and '.help' message for 'info memory-size-summary' command. * hmp: Removed '-' ch

Re: [Qemu-devel] [PATCH v4] hmp, qmp: introduce memory-size-summary commands

2017-07-07 Thread Markus Armbruster
Sorry for the late review, got a bit overwhelmed... Vadim Galitsyn writes: > Commands above provide the following memory information in bytes: > > * base-memory - amount of unremovable memory specified > with '-m' option at the start of the QEMU process. > > * hotpluggable-memory - amoun

Re: [Qemu-devel] [PATCH v4] hmp, qmp: introduce memory-size-summary commands

2017-07-07 Thread Markus Armbruster
Markus Armbruster writes: > Sorry for the late review, got a bit overwhelmed... > > Vadim Galitsyn writes: > >> Commands above provide the following memory information in bytes: >> >> * base-memory - amount of unremovable memory specified >> with '-m' option at the start of the QEMU proces

Re: [Qemu-devel] [PATCH v4] hmp, qmp: introduce memory-size-summary commands

2017-07-07 Thread Dr. David Alan Gilbert
* Markus Armbruster (arm...@redhat.com) wrote: > Sorry for the late review, got a bit overwhelmed... > > Vadim Galitsyn writes: > > > Commands above provide the following memory information in bytes: > > > > * base-memory - amount of unremovable memory specified > > with '-m' option at the

Re: [Qemu-devel] [PATCH v4] hmp, qmp: introduce memory-size-summary commands

2017-07-07 Thread Markus Armbruster
"Dr. David Alan Gilbert" writes: > * Markus Armbruster (arm...@redhat.com) wrote: >> Sorry for the late review, got a bit overwhelmed... >> >> Vadim Galitsyn writes: >> >> > Commands above provide the following memory information in bytes: >> > >> > * base-memory - amount of unremovable memo

Re: [Qemu-devel] [PATCH v4] hmp, qmp: introduce memory-size-summary commands

2017-07-07 Thread Vadim Galitsyn
Hi Guys, Thank you for the feedback! Unfortunately, I am almost off for vacation and will not be able to provide next patch in the following couple of weeks. Nevertheless, will do so as soon as I return back. I still have a question whether we need to provide NUMA information here? >From my point

Re: [Qemu-devel] [PATCH v4] hmp, qmp: introduce memory-size-summary commands

2017-08-14 Thread Markus Armbruster
Vadim Galitsyn writes: > Hi Guys, > > This thread is a continuation of discussion from: > http://lists.nongnu.org/archive/html/qemu-devel/2017-07/msg01565.html > > I will post changes list here in cover letter. Looks good from a QMP point of view. Just clean up the naming issues. Eduardo, Ig

Re: [Qemu-devel] [PATCH v4] hmp, qmp: introduce memory-size-summary commands

2017-08-15 Thread Igor Mammedov
On Mon, 14 Aug 2017 16:32:40 +0200 Markus Armbruster wrote: > Vadim Galitsyn writes: > > > Hi Guys, > > > > This thread is a continuation of discussion from: > > http://lists.nongnu.org/archive/html/qemu-devel/2017-07/msg01565.html > > > > I will post changes list here in cover letter. > >