From: Marc-André Lureau Date: Wed, 7 Jun 2017 16:36:26 +0000 (+0400) Subject: arm: use get_uint() for "mp-affinity" property X-Git-Tag: v2.10.0-rc0~119^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=77a7a3676077a109bd032affd12681bfdb2e8783;p=thirdparty%2Fqemu.git arm: use get_uint() for "mp-affinity" property TYPE_ARM_CPU's property "mp-affinity" is defined with DEFINE_PROP_UINT64(). Signed-off-by: Marc-André Lureau Message-Id: <20170607163635.17635-35-marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster --- diff --git a/hw/intc/arm_gicv3_common.c b/hw/intc/arm_gicv3_common.c index 4228b7ca005..410915a2ac9 100644 --- a/hw/intc/arm_gicv3_common.c +++ b/hw/intc/arm_gicv3_common.c @@ -268,7 +268,7 @@ static void arm_gicv3_common_realize(DeviceState *dev, Error **errp) * VLPIS == 0 (virtual LPIs not supported) * PLPIS == 0 (physical LPIs not supported) */ - cpu_affid = object_property_get_int(OBJECT(cpu), "mp-affinity", NULL); + cpu_affid = object_property_get_uint(OBJECT(cpu), "mp-affinity", NULL); last = (i == s->num_cpu - 1); /* The CPU mp-affinity property is in MPIDR register format; squash