• M
    startupPolicy: Emit event on disk source dropping · baf2ff7e
    Michal Privoznik 提交于
    If a disk source gets dropped because it is not accessible,
    mgmt application might want to be informed about this. Therefore
    we need to emit an event. The event presented in this patch
    is however a bit superset of what written above. The reason is simple:
    an intention to be easily expanded, e.g. on 'user ejected disk
    in guest' events. Therefore, callback gets source string and disk alias
    (which should be unique among a domain) and reason (an integer);
    baf2ff7e
qemu_process.c 115.7 KB