Re: [libvirt] [libvirt-glib 4/5] gconfig: Fix removal of GVirConfigCapabilitiesCpu topology

2014-02-04 Thread Daniel P. Berrange
On Tue, Jan 21, 2014 at 11:42:57AM +0100, Christophe Fergeau wrote: > Calling gvir_config_capabilities_cpu_set_topology with a NULL topology > would not remove the topology as expected as NULL would be rejected by > this method preconditions. > --- > libvirt-gconfig/libvirt-gconfig-capabilities-cp

[libvirt] [libvirt-glib 4/5] gconfig: Fix removal of GVirConfigCapabilitiesCpu topology

2014-01-21 Thread Christophe Fergeau
Calling gvir_config_capabilities_cpu_set_topology with a NULL topology would not remove the topology as expected as NULL would be rejected by this method preconditions. --- libvirt-gconfig/libvirt-gconfig-capabilities-cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvir