introduce kvm64 CPU
authorAndre Przywara <andre.przywara@amd.com>
Thu, 20 Aug 2009 21:34:17 +0000 (23:34 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 28 Aug 2009 00:33:15 +0000 (19:33 -0500)
commitd1cd4bf41906980434bee1c6656e8aeb9a132df3
tree6e4af5679952e093caafb2758065b59ac4b5a43d
parenta8a358bf35e660b1c0bf5adc5446836c6c0d1c73
introduce kvm64 CPU

In addition to the TCG based qemu64 type let's introduce a kvm64 CPU type,
which is the least common denominator of all KVM-capable x86-CPUs
(based on Intel Pentium 4 Prescott). It can be used as a base type
for migration.

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
target-i386/helper.c