[libvirt] [PATCH] Add directsync cache mode support for disk driver

Eric Blake eblake at redhat.com
Fri Sep 2 14:38:19 UTC 2011


On 09/02/2011 01:38 AM, Osier Yang wrote:
> 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.
> ---
>   docs/formatdomain.html.in    |    2 +-
>   docs/schemas/domain.rng      |    1 +
>   src/conf/domain_conf.c       |    3 ++-
>   src/conf/domain_conf.h       |    1 +
>   src/qemu/qemu_capabilities.c |    6 +++++-
>   src/qemu/qemu_capabilities.h |    1 +
>   src/qemu/qemu_command.c      |   29 ++++++++++++++++++++++-------
>   tests/qemuargv2xmltest.c     |    1 +
>   tests/qemuxml2argvtest.c     |    3 +++

Missing new files in tests/qemuxml2argdata.  :(  I can guess at what 
they were, but it's breaking 'make check', and I'd rather have the 
version that you forgot to 'git add' on your end.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org




More information about the libvir-list mailing list