Re: [libvirt] virDomainGetVcpus error with Fedora 10

2009-03-19 Thread Kaitlin Rupert
Daniel P. Berrange wrote: On Wed, Mar 11, 2009 at 10:12:16AM -0700, Kaitlin Rupert wrote: Daniel P. Berrange wrote: On Fri, Feb 13, 2009 at 03:37:22PM -0800, Kaitlin Rupert wrote: Hi, I'm running Fedora 10 with the following libvirt version: libvirt-0.6.0-3 I'm calling virDomainGetVcpus()

Re: [libvirt] virDomainGetVcpus error with Fedora 10

2009-03-19 Thread Kaitlin Rupert
I tracked this down, and it's failing the if (cpumaps != NULL maplen 1) check in libvirt.c because cpumaps is non-NULL. Which is very strange because I'm definitely passing a NULL value. The qemud/remote.c helper for the virDomainGetVcpus method is just doing a totally bogus

Re: [libvirt] virDomainGetVcpus error with Fedora 10

2009-03-12 Thread Daniel P. Berrange
On Wed, Mar 11, 2009 at 10:12:16AM -0700, Kaitlin Rupert wrote: Daniel P. Berrange wrote: On Fri, Feb 13, 2009 at 03:37:22PM -0800, Kaitlin Rupert wrote: Hi, I'm running Fedora 10 with the following libvirt version: libvirt-0.6.0-3 I'm calling virDomainGetVcpus() with the following

Re: [libvirt] virDomainGetVcpus error with Fedora 10

2009-03-11 Thread Kaitlin Rupert
Daniel P. Berrange wrote: On Fri, Feb 13, 2009 at 03:37:22PM -0800, Kaitlin Rupert wrote: Hi, I'm running Fedora 10 with the following libvirt version: libvirt-0.6.0-3 I'm calling virDomainGetVcpus() with the following parameters: virDomainGetVcpus(dom, info, max, NULL, 0); where max = 2

Re: [libvirt] virDomainGetVcpus error with Fedora 10

2009-02-27 Thread Kaitlin Rupert
Daniel P. Berrange wrote: On Fri, Feb 13, 2009 at 03:37:22PM -0800, Kaitlin Rupert wrote: Hi, I'm running Fedora 10 with the following libvirt version: libvirt-0.6.0-3 I'm calling virDomainGetVcpus() with the following parameters: virDomainGetVcpus(dom, info, max, NULL, 0); where max = 2

Re: [libvirt] virDomainGetVcpus error with Fedora 10

2009-02-17 Thread Daniel P. Berrange
On Fri, Feb 13, 2009 at 03:37:22PM -0800, Kaitlin Rupert wrote: Hi, I'm running Fedora 10 with the following libvirt version: libvirt-0.6.0-3 I'm calling virDomainGetVcpus() with the following parameters: virDomainGetVcpus(dom, info, max, NULL, 0); where max = 2 and dom and info are

[libvirt] virDomainGetVcpus error with Fedora 10

2009-02-13 Thread Kaitlin Rupert
Hi, I'm running Fedora 10 with the following libvirt version: libvirt-0.6.0-3 I'm calling virDomainGetVcpus() with the following parameters: virDomainGetVcpus(dom, info, max, NULL, 0); where max = 2 and dom and info are both non-NULL. However, I'm getting the following error from libvirt: