Re: [PATCH 13/14] qapi: fix example of ACPI_DEVICE_OST event

2022-03-24 Thread John Snow
On Thu, Mar 24, 2022 at 1:50 PM Victor Toso wrote: > > * Missing the timestamp > * Missing the "info" object in the "data" member > > Signed-off-by: Victor Toso > --- > qapi/acpi.json | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/qapi/acpi.json b/qapi/acpi.json >

[PATCH 13/14] qapi: fix example of ACPI_DEVICE_OST event

2022-03-24 Thread Victor Toso
* Missing the timestamp * Missing the "info" object in the "data" member Signed-off-by: Victor Toso --- qapi/acpi.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qapi/acpi.json b/qapi/acpi.json index 51f0d55db7..d148f6db9f 100644 --- a/qapi/acpi.json +++