]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
pc: use get_uint() for "apic-id" property
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 7 Jun 2017 16:36:23 +0000 (20:36 +0400)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 20 Jun 2017 12:31:33 +0000 (14:31 +0200)
commitc7b4efb4a0aefc3c0de7500332a4c34f2d84d9b3
tree5b79e47987733da9e1701d4f14ed0a7ad21bba5b
parent1ea1572adfae0f6a774bc2446b4890ac597125eb
pc: use get_uint() for "apic-id" property

TYPE_X86_CPU's property "apic-id" is defined with DEFINE_PROP_UINT32().

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20170607163635.17635-32-marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
hw/i386/pc.c