acpi/nvdimm: define macro for NVDIMM Device _DSM
authorRobert Hoo <robert.hu@linux.intel.com>
Thu, 22 Sep 2022 12:21:53 +0000 (20:21 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 2 Nov 2022 10:56:31 +0000 (06:56 -0400)
commitd773f38be34d6f0c8bd627e3f961363108f43e45
tree5ebf2f82d1652ee07edd093f413757eb716ed427
parent63bb20d669dc21174f11ab1620f6ac52679cde54
acpi/nvdimm: define macro for NVDIMM Device _DSM

Since it will be heavily used in next patch, define macro
NVDIMM_DEVICE_DSM_UUID for "4309AC30-0D11-11E4-9191-0800200C9A66", which is
NVDIMM device specific method uuid defined in NVDIMM _DSM interface spec,
Section 3. [1]

No functional changes in this patch.

[1] https://pmem.io/documents/IntelOptanePMem_DSM_Interface-V2.0.pdf

Signed-off-by: Robert Hoo <robert.hu@linux.intel.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20220922122155.1326543-4-robert.hu@linux.intel.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/nvdimm.c