Re: [libvirt] [PATCH libvirt] qemu: raise an eror when using aio=native without cache=none

2014-07-08 Thread Eric Blake
On 07/08/2014 08:08 AM, Giuseppe Scrivano wrote: > Qemu will fallback to aio=threads when the cache mode doesn't use > O_DIRECT, even if aio=native was explictly set. oops, I meant to do s/explictly/explicitly/, but pushed too soon. > > Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1086704

[libvirt] [PATCH libvirt] qemu: raise an eror when using aio=native without cache=none

2014-07-08 Thread Giuseppe Scrivano
Qemu will fallback to aio=threads when the cache mode doesn't use O_DIRECT, even if aio=native was explictly set. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1086704 Signed-off-by: Giuseppe Scrivano --- src/qemu/qemu_command.c | 10 ++ 1 file changed, 10 insertions(+) diff --gi