• L
    conf: put hostdev pci address in a struct · 9f80fc1b
    Laine Stump 提交于
    There will soon be other items related to pci hostdevs that need to be
    in the same part of the hostdevsubsys union as the pci address (which
    is currently a single member called "pci". This patch replaces the
    single member named pci with a struct named pci that contains a single
    member named "addr".
    9f80fc1b
domain_conf.h 78.1 KB