qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 04/18] acpi: add aml_sizeof


From: Xiao Guangrong
Subject: Re: [Qemu-devel] [PATCH v2 04/18] acpi: add aml_sizeof
Date: Wed, 2 Sep 2015 18:39:34 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0



On 09/02/2015 06:18 PM, Igor Mammedov wrote:
On Fri, 14 Aug 2015 22:51:57 +0800
Xiao Guangrong <address@hidden> wrote:

Implement SizeOf term which is used by NVDIMM _DSM method in later patch

Signed-off-by: Xiao Guangrong <address@hidden>
---
  hw/acpi/aml-build.c         | 8 ++++++++
  include/hw/acpi/aml-build.h | 1 +
  2 files changed, 9 insertions(+)

diff --git a/hw/acpi/aml-build.c b/hw/acpi/aml-build.c
index 9e89efc..a526eed 100644
--- a/hw/acpi/aml-build.c
+++ b/hw/acpi/aml-build.c
@@ -1143,6 +1143,14 @@ Aml *aml_derefof(Aml *arg)
      return var;
  }

+/* ACPI 6.0: 20.2.5.4 Type 2 Opcodes Encoding: DefSizeOf */
ditto, refer to to the first revision where it's appeared


Good to me, will do. :)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]