Re: [libvirt] [libvirt-glib] Add gvir_domain_update_device() and enums needed for it

2012-11-14 Thread Christophe Fergeau
On Wed, Nov 14, 2012 at 01:12:39AM +0100, Zeeshan Ali (Khattak) wrote: > On Tue, Nov 13, 2012 at 8:06 PM, Christophe Fergeau > wrote: > > On Tue, Nov 13, 2012 at 07:22:35PM +0100, Zeeshan Ali (Khattak) wrote: > >> On Tue, Nov 13, 2012 at 7:10 PM, Alexander Larsson > >> wrote: > >> > This is a w

Re: [libvirt] [libvirt-glib] Add gvir_domain_update_device() and enums needed for it

2012-11-13 Thread Zeeshan Ali (Khattak)
On Tue, Nov 13, 2012 at 8:06 PM, Christophe Fergeau wrote: > On Tue, Nov 13, 2012 at 07:22:35PM +0100, Zeeshan Ali (Khattak) wrote: >> On Tue, Nov 13, 2012 at 7:10 PM, Alexander Larsson wrote: >> > This is a wrapper for virDomainUpdateDeviceFlags. >> >> Looks good. ACK. >> >> > diff --git a/libvi

Re: [libvirt] [libvirt-glib] Add gvir_domain_update_device() and enums needed for it

2012-11-13 Thread Christophe Fergeau
On Tue, Nov 13, 2012 at 07:22:35PM +0100, Zeeshan Ali (Khattak) wrote: > On Tue, Nov 13, 2012 at 7:10 PM, Alexander Larsson wrote: > > This is a wrapper for virDomainUpdateDeviceFlags. > > Looks good. ACK. > > > diff --git a/libvirt-gobject/libvirt-gobject.sym > > b/libvirt-gobject/libvirt-gobj

Re: [libvirt] [libvirt-glib] Add gvir_domain_update_device() and enums needed for it

2012-11-13 Thread Zeeshan Ali (Khattak)
On Tue, Nov 13, 2012 at 7:10 PM, Alexander Larsson wrote: > This is a wrapper for virDomainUpdateDeviceFlags. Looks good. ACK. > diff --git a/libvirt-gobject/libvirt-gobject.sym > b/libvirt-gobject/libvirt-gobject.sym > index 3a40a8a..2034e89 100644 > --- a/libvirt-gobject/libvirt-gobject.sym >

[libvirt] [libvirt-glib] Add gvir_domain_update_device() and enums needed for it

2012-11-13 Thread Alexander Larsson
This is a wrapper for virDomainUpdateDeviceFlags. --- libvirt-gobject/libvirt-gobject-domain.c | 42 libvirt-gobject/libvirt-gobject-domain.h | 17 + libvirt-gobject/libvirt-gobject.sym | 7 ++ 3 files changed, 66 insertions(+) diff --git a/l