Re: [libvirt] [PATCH]: Add MIGRATE_LIVE definition to ruby-libvirt bindings

2008-07-18 Thread Chris Lalancette
David Lutterkort wrote: > ACK .. Committed. > > (1) Do you need a new ruby-libvirt release for this ? No, it's fine for now; I'm just hard-coding the "1" in oVirt for now. At some future point when you do a new release, though, I'll convert over to this flag. > (2) How far back has 'enum virDom

Re: [libvirt] [PATCH]: Add MIGRATE_LIVE definition to ruby-libvirt bindings

2008-07-17 Thread David Lutterkort
On Mon, 2008-07-07 at 17:28 +0200, Chris Lalancette wrote: > Attached is a trivial patch to add the MIGRATE_LIVE flag into the > ruby-libvirt > bindings. > > Signed-off-by: Chris Lalancette <[EMAIL PROTECTED]> ACK .. Committed. (1) Do you need a new ruby-libvirt release for this ? (2) How far ba

[libvirt] [PATCH]: Add MIGRATE_LIVE definition to ruby-libvirt bindings

2008-07-07 Thread Chris Lalancette
Attached is a trivial patch to add the MIGRATE_LIVE flag into the ruby-libvirt bindings. Signed-off-by: Chris Lalancette <[EMAIL PROTECTED]> diff -r e1f0ee0c9a4e ext/libvirt/_libvirt.c --- a/ext/libvirt/_libvirt.c Fri Jun 20 15:45:05 2008 -0400 +++ b/ext/libvirt/_libvirt.c Mon Jul 07 17:23:06 200