Re: [libvirt] [PATCH go-xml] Support for filesystem devices

2017-04-24 Thread Daniel P. Berrange
On Tue, Apr 18, 2017 at 03:01:18PM -0700, Ryan Goodfellow wrote: > This commit adds filesystem device support. A new family of types > DomainFilesystem* are introduced and plumbed into the DomainDeviceList > struct. > > Testing has also been included. > --- > domain.go | 40

Re: [libvirt] [PATCH go-xml] Support for filesystem devices

2017-04-21 Thread Daniel P. Berrange
On Thu, Apr 20, 2017 at 09:56:59PM -0700, Ryan Goodfellow wrote: > Hi Folks, > > Any thoughts on this? This is my first time posting to this list, not sure > if I should direct the patch at someone in particular. Sorry for the delay, this is on my todo list to review... > > On Tue, Apr 18,

Re: [libvirt] [PATCH go-xml] Support for filesystem devices

2017-04-20 Thread Ryan Goodfellow
Hi Folks, Any thoughts on this? This is my first time posting to this list, not sure if I should direct the patch at someone in particular. On Tue, Apr 18, 2017 at 3:01 PM, Ryan Goodfellow wrote: > This commit adds filesystem device support. A new family of types >

[libvirt] [PATCH go-xml] Support for filesystem devices

2017-04-18 Thread Ryan Goodfellow
This commit adds filesystem device support. A new family of types DomainFilesystem* are introduced and plumbed into the DomainDeviceList struct. Testing has also been included. --- domain.go | 40 domain_test.go | 55