Re: [libvirt] [PATCH go-xml] Add support for domain input address

2017-06-02 Thread Daniel P. Berrange
On Thu, Jun 01, 2017 at 05:49:59PM +0800, zhenwei.pi wrote: > --- > domain.go | 5 +++-- > domain_test.go | 11 ++- > 2 files changed, 13 insertions(+), 3 deletions(-) Thanks, I've pushed this Regards, Daniel -- |: https://berrange.com -o-https://www.flickr.com/photos/db

[libvirt] [PATCH go-xml] Add support for domain input address

2017-06-01 Thread ZhenweiPi
--- domain.go | 5 +++-- domain_test.go | 11 ++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/domain.go b/domain.go index bf0b851..dcb8f65 100644 --- a/domain.go +++ b/domain.go @@ -232,8 +232,9 @@ type DomainChardev struct { } type DomainInput struct { -

[libvirt] [PATCH go-xml] Add support for domain input address

2017-06-01 Thread zhenwei.pi
--- domain.go | 5 +++-- domain_test.go | 11 ++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/domain.go b/domain.go index bf0b851..dcb8f65 100644 --- a/domain.go +++ b/domain.go @@ -232,8 +232,9 @@ type DomainChardev struct { } type DomainInput struct { -