Re: [PATCH v5 13/14] qmp: Include "reserve" property of memory backends

2021-04-20 Thread Philippe Mathieu-Daudé
On 4/13/21 11:14 AM, David Hildenbrand wrote: > Let's include the new property. > > Cc: Eric Blake > Cc: Markus Armbruster > Cc: Igor Mammedov > Signed-off-by: David Hildenbrand > --- > hw/core/machine-qmp-cmds.c | 1 + > qapi/machine.json | 4 > 2 files changed, 5 insertions(+)

[PATCH v5 13/14] qmp: Include "reserve" property of memory backends

2021-04-13 Thread David Hildenbrand
Let's include the new property. Cc: Eric Blake Cc: Markus Armbruster Cc: Igor Mammedov Signed-off-by: David Hildenbrand --- hw/core/machine-qmp-cmds.c | 1 + qapi/machine.json | 4 2 files changed, 5 insertions(+) diff --git a/hw/core/machine-qmp-cmds.c b/hw/core/machine-qmp-cm