* [Devel] Incorrect NFIT GUID strings in ACPICA 20150515
@ 2015-05-22 16:34 Moore, Robert
0 siblings, 0 replies; 3+ messages in thread
From: Moore, Robert @ 2015-05-22 16:34 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 877 bytes --]
The GUID strings for the ACPI 6.0 NFIT table were incorrect in the recent version of ACPICA (20150515). Here are the corrected strings:
(From include/acuuid.h):
/* NVDIMM - NFIT table */
#define UUID_VOLATILE_MEMORY "7305944f-fdda-44e3-b16c-3f22d252e5d0"
#define UUID_PERSISTENT_MEMORY "66f0d379-b4f3-4074-ac43-0d3318b78cdb"
#define UUID_CONTROL_REGION "92f701f6-13b4-405d-910b-299367e8234c"
#define UUID_DATA_REGION "91af0530-5d86-470e-a6b0-0a2db9408249"
#define UUID_VOLATILE_VIRTUAL_DISK "77ab535a-45fc-624b-5560-f7b281d1f96e"
#define UUID_VOLATILE_VIRTUAL_CD "3d5abd30-4175-87ce-6d64-d2ade523c4bb"
#define UUID_PERSISTENT_VIRTUAL_DISK "5cea02c9-4d07-69d3-269f-4496fbe096f9"
#define UUID_PERSISTENT_VIRTUAL_CD "08018188-42cd-bb48-100f-5387d53ded3d"
Sorry for any inconvenience.
Bob
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Devel] Incorrect NFIT GUID strings in ACPICA 20150515
@ 2015-05-22 16:58 Al Stone
0 siblings, 0 replies; 3+ messages in thread
From: Al Stone @ 2015-05-22 16:58 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 1340 bytes --]
On 05/22/2015 10:34 AM, Moore, Robert wrote:
> The GUID strings for the ACPI 6.0 NFIT table were incorrect in the recent version of ACPICA (20150515). Here are the corrected strings:
>
>
> (From include/acuuid.h):
>
> /* NVDIMM - NFIT table */
>
> #define UUID_VOLATILE_MEMORY "7305944f-fdda-44e3-b16c-3f22d252e5d0"
> #define UUID_PERSISTENT_MEMORY "66f0d379-b4f3-4074-ac43-0d3318b78cdb"
> #define UUID_CONTROL_REGION "92f701f6-13b4-405d-910b-299367e8234c"
> #define UUID_DATA_REGION "91af0530-5d86-470e-a6b0-0a2db9408249"
> #define UUID_VOLATILE_VIRTUAL_DISK "77ab535a-45fc-624b-5560-f7b281d1f96e"
> #define UUID_VOLATILE_VIRTUAL_CD "3d5abd30-4175-87ce-6d64-d2ade523c4bb"
> #define UUID_PERSISTENT_VIRTUAL_DISK "5cea02c9-4d07-69d3-269f-4496fbe096f9"
> #define UUID_PERSISTENT_VIRTUAL_CD "08018188-42cd-bb48-100f-5387d53ded3d"
>
> Sorry for any inconvenience.
> Bob
>
Will there be a 20150522 (or so) release then? Or will we just wait until
the next cycle? Either way, I'll make sure these values get into the distro
packages (i.e., patch 20150515 or use the new version).
Thanks.
--
ciao,
al
-----------------------------------
Al Stone
Software Engineer
Red Hat, Inc.
ahs3(a)redhat.com
-----------------------------------
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Devel] Incorrect NFIT GUID strings in ACPICA 20150515
@ 2015-05-22 17:16 Moore, Robert
0 siblings, 0 replies; 3+ messages in thread
From: Moore, Robert @ 2015-05-22 17:16 UTC (permalink / raw)
To: devel
[-- Attachment #1: Type: text/plain, Size: 2028 bytes --]
I don't think we will do a full release just for this problem.
We will however, send out a patch for linux, and I can post an ACPICA patch (or the updated file, or both) to this mailing list.
> -----Original Message-----
> From: Devel [mailto:devel-bounces(a)acpica.org] On Behalf Of Al Stone
> Sent: Friday, May 22, 2015 9:58 AM
> To: devel(a)acpica.org
> Subject: Re: [Devel] Incorrect NFIT GUID strings in ACPICA 20150515
>
> On 05/22/2015 10:34 AM, Moore, Robert wrote:
> > The GUID strings for the ACPI 6.0 NFIT table were incorrect in the
> recent version of ACPICA (20150515). Here are the corrected strings:
> >
> >
> > (From include/acuuid.h):
> >
> > /* NVDIMM - NFIT table */
> >
> > #define UUID_VOLATILE_MEMORY "7305944f-fdda-44e3-b16c-
> 3f22d252e5d0"
> > #define UUID_PERSISTENT_MEMORY "66f0d379-b4f3-4074-ac43-
> 0d3318b78cdb"
> > #define UUID_CONTROL_REGION "92f701f6-13b4-405d-910b-
> 299367e8234c"
> > #define UUID_DATA_REGION "91af0530-5d86-470e-a6b0-
> 0a2db9408249"
> > #define UUID_VOLATILE_VIRTUAL_DISK "77ab535a-45fc-624b-5560-
> f7b281d1f96e"
> > #define UUID_VOLATILE_VIRTUAL_CD "3d5abd30-4175-87ce-6d64-
> d2ade523c4bb"
> > #define UUID_PERSISTENT_VIRTUAL_DISK "5cea02c9-4d07-69d3-269f-
> 4496fbe096f9"
> > #define UUID_PERSISTENT_VIRTUAL_CD "08018188-42cd-bb48-100f-
> 5387d53ded3d"
> >
> > Sorry for any inconvenience.
> > Bob
> >
>
> Will there be a 20150522 (or so) release then? Or will we just wait until
> the next cycle? Either way, I'll make sure these values get into the
> distro packages (i.e., patch 20150515 or use the new version).
>
> Thanks.
>
> --
> ciao,
> al
> -----------------------------------
> Al Stone
> Software Engineer
> Red Hat, Inc.
> ahs3(a)redhat.com
> -----------------------------------
> _______________________________________________
> Devel mailing list
> Devel(a)acpica.org
> https://lists.acpica.org/mailman/listinfo/devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-05-22 17:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-22 16:58 [Devel] Incorrect NFIT GUID strings in ACPICA 20150515 Al Stone
-- strict thread matches above, loose matches on Subject: below --
2015-05-22 17:16 Moore, Robert
2015-05-22 16:34 Moore, Robert
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.