OSDN Git Service

hw/mem/nvdimm: fix error message for 'unarmed' flag
authorJulia Suvorova <jusual@redhat.com>
Sun, 23 Oct 2022 19:58:12 +0000 (21:58 +0200)
committerDavid Hildenbrand <david@redhat.com>
Mon, 24 Oct 2022 10:38:38 +0000 (12:38 +0200)
commitd0180f0acb142ca78e30857b8d8511ee9f3bd764
treeb08bf806e541ae2e9e5ae4a9a624de656e85c756
parent0529245488865038344d64fff7ee05864d3d17f6
hw/mem/nvdimm: fix error message for 'unarmed' flag

In the ACPI specification [1], the 'unarmed' bit is set when a device
cannot accept a persistent write. This means that when a memdev is
read-only, the 'unarmed' flag must be turned on. The logic is correct,
just changing the error message.

[1] ACPI NFIT NVDIMM Region Mapping Structure "NVDIMM State Flags" Bit 3

Fixes: dbd730e859 ("nvdimm: check -object memory-backend-file, readonly=on option")
Signed-off-by: Julia Suvorova <jusual@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Pankaj Gupta <pankaj.gupta@amd.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Acked-by: David Hildenbrand <david@redhat.com>
Message-Id: <20221023195812.15523-1-jusual@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
hw/mem/nvdimm.c