Re: [Qemu-devel] [RFC 0/7] Convert SD card model to AIO

2013-05-13 Thread Stefan Hajnoczi
On Fri, May 10, 2013 at 08:10:18PM +0400, Igor Mitsyanko wrote: > This is an initial attempt to change our SD card model to use asynchronious > input/output API instead of synchronious one. This will require converting of > every user also. Right now I've converted only PL181 model, and I'll wait >

[Qemu-devel] [RFC 0/7] Convert SD card model to AIO

2013-05-10 Thread Igor Mitsyanko
This is an initial attempt to change our SD card model to use asynchronious input/output API instead of synchronious one. This will require converting of every user also. Right now I've converted only PL181 model, and I'll wait for some feedback on taken approach before I'll continue with other use