Re: [libvirt] [PATCH go-xml] add emulator supported

2017-06-06 Thread Daniel P. Berrange
On Sat, Jun 03, 2017 at 09:30:00AM +0800, zhenwei.pi wrote: > --- > domain.go | 1 + > domain_test.go | 6 ++ > 2 files changed, 7 insertions(+) > > diff --git a/domain.go b/domain.go > index dcb8f65..723e761 100644 > --- a/domain.go > +++ b/domain.go > @@ -307,6 +307,7 @@ type DomainDev

[libvirt] [PATCH go-xml] add emulator supported

2017-06-02 Thread zhenwei.pi
--- domain.go | 1 + domain_test.go | 6 ++ 2 files changed, 7 insertions(+) diff --git a/domain.go b/domain.go index dcb8f65..723e761 100644 --- a/domain.go +++ b/domain.go @@ -307,6 +307,7 @@ type DomainDeviceList struct { Channels[]DomainChardev`xml:"channel"`