Re: [Qemu-devel] [PATCH 4/5] qmp: add query-acpi-ospm-status command

2014-06-16 Thread Eric Blake
On 06/05/2014 08:36 AM, Igor Mammedov wrote: > ... to get ACPI OSPM status reported by ACPI devices > via _OST method. > > Signed-off-by: Igor Mammedov > --- > qapi-schema.json | 10 ++ > qmp-commands.hx | 22 ++ > qmp.c| 20 >

[Qemu-devel] [PATCH 4/5] qmp: add query-acpi-ospm-status command

2014-06-05 Thread Igor Mammedov
... to get ACPI OSPM status reported by ACPI devices via _OST method. Signed-off-by: Igor Mammedov --- qapi-schema.json | 10 ++ qmp-commands.hx | 22 ++ qmp.c| 20 3 files changed, 52 insertions(+), 0 deletions(-) diff --git a