You need to sign in or sign up before continuing.
  • T
    Add qemuDomainCCWAddrSetCreateFromDomain · af174f6e
    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 ccw address set
    from the domain definition.
    af174f6e
qemu_domain_address.c 66.2 KB