On 02/16/17 07:18, b...@skyportsystems.com wrote: > From: Igor Mammedov <imamm...@redhat.com> > > Add commands to query Virtual Machine Generation ID counter. > > QMP command example: > { "execute": "query-vm-generation-id" } > > HMP command example: > info vm-generation-id > > Signed-off-by: Igor Mammedov <imamm...@redhat.com> > Reviewed-by: Eric Blake <ebl...@redhat.com> > Signed-off-by: Ben Warren <b...@skyportsystems.com> > Reviewed-by: Laszlo Ersek <ler...@redhat.com> > --- > hmp-commands-info.hx | 14 ++++++++++++++ > hmp.c | 9 +++++++++ > hmp.h | 1 + > hw/acpi/vmgenid.c | 16 ++++++++++++++++ > qapi-schema.json | 20 ++++++++++++++++++++ > stubs/Makefile.objs | 1 + > stubs/vmgenid.c | 9 +++++++++ > 7 files changed, 70 insertions(+) > create mode 100644 stubs/vmgenid.c
I tested the "info vm-generation-id" command via HMP. Tested-by: Laszlo Ersek <ler...@redhat.com> Thanks, Laszlo