Re: [PATCH] hw/i386/acpi-build: Explain bits in OSC method

2020-09-23 Thread Michael S. Tsirkin
On Wed, Sep 23, 2020 at 09:55:14AM +0200, Julia Suvorova wrote: > Provide a better explanation for the enabled bits in the _OSC control > field. Base it on the latest specification due to new bits 5 and 6. > > Signed-off-by: Julia Suvorova > --- > hw/i386/acpi-build.h | 11 +++ > hw/i386

[PATCH] hw/i386/acpi-build: Explain bits in OSC method

2020-09-23 Thread Julia Suvorova
Provide a better explanation for the enabled bits in the _OSC control field. Base it on the latest specification due to new bits 5 and 6. Signed-off-by: Julia Suvorova --- hw/i386/acpi-build.h | 11 +++ hw/i386/acpi-build.c | 7 ++- 2 files changed, 17 insertions(+), 1 deletion(-)