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-summary seems like an appropritate
appropriate > place where it should be reported instead. > > Signed-off-by: Andrei Gudkov <[email protected]> > --- > qapi/machine.json | 8 ++++++-- > hw/core/machine-qmp-cmds.c | 3 +++ > 2 files changed, 9 insertions(+), 2 deletions(-) > Your reasoning for exposing this information in more than one place, because the new place is lighter-weight to access, makes sense. Reviewed-by: Eric Blake <[email protected]> -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org
