c36b1f7 Change virDevicePCIAddress to virPCIDeviceAddress

Authored and Committed by mkletzan 8 years ago
    Change virDevicePCIAddress to virPCIDeviceAddress
    
    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: Martin Kletzander <mkletzan@redhat.com>
    
        
file modified
+2 -2
file modified
+8 -8
file modified
+8 -17
file modified
+12 -12
file modified
+11 -11
file modified
+13 -13
file modified
+5 -5
file modified
+4 -4
file modified
+1 -1
file modified
+2 -2
file modified
+7 -7
file modified
+1 -1
file modified
+4 -4
file modified
+2 -2
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2
file modified
+6 -6
file modified
+1 -1
file modified
+2 -1
file modified
+1 -1