• O
    qemu: Remove the shared disk entry if the operation is ejecting or updating · d0172d2b
    Osier Yang 提交于
    For both AttachDevice and UpdateDevice APIs, if the disk device
    is 'cdrom' or 'floppy', the operations could be ejecting, updating,
    and inserting. For either ejecting or updating, the shared disk
    entry of the original disk src has to be removed, because it's
    not useful anymore.
    
    And since the original disk def will be changed, new disk def passed
    as argument will be free'ed in qemuDomainChangeEjectableMedia, so
    we need to copy the orignal disk def before
    qemuDomainChangeEjectableMedia, to use it for qemuRemoveSharedDisk.
    d0172d2b
libvirt_private.syms 42.9 KB