pc: cleanup: move smbios_set_cpuid() into pc_build_smbios()
commitf2098f483589ed894f732acab0dde48c8822a5ac
authorIgor Mammedov <imammedo@redhat.com>
Wed, 18 Jan 2017 17:13:18 +0000 (18 18:13 +0100)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 23 Jan 2017 23:25:36 +0000 (23 21:25 -0200)
tree1bb656429832e9ca38a8dda3f48f4d98110369df
parent726401be06c95cd66c91a60c702a524fdd1b6e9d
pc: cleanup: move smbios_set_cpuid() into pc_build_smbios()

move smbios_set_cpuid() close to the rest of smbios init code
where it belongs to instead of calling it from pc_cpus_init().

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <1484759609-264075-3-git-send-email-imammedo@redhat.com>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/i386/pc.c