[libvirt] [PATCH 1/3] qemu aio: add XML parsing

Daniel P. Berrange berrange at redhat.com
Fri Jan 28 15:18:53 UTC 2011


On Fri, Jan 14, 2011 at 03:58:08PM -0700, Eric Blake wrote:
> From: Matthias Dahl <mdvirt at designassembly.de>
> 
> Allows io={threads|native} as an optional attribute to <driver>.
> 
> Signed-off-by: Eric Blake <eblake at redhat.com>
> ---
>  AUTHORS                   |    1 +
>  docs/formatdomain.html.in |   40 +++++++++++++++++++++++++++++++++-------
>  docs/schemas/domain.rng   |   11 +++++++++++
>  src/conf/domain_conf.c    |   25 +++++++++++++++++++++++++
>  src/conf/domain_conf.h    |   10 ++++++++++
>  src/libvirt_private.syms  |    3 +++
>  6 files changed, 83 insertions(+), 7 deletions(-)

I still don't really like this conceptually, not least because the latest
idea of using coroutines in QEMU means the 'aio' toggle might go away
completely. I've failed to come up with any viable alternatives though.

ACK.

Daniel




More information about the libvir-list mailing list