qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/6] virtio-blk: Unify request handling of datap


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 0/6] virtio-blk: Unify request handling of dataplane
Date: Tue, 17 Jun 2014 06:29:22 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

Il 17/06/2014 05:44, Fam Zheng ha scritto:
This is based on top of my request converging series:

[PATCH v4 0/9] virtio-blk: Converge VirtIOBlockRequest into VirtIOBlockReq

Most of the request handlings are already the same now between dataplane and
non-dataplane, except the missing IO accounting, error reporting and
multiwrite. With this series, dataplane pulls in all of them by reusing
non-dataplane handling code.

Thread safety of error reporting relies on Paolo's series:

    [PATCH 0/5] qemu-char/monitor: make monitor_puts thread safe

    [PATCH v2 0/2] block: thread-safety patches for virtio-blk dataplane
    rerror/werror

I left a comment on patch 5, and it is also missing a patch to create the restart BH in the right AioContext.

I suspect even more could be unified, but it can be left to 2.2. This patch gets the features.

Paolo



reply via email to

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