• J
    qemu: Move qemuDomain*Address* functions · 177db487
    John Ferlan 提交于
    Create new modules qemu_domain_address.c and qemu_domain_address.h to
    contain all the new functions and header data. Additionally move any
    supporting static functions.
    
    Make qemuDomainSupportsPCI non static.
    
    Also, move and rename the following:
    
    qemuSetSCSIControllerModel to qemuDomainSetSCSIControllerModel
    qemuCollectPCIAddress to qemuDomainCollectPCIAddress
    qemuValidateDevicePCISlotsPIIX3 to qemuDomainValidateDevicePCISlotsPIIX3
    qemuAssignDevicePCISlots to qemuDomainAssignDevicePCISlots
    Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
    177db487
qemu_hotplug.c 144.5 KB