Re: [libvirt] [PATCH v3] Support for cpu64-rhel* qemu cpu models

2012-02-21 Thread Jiri Denemark
On Mon, Jan 30, 2012 at 17:25:19 +0100, Martin Kletzander wrote: > In qemu there are 2 cpu models (cpu64-rhel5 and cpu64-rhel6) not > supported by libvirt. This patch adds the support with the flags > specifications from /usr/share/qemu-kvm/cpu-model/cpu-x86_64.conf Hmm, I didn't actually look at

Re: [libvirt] [PATCH v3] Support for cpu64-rhel* qemu cpu models

2012-02-21 Thread Jiri Denemark
On Tue, Feb 21, 2012 at 14:54:39 +, Daniel P. Berrange wrote: > On Mon, Feb 13, 2012 at 03:32:26PM +0100, Jiri Denemark wrote: > > It was designed to be okay. Libvirt checks what CPU models are supported by > > qemu and avoids passing unsupported models to qemu. After all, we support > > runnin

Re: [libvirt] [PATCH v3] Support for cpu64-rhel* qemu cpu models

2012-02-21 Thread Daniel P. Berrange
On Mon, Feb 13, 2012 at 03:32:26PM +0100, Jiri Denemark wrote: > On Fri, Feb 10, 2012 at 11:22:09 -0700, Eric Blake wrote: > > On 01/30/2012 09:25 AM, Martin Kletzander wrote: > > > In qemu there are 2 cpu models (cpu64-rhel5 and cpu64-rhel6) not > > > supported by libvirt. This patch adds the supp

Re: [libvirt] [PATCH v3] Support for cpu64-rhel* qemu cpu models

2012-02-15 Thread Eric Blake
On 02/13/2012 07:32 AM, Jiri Denemark wrote: > On Fri, Feb 10, 2012 at 11:22:09 -0700, Eric Blake wrote: >> On 01/30/2012 09:25 AM, Martin Kletzander wrote: >>> In qemu there are 2 cpu models (cpu64-rhel5 and cpu64-rhel6) not >>> supported by libvirt. This patch adds the support with the flags >>>

Re: [libvirt] [PATCH v3] Support for cpu64-rhel* qemu cpu models

2012-02-13 Thread Jiri Denemark
On Fri, Feb 10, 2012 at 11:22:09 -0700, Eric Blake wrote: > On 01/30/2012 09:25 AM, Martin Kletzander wrote: > > In qemu there are 2 cpu models (cpu64-rhel5 and cpu64-rhel6) not > > supported by libvirt. This patch adds the support with the flags > > specifications from /usr/share/qemu-kvm/cpu-mode

Re: [libvirt] [PATCH v3] Support for cpu64-rhel* qemu cpu models

2012-02-10 Thread Eric Blake
On 01/30/2012 09:25 AM, Martin Kletzander wrote: > In qemu there are 2 cpu models (cpu64-rhel5 and cpu64-rhel6) not > supported by libvirt. This patch adds the support with the flags > specifications from /usr/share/qemu-kvm/cpu-model/cpu-x86_64.conf > --- > v3: > - fixed sse3 naming (it's 'pni' i

Re: [libvirt] [PATCH v3] Support for cpu64-rhel* qemu cpu models

2012-02-10 Thread Martin Kletzander
On 01/30/2012 05:25 PM, Martin Kletzander wrote: > In qemu there are 2 cpu models (cpu64-rhel5 and cpu64-rhel6) not > supported by libvirt. This patch adds the support with the flags > specifications from /usr/share/qemu-kvm/cpu-model/cpu-x86_64.conf Bump up, could somebody please have a look at t

[libvirt] [PATCH v3] Support for cpu64-rhel* qemu cpu models

2012-01-30 Thread Martin Kletzander
In qemu there are 2 cpu models (cpu64-rhel5 and cpu64-rhel6) not supported by libvirt. This patch adds the support with the flags specifications from /usr/share/qemu-kvm/cpu-model/cpu-x86_64.conf --- v3: - fixed sse3 naming (it's 'pni' in the features) v2: - removed duplicated entries src/cpu/