>>> On 06.06.19 at 11:01, <roger....@citrix.com> wrote: > --- a/xen/include/xen/pci.h > +++ b/xen/include/xen/pci.h > @@ -49,7 +49,10 @@ typedef union { > uint8_t func : 3, > dev : 5; > }; > - uint8_t extfunc; > + union { > + uint8_t extfunc, > + devfn;
Would mind also switching these two around, seeing that "devfn" is the far more often used/needed/wanted name of the field? Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel