]> git.proxmox.com Git - mirror_qemu.git/commit
acpi nvdimm: fix device physical address base
authorXiao Guangrong <guangrong.xiao@linux.intel.com>
Fri, 28 Oct 2016 16:11:50 +0000 (00:11 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 1 Nov 2016 17:21:08 +0000 (19:21 +0200)
commit6ab0c4bd1dc758b8a1f456d7f748ec313b5fde3d
treea09da956e2d3ec61c12d348484f8bddc06e5a44f
parentc0b3b863acb0087120322497ac2fdbcf149a2e62
acpi nvdimm: fix device physical address base

According to ACPI 6.0  spec, "Memory Device Physical Address
Region Base" in memdev is defined as "This field provides the
Device Physical Address base of the region". This field should
be zero in our case

Signed-off-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/nvdimm.c