Re: [libvirt] [libvirt-go PATCH] Add virDomainSetIOThreadParams binding

2018-11-21 Thread Daniel P . Berrangé
On Tue, Nov 20, 2018 at 01:50:03PM -0500, John Ferlan wrote: > Signed-off-by: John Ferlan > --- > > Well I've given it a "go", hopefully it's (more or less) right. The build > and test at least pass ;-) Code looks good apart from a data type mixup > > domain.go | 52 ++

[libvirt] [libvirt-go PATCH] Add virDomainSetIOThreadParams binding

2018-11-20 Thread John Ferlan
Signed-off-by: John Ferlan --- Well I've given it a "go", hopefully it's (more or less) right. The build and test at least pass ;-) domain.go | 52 +++ domain_wrapper.go | 20 ++ domain_wrapper.h | 8 3 files cha