Re: [libvirt] [PATCH go-xml] 1,rename DomainInterfaceBoot to DomainDeviceBoot; 2,support disk boot order

2017-06-07 Thread Daniel P. Berrange
On Tue, Jun 06, 2017 at 01:51:30PM +0800, zhenwei.pi wrote: > --- > domain.go | 5 +++-- > domain_test.go | 6 +- > 2 files changed, 8 insertions(+), 3 deletions(-) ACK and pushed with some changes to the commit message text. Regards, Daniel -- |: https://berrange.com -o-https

[libvirt] [PATCH go-xml] 1,rename DomainInterfaceBoot to DomainDeviceBoot; 2,support disk boot order

2017-06-06 Thread zhenwei.pi
--- domain.go | 5 +++-- domain_test.go | 6 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/domain.go b/domain.go index 1d91dc3..7d8f6d6 100644 --- a/domain.go +++ b/domain.go @@ -98,6 +98,7 @@ type DomainDisk struct { ReadOnly *DomainDiskReadOnly `xml:"readon