Re: [libvirt] [PATCH] Determine kvm max vcpus via version number

2008-09-19 Thread Daniel Veillard
On Wed, Sep 17, 2008 at 09:53:16AM -0400, Cole Robinson wrote: > Daniel Veillard wrote: > > On Fri, Sep 05, 2008 at 12:25:16PM -0400, Cole Robinson wrote: > >> The attached patch is a slimmed down version of a patch > >> I posted a while back. This expands qemu help message > >> parsing to look for

Re: [libvirt] [PATCH] Determine kvm max vcpus via version number

2008-09-17 Thread Cole Robinson
Daniel Veillard wrote: > On Fri, Sep 05, 2008 at 12:25:16PM -0400, Cole Robinson wrote: >> The attached patch is a slimmed down version of a patch >> I posted a while back. This expands qemu help message >> parsing to look for a kvm version number, which can be >> used to determine maximum supporte

Re: [libvirt] [PATCH] Determine kvm max vcpus via version number

2008-09-08 Thread Daniel Veillard
On Fri, Sep 05, 2008 at 12:25:16PM -0400, Cole Robinson wrote: > The attached patch is a slimmed down version of a patch > I posted a while back. This expands qemu help message > parsing to look for a kvm version number, which can be > used to determine maximum supported vcpus. > > A kvmVersion fi

[libvirt] [PATCH] Determine kvm max vcpus via version number

2008-09-05 Thread Cole Robinson
The attached patch is a slimmed down version of a patch I posted a while back. This expands qemu help message parsing to look for a kvm version number, which can be used to determine maximum supported vcpus. A kvmVersion field is added to the qemu_driver structure, and a check to determine the ver