• O
    qemu: Record names of domain which uses the shared disk in hash table · a4504ac1
    Osier Yang 提交于
    The hash entry is changed from "ref" to {ref, @domains}. With this, the
    caller can simply call qemuRemoveSharedDisk, without afraid of removing
    the entry belongs to other domains. qemuProcessStart will obviously
    benifit from it on error codepath (which calls qemuProcessStop to do
    the cleanup).
    a4504ac1
qemu_driver.c 471.0 KB