Fix host_cpuid() on x86_64
commita774f14c76df4c4b88756a353b3ea8f70545e2a0
authorAlexander Graf <alex@csgraf.de>
Thu, 21 Feb 2008 10:34:45 +0000 (21 11:34 +0100)
committerAvi Kivity <avi@qumranet.com>
Thu, 21 Feb 2008 10:54:37 +0000 (21 12:54 +0200)
tree525100349c27479703f2e10885664347b64292f4
parentee7a1e5916fc6edb6902c7364c023813630c60bd
Fix host_cpuid() on x86_64

since qemu-kvm.c is no longer compiled with global register variables, we
can switch to a simpler assembly sequence.

Signed-off-by: Alexander Graf <alex@csgraf.de>
Signed-off-by: Avi Kivity <avi@qumranet.com>
qemu-kvm-x86.c