Re: [libvirt] [PATCH] cpu: Add new flag supported by qemu to the cpu definition

2012-03-05 Thread Peter Krempa
On 03/03/2012 03:06 AM, Eric Blake wrote: On 02/29/2012 07:53 AM, Peter Krempa wrote: Some new cpu features were added to qemu. This patch adds some of them to our CPU map. --- Thanks; that helped review. ACK. Pushed; Thanks Peter -- libvir-list mailing list libvir-list@redhat.com

Re: [libvirt] [PATCH] cpu: Add new flag supported by qemu to the cpu definition

2012-03-02 Thread Eric Blake
On 02/29/2012 07:53 AM, Peter Krempa wrote: Some new cpu features were added to qemu. This patch adds some of them to our CPU map. --- to ease review, here's an excerpt from qemu.git/target-i386/cpuid.c to ease the review: static const char *ext3_feature_name[] = { lahf_lm /* AMD

[libvirt] [PATCH] cpu: Add new flag supported by qemu to the cpu definition

2012-02-29 Thread Peter Krempa
Some new cpu features were added to qemu. This patch adds some of them to our CPU map. --- to ease review, here's an excerpt from qemu.git/target-i386/cpuid.c to ease the review: static const char *ext3_feature_name[] = { lahf_lm /* AMD LahfSahf */, cmp_legacy, svm, extapic /* AMD