• P
    qemu: migration: Refactor code now that we assume support for fd migration · 23087cfd
    Peter Krempa 提交于
    After removing capability check for fd migration the code that was left
    behind didn't make quite sense. The old exec migration would be used in
    case when pipe() failed. Remove the old code and make failure of pipe()
    a hard error.
    
    This additionally removes usage of virCgroupAllowDevicePath outside of
    qemu_cgroup.c.
    23087cfd
qemu_migration.h 8.8 KB