[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] tools/xl: correctly shows split eventchannel for netfront
On 14/01/14 18:33, Annie Li wrote: > From: Annie Li <annie.li@xxxxxxxxxx> > > After split eventchannel feature was supported by netback/netfront, > "xl network-list" does not show eventchannel correctly. Add tx-/rx-evt-ch > to show tx/rx eventchannel correctly. [...] > --- a/tools/libxl/libxl_types.idl > +++ b/tools/libxl/libxl_types.idl > @@ -488,7 +488,8 @@ libxl_nicinfo = Struct("nicinfo", [ > ("frontend_id", uint32), > ("devid", libxl_devid), > ("state", integer), > - ("evtch", integer), > + ("evtch_tx", integer), > + ("evtch_rx", integer), Does this break libxl's API or ABI? David _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |