mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-04-25 22:54:41 +00:00
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".