Split CPUID from op_helper
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 5 Nov 2008 15:34:06 +0000 (15:34 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 5 Nov 2008 15:34:06 +0000 (15:34 +0000)
commit6fd805e1d45308d156469562bc6fd6d1e8d92360
treebd6d43cb9e90707df4c021f997e5b1b14887d1ed
parent0650f1ab3042f05e9bf8ed9fe3d4dc130b38f162
Split CPUID from op_helper

KVM needs to call CPUID from outside of the TCG code.  This patch
splits out the CPUID logic into a separate helper that both the op
helper and KVM can call.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5626 c046a42c-6fe2-441c-8c8c-71466251a162
target-i386/cpu.h
target-i386/helper.c
target-i386/op_helper.c