hw/arm/exynos4210: access the 64-bit capareg with qdev_prop_set_uint64()
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 8 Feb 2018 16:48:02 +0000 (13:48 -0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 13 Feb 2018 15:15:08 +0000 (16:15 +0100)
commit3c675da5be8a49b5513495e32a702a1aec8e0064
tree8e4836e058e52557d84860f4d381a27a372d67ac
parent0540fba949c4d2ed833796a4a23becf5fcc93286
hw/arm/exynos4210: access the 64-bit capareg with qdev_prop_set_uint64()

We only set a 32-bit value, but this is a good practice in case this
code is used as reference.

(missed in 5efc9016e52)

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Message-Id: <20180208164818.7961-15-f4bug@amsat.org>
hw/arm/exynos4210.c