Re: [PATCH] [query-memory-size-summary] Report page size

2023-05-27 Thread Markus Armbruster
One more thing: the convention for patch subjects is subsystem: purpose Suggest qmp: Report page size in query-memory-size-summary

Re: [PATCH] [query-memory-size-summary] Report page size

2023-05-25 Thread Markus Armbruster
Andrei Gudkov writes: > Some commands (query-migrate and calc-dirty-rate) report values > in units of pages. However, currently the only place where we can > get page size is through query-migrate and only after migration > has started. query-memory-size-summary seems like an appropritate > place

Re: [PATCH] [query-memory-size-summary] Report page size

2023-05-19 Thread Eric Blake
On Fri, May 19, 2023 at 11:10:30AM +0300, Andrei Gudkov wrote: > Some commands (query-migrate and calc-dirty-rate) report values > in units of pages. However, currently the only place where we can > get page size is through query-migrate and only after migration > has started. query-memory-size-sum

[PATCH] [query-memory-size-summary] Report page size

2023-05-19 Thread Andrei Gudkov via
Some commands (query-migrate and calc-dirty-rate) report values in units of pages. However, currently the only place where we can get page size is through query-migrate and only after migration has started. query-memory-size-summary seems like an appropritate place where it should be reported inste