qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 03/18] acpi: add aml_derefof


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



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

Implement DeRefOf 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 02f9e3d..9e89efc 100644
--- a/hw/acpi/aml-build.c
+++ b/hw/acpi/aml-build.c
@@ -1135,6 +1135,14 @@ Aml *aml_unicode(const char *str)
      return var;
  }

+/* ACPI 6.0: 20.2.5.4 Type 2 Opcodes Encoding: DefDerefOf */
Pls put here lowest doc revision where the term has first appeared

Okay, i will figure out the lowest revision.



reply via email to

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