• O
    Add directsync cache mode support for disk driver · 6ee52c1b
    Osier Yang 提交于
    Newer QEMU introduced cache=directsync for -drive, this patchset
    is to expose it in libvirt layer.
    
      * Introduced a new QEMU capability flag ($prefix_CACHE_DIRECTSYNC),
        As even $prefix_CACHE_V2 is set, we can't known if directsync
        is supported.
    6ee52c1b
qemuxml2argvtest.c 21.5 KB