Re: [PATCH v2 13/16] qmp/hmp: Expose "managed-size" for memory backends

2020-02-12 Thread Eric Blake
On 2/12/20 7:35 AM, David Hildenbrand wrote: Expose it, and document what it means and when it was added. Signed-off-by: David Hildenbrand --- hw/core/machine-hmp-cmds.c | 2 ++ hw/core/machine-qmp-cmds.c | 3 +++ qapi/machine.json | 6 ++ 3 files changed, 11 insertions(+)

[PATCH v2 13/16] qmp/hmp: Expose "managed-size" for memory backends

2020-02-12 Thread David Hildenbrand
Expose it, and document what it means and when it was added. Signed-off-by: David Hildenbrand --- hw/core/machine-hmp-cmds.c | 2 ++ hw/core/machine-qmp-cmds.c | 3 +++ qapi/machine.json | 6 ++ 3 files changed, 11 insertions(+) diff --git a/hw/core/machine-hmp-cmds.c