• O
    qemu: Translate the pool disk source earlier · 60b78b33
    Osier Yang 提交于
    To support "shareable" for volume type disk, we have to translate
    the source before trying to add the shared disk entry. To achieve
    the goal, this moves the helper qemuTranslateDiskSourcePool into
    src/qemu/qemu_conf.c, and introduce an internal only member (voltype)
    for struct _virDomainDiskSourcePoolDef, to record the underlying
    volume type for use when building the drive string.
    
    Later patch will support "shareable" volume type disk.
    60b78b33
qemu_conf.h 8.7 KB