Re: [Qemu-devel] [PATCH] resent: x86/cpuid: Add kvm32 CPU model

2010-06-01 Thread Anthony Liguori
On 05/21/2010 02:50 AM, Andre Przywara wrote: Create a kvm32 CPU model that describes a least common denominator for KVM capable guest CPUs. Useful for migration purposes. Signed-off-by: Andre Przywara Applied. Thanks. Regards, Anthony Liguori --- target-i386/cpuid.c | 14 +

[Qemu-devel] [PATCH] resent: x86/cpuid: Add kvm32 CPU model

2010-05-21 Thread Andre Przywara
Create a kvm32 CPU model that describes a least common denominator for KVM capable guest CPUs. Useful for migration purposes. Signed-off-by: Andre Przywara --- target-i386/cpuid.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/target-i386/cpuid.c b/target-