[libvirt] [PATCH go-xml] Support network backed serial interfaces

2017-11-14 Thread Jeroen Simonetti
Adds network backing for a DomainChardevSource and protocol selection for serial device of type tcp. Signed-off-by: Jeroen Simonetti --- domain.go | 26 +- domain_test.go | 26 +++--- 2 files changed, 40 insertions(+), 12 deletions(-) diff --git

[libvirt] [PATCH go-xml] extend chardev source to include networking

2017-10-02 Thread Jeroen Simonetti
This will extend the DomainChardevSource to also support networked backends. Signed-off-by: Jeroen Simonetti --- domain.go | 26 +- domain_test.go | 20 2 files changed, 37 insertions(+), 9 deletions(-) diff --git a/domain.go b/domain.go index

Re: [libvirt] [PATCH go-xml] qemu: extend serial console source

2017-10-02 Thread Jeroen Simonetti
ove, I will send in a new patch with the additional fields. Kind regards, Jeroen Simonetti -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH go-xml] qemu: extend serial console source

2017-10-02 Thread Jeroen Simonetti
possible xml variations for a serial device source. Signed-off-by: Jeroen Simonetti --- domain.go | 32 ++-- domain_test.go | 30 -- 2 files changed, 54 insertions(+), 8 deletions(-) diff --git a/domain.go b/domain.go index 8c2cc1b

[libvirt] [PATCH go-xml] Add qemu udp unicast tunneling support

2017-09-26 Thread Jeroen Simonetti
Signed-off-by: Jeroen Simonetti --- domain.go | 22 ++ domain_test.go | 41 + 2 files changed, 55 insertions(+), 8 deletions(-) diff --git a/domain.go b/domain.go index 3ab54a1..805909f 100644 --- a/domain.go +++ b/domain.go