• M
    Change virDevicePCIAddress to virPCIDeviceAddress · c36b1f7b
    Martin Kletzander 提交于
    We had both and the only difference was that the latter also included
    information about multifunction setting.  The problem with that was that
    we couldn't use functions made for only one of the structs (e.g.
    parsing).  To consolidate those two structs, use the one in virpci.h,
    include that in domain_conf.h and add the multifunction member in it.
    Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
    c36b1f7b
qemu_domain_address.c 64.2 KB