• P
    qemu: command: Add support for qcow2 + luks · 026114b5
    Peter Krempa 提交于
    The old qcow2 encryption format was buggy, so the new approach is to use
    luks inside qcow2. As it turns out, it didn't require that many changes.
    
    It was necessary to fix the command line formatter to stop mangling the
    format when secrets are present and specify the encryption format and
    secret in correct format.
    Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
    026114b5
qemu_command.c 350.8 KB