On Thu, Aug 7, 2014 at 6:27 PM, Ming Lei <ming....@canonical.com> wrote: > On Wed, Aug 6, 2014 at 11:40 PM, Kevin Wolf <kw...@redhat.com> wrote:
> Also there are some problems with your patches which can't boot a > VM in my environment: > > - __thread patch: looks there is no '__thread' used, and the patch > basically makes bypass not workable. > > - bdrv_co_writev callback isn't set for raw-posix, looks my rootfs need to > write during booting > > - another problem, I am investigating: laio isn't accessable > in qemu_laio_process_completion() sometimes This one should be caused by accessing 'laiocb' after cb(). Thanks,