|
| From: | Laszlo Ersek |
| Subject: | Re: [Qemu-devel] [PATCH v7 5/8] qmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commands |
| Date: | Thu, 16 Feb 2017 18:13:36 +0100 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 |
On 02/16/17 07:18, address@hidden wrote:
> From: Igor Mammedov <address@hidden>
>
> 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 <address@hidden>
> Reviewed-by: Eric Blake <address@hidden>
> Signed-off-by: Ben Warren <address@hidden>
> Reviewed-by: Laszlo Ersek <address@hidden>
> ---
> 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 <address@hidden>
Thanks,
Laszlo
| [Prev in Thread] | Current Thread | [Next in Thread] |