qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v5 00/11] virtio: virtio-blk data plane


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v5 00/11] virtio: virtio-blk data plane
Date: Fri, 7 Dec 2012 06:46:14 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, Dec 07, 2012 at 10:43:24AM +0800, Liu Yuan wrote:
> On 12/06/2012 04:46 AM, Stefan Hajnoczi wrote:
> > Limitations:
> >  * Only format=raw is supported
> 
> The boost number looks promising, but support of other format(which
> might as well fit into this new IO path design) is in the plan? It seems
> that bypassing block layer would end up adding yet another 'block layer'
> as we add more format support.

Right, that's why the next step is to complete the AioContext work that
Paolo recently contributed.  It will allow us to run the QEMU block
layer outside the global mutex.

Once that refactoring is complete the data plane thread will be able to
run image format code.

We'll need to be careful so as not to lose the level of performance that
it achieves right now, but there is no fundamental reason why we cannot
continue to keep this level of performance while still supporting image
formats.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]