On 04/21/2010 09:19 AM, Eric Blake wrote:
> On 04/21/2010 08:28 AM, Matthias Dahl wrote:
>> Revised patch against libvirt 0.7.6 to support qemu's aio option.
>
> It's hard to tell from your comments whether you built the patch against
> the latest git (0.8.0+).
This is now https://bugzilla.redhat
On 04/21/2010 08:28 AM, Matthias Dahl wrote:
> Revised patch against libvirt 0.7.6 to support qemu's aio option.
It's hard to tell from your comments whether you built the patch against
the latest git (0.8.0+).
> +++ b/docs/formatdomain.html.in
> @@ -478,7 +478,9 @@
> attribute is the pr
Revised patch against libvirt 0.7.6 to support qemu's aio option.
qemu allows the user to choose what io storage api should be used, either the
default (threads) or native (linux aio) which in the latter case can result in
better performance.
This patch exposes this functionality through libvirt.