于 2011年09月02日 22:38, Eric Blake 写道:
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.
Argh, thanks for committing the missing files.
Regards,
Osier