[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 02/12] pci: introduce a pci_sbdf_t field to pci_dev
>>> On 06.06.19 at 16:54, <roger.pau@xxxxxxxxxx> wrote: > On Thu, Jun 06, 2019 at 06:37:04AM -0600, Jan Beulich wrote: >> >>> On 06.06.19 at 11:01, <roger.pau@xxxxxxxxxx> wrote: >> > --- a/xen/include/xen/pci.h >> > +++ b/xen/include/xen/pci.h >> > @@ -83,9 +83,15 @@ struct pci_dev { >> > struct arch_msix *msix; >> > >> > struct domain *domain; >> > - const u16 seg; >> > - const u8 bus; >> > - const u8 devfn; >> > + >> > + union { >> > + struct { >> > + const uint8_t devfn; >> > + const uint8_t bus; >> > + const uint16_t seg; >> > + }; >> > + const pci_sbdf_t sbdf; >> > + }; >> >> Doesn't sticking a single "const" at the union have the same effect? > > Indeed, and I've already done so, I assume it's fine to keep your Ack. Definitely. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |