]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Introduce x86_cpuid_set_model_id()
authorAndreas Färber <afaerber@suse.de>
Fri, 17 Feb 2012 16:46:04 +0000 (17:46 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 24 Feb 2012 15:06:58 +0000 (09:06 -0600)
commitdcce6675de5a596e486e7dc341c3a7510d22aed6
tree219d8adabe6fd6a81b098c42c742fc2b1a31f276
parent38c3dc462297e2daa3a4a2c61ea9cbf50651f62a
target-i386: Introduce x86_cpuid_set_model_id()

Move the logic to transform the 48-char model ID into the 12-word model
value into a helper.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
target-i386/cpuid.c