]> Git Repo - qemu.git/commit - hw/acpi/nvdimm.c
pc-dimm: use get_uint() for dimm properties
authorMarc-André Lureau <[email protected]>
Wed, 7 Jun 2017 16:36:13 +0000 (20:36 +0400)
committerMarkus Armbruster <[email protected]>
Tue, 20 Jun 2017 12:31:32 +0000 (14:31 +0200)
commit9ed442b8ae9c0641c6735e1753ef554c659f10f1
tree5a6f4a73340a8a9950d0ec6e7486abae4648f9dc
parent822335eb518b5b565f8938dbe4dba6bda56f6093
pc-dimm: use get_uint() for dimm properties

TYPE_PC_DIMM's property PC_DIMM_ADDR_PROP is defined with
DEFINE_PROP_UINT64().

TYPE_PC_DIMM's property PC_DIMM_NODE_PROP is defined with
DEFINE_PROP_UINT32().

Signed-off-by: Marc-André Lureau <[email protected]>
Message-Id: <20170607163635[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
hw/acpi/memory_hotplug.c
hw/acpi/nvdimm.c
hw/mem/pc-dimm.c
hw/ppc/spapr.c
This page took 0.026065 seconds and 4 git commands to generate.