[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH V5 07/10] Introduce Xen PCI Passthrough, qdevice (1/3)
> > +/* emulated register management */ > > +struct XenPTReg { > > + QLIST_ENTRY(XenPTReg) entries; > > + XenPTRegInfo *reg; > > + uint32_t data; There should be a comment saying what 'data' is actually. Say the register value... But I wonder - what if the register is more than 32-bytes? Where do we keep the "data" then? _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |