Re: [libvirt] [libvirt-glib 5/5] gconfig: Fix removal of GVirConfigDomainCpu from domains

2014-02-04 Thread Daniel P. Berrange
On Tue, Jan 21, 2014 at 11:42:58AM +0100, Christophe Fergeau wrote: > A wrong precondition in gvir_config_domain_set_cpu() would reject NULL > GVirConfigDomainCpus instead of accepting them. > --- > libvirt-gconfig/libvirt-gconfig-domain.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

[libvirt] [libvirt-glib 5/5] gconfig: Fix removal of GVirConfigDomainCpu from domains

2014-01-21 Thread Christophe Fergeau
A wrong precondition in gvir_config_domain_set_cpu() would reject NULL GVirConfigDomainCpus instead of accepting them. --- libvirt-gconfig/libvirt-gconfig-domain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt-gconfig/libvirt-gconfig-domain.c b/libvirt-gconfig/libvir