On Fri, Jan 14, 2011 at 03:58:08PM -0700, Eric Blake wrote:
From: Matthias Dahl <mdvirt(a)designassembly.de>
Allows io={threads|native} as an optional attribute to <driver>.
Signed-off-by: Eric Blake <eblake(a)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