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)
commitca3c0cc79da755c1df4b5ba4f2478b091a72dbd2
tree6e4af5679952e093caafb2758065b59ac4b5a43d
parent3ded7c9d4fa3b6c46aa5bcff031648fc0c3f49db
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