Re: [libvirt] Patch for Ruby Bindings to include attach & detach device

2009-06-18 Thread David Lutterkort
On Thu, 2009-06-18 at 12:31 +0200, Martin Gajdos wrote: > What this small patch does is, it adds two functions to call > "virDomainAttachDevice" & "virDomainDetachDevice" which allow devices > to be attached & detached at run-time. The Ruby methods are called > "attach_device" & "detach_device" and

Re: [libvirt] Patch for Ruby Bindings to include attach & detach device

2009-06-18 Thread Daniel Veillard
On Thu, Jun 18, 2009 at 12:31:12PM +0200, Martin Gajdos wrote: > Hi > > David Lutterkort asked me to send this patch to the list so it could be > reviewed. > > What this small patch does is, it adds two functions to call > "virDomainAttachDevice" & "virDomainDetachDevice" which allow devices to b

[libvirt] Patch for Ruby Bindings to include attach & detach device

2009-06-18 Thread Martin Gajdos
Hi David Lutterkort asked me to send this patch to the list so it could be reviewed. What this small patch does is, it adds two functions to call "virDomainAttachDevice" & "virDomainDetachDevice" which allow devices to be attached & detached at run-time. The Ruby methods are called "attach_device