• T
    add virDomainVirtioSerialAddrSetCreateFromDomain · 40c284f0
    Tomasz Flendrich 提交于
    The address sets (pci, ccw, virtio serial) are currently cached
    in qemu private data, but all the information required to recreate
    these sets is in the domain definition. Therefore I am removing
    the redundant data and adding a way to recalculate these sets.
    
    Add a function that calculates the virtio serial address set
    from the domain definition.
    
    Credit goes to Cole Robinson.
    40c284f0
domain_addr.h 12.0 KB