[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH V3 3/3] libxl: arm: Add grant_usage parameter for virtio devices
On 02-06-23, 08:25, Erik Schilling wrote: > > diff --git a/tools/golang/xenlight/helpers.gen.go > > b/tools/golang/xenlight/helpers.gen.go > > index 0a203d22321f..bf846dca8ec0 100644 > > --- a/tools/golang/xenlight/helpers.gen.go > > +++ b/tools/golang/xenlight/helpers.gen.go > > @@ -1792,6 +1792,9 @@ func (x *DeviceVirtio) fromC(xc > > *C.libxl_device_virtio) error { > > x.BackendDomname = C.GoString(xc.backend_domname) > > x.Type = C.GoString(xc._type) > > x.Transport = VirtioTransport(xc.transport) > > +if err := x.GrantUsage.fromC(&xc.grant_usage);err != nil { > > NITPICK: space after ; seems missing. This is an auto-generated file, perhaps the script has a bug :) -- viresh
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |