• O
    Add unsafe cache mode support for disk driver · f887334d
    Oskari Saarenmaa 提交于
    QEMU 0.13 introduced cache=unsafe for -drive, this patch exposes
    it in the libvirt layer.
    
      * Introduced a new QEMU capability flag ($prefix_CACHE_UNSAFE),
        as even if $prefix_CACHE_V2 is set, we can't know if unsafe
        is supported.
    
      * Improved the reliability of qemu cache type detection.
    f887334d
qemuhelptest.c 16.1 KB