qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [RESEND][PATCH 0/2] acpi/nvdimm: support NVDIMM _LS{I,R,W} methods
@ 2022-04-12  6:57 Robert Hoo
  2022-04-12  6:57 ` [PATCH 1/2] acpi/nvdimm: Create _LS{I,R,W} method for NVDIMM device Robert Hoo
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Robert Hoo @ 2022-04-12  6:57 UTC (permalink / raw)
  To: xiaoguangrong.eric, mst, imammedo, ani, qemu-devel
  Cc: jingqi.liu, dan.j.williams, Robert Hoo, robert.hu

The original NVDIMM _DSM functions (index 4~6) for label operations have
been deprecated by new ACPI methods _LS{I,R,W}[1][2].

Patch 1 implements the new _LS{I,R,W} methods, on top of old _DSM
implementation.

Patch 2 fixes some typo of logical and/or with bitwise and/or, though
functionally they haven't causing trouble.

[1] https://uefi.org/htmlspecs/ACPI_Spec_6_4_html/index.html, 6.5.10 NVDIMM Label Methods
[2] https://pmem.io/documents/IntelOptanePMem_DSM_Interface-V2.0.pdf, 3.10 Deprecated Functions

---
Resend for previous failed delivery to "qemu-devel@nongnu.org" due to
550-'Message headers fail syntax check'. 

Robert Hoo (2):
  acpi/nvdimm: Create _LS{I,R,W} method for NVDIMM device
  acpi/nvdimm: Fix aml_or() and aml_and() in if clause

 hw/acpi/nvdimm.c | 60 +++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 54 insertions(+), 6 deletions(-)


base-commit: 95a3fcc7487e5bef262e1f937ed8636986764c4e
-- 
2.31.1



^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2022-05-19 12:36 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-12  6:57 [RESEND][PATCH 0/2] acpi/nvdimm: support NVDIMM _LS{I,R,W} methods Robert Hoo
2022-04-12  6:57 ` [PATCH 1/2] acpi/nvdimm: Create _LS{I,R,W} method for NVDIMM device Robert Hoo
2022-04-27 14:34   ` Igor Mammedov
2022-04-29  9:01     ` Robert Hoo
2022-05-03  8:27       ` Igor Mammedov
2022-05-05  3:07         ` Robert Hoo
2022-05-05  8:50           ` Igor Mammedov
2022-05-05 13:26             ` Robert Hoo
2022-05-06  9:23               ` Igor Mammedov
2022-05-18  0:20                 ` Robert Hoo
2022-05-19 12:35                   ` Igor Mammedov
2022-04-12  6:57 ` [PATCH 2/2] acpi/nvdimm: Fix aml_or() and aml_and() in if clause Robert Hoo
2022-04-27  7:38   ` Igor Mammedov
2022-05-13 12:39   ` Michael S. Tsirkin
2022-04-20  5:18 ` [RESEND][PATCH 0/2] acpi/nvdimm: support NVDIMM _LS{I,R,W} methods Robert Hoo
2022-04-27 14:39 ` Igor Mammedov
2022-04-29  9:02   ` Robert Hoo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).