Re: [Qemu-devel] [PATCH v5 5/7] acpi: extend aml_field() to support UpdateRule

2015-04-01 Thread Igor Mammedov
On Fri, 27 Mar 2015 17:20:38 +0800 Zhu Guihua wrote: > The flags field is declared with default update rule 'Preserve', > this patch is to extend aml_field() to support UpdateRule so that s/is to extend/extends/ > we can specify different value to UpdateRule for different field. s/value to Update

[Qemu-devel] [PATCH v5 5/7] acpi: extend aml_field() to support UpdateRule

2015-03-27 Thread Zhu Guihua
The flags field is declared with default update rule 'Preserve', this patch is to extend aml_field() to support UpdateRule so that we can specify different value to UpdateRule for different field. Signed-off-by: Zhu Guihua --- hw/acpi/aml-build.c | 4 +++- hw/i386/acpi-build.c|