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

2017-08-16 Thread Eric Blake
On 08/16/2017 06:06 AM, Vadim Galitsyn wrote: > Command above provides the following memory information in bytes: My general preference for reading a commit message is to treat the subject line as a one-line summary (the what), and then the commit message body as something that can be read indepen

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

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