be05c14 nodedev: move pci express types to virpci.h

Authored and Committed by ericb 9 years ago
    nodedev: move pci express types to virpci.h
    
    Finding virPCIE* code is more intuitive if located in virpci.h
    instead of node_device_conf.h.
    
    * src/conf/node_device_conf.h (virPCIELinkSpeed, virPCIELink)
    (virPCIEDeviceInfo): Move...
    * src/util/virpci.h: ...here.
    * src/conf/node_device_conf.c (virPCIELinkSpeed): Likewise.
    
    Signed-off-by: Eric Blake <eblake@redhat.com>
    
        
file modified
+0 -3
file modified
+1 -28
file modified
+3 -0
file modified
+29 -1