Re: [PATCH v3 00/20] block: remove aio_disable_external() API

2023-04-25 Thread Stefan Hajnoczi
On Thu, Apr 20, 2023 at 03:39:59PM +0200, Philippe Mathieu-Daudé wrote: > Hi Stefan, > > On 20/4/23 13:37, Stefan Hajnoczi wrote: > > v3: > > - Resend full patch series. v2 was sent in the middle of a git rebase and > > was > >missing patches. [Eric] > > - Apply Reviewed-by tags. > > > Based

Re: [PATCH v3 00/20] block: remove aio_disable_external() API

2023-04-20 Thread Philippe Mathieu-Daudé
Hi Stefan, On 20/4/23 13:37, Stefan Hajnoczi wrote: v3: - Resend full patch series. v2 was sent in the middle of a git rebase and was missing patches. [Eric] - Apply Reviewed-by tags. Based-on: 087bc644b7634436ca9d52fe58ba9234e2bef026 (kevin/block-next) It seems kevin/block-next got reba

[PATCH v3 00/20] block: remove aio_disable_external() API

2023-04-20 Thread Stefan Hajnoczi
v3: - Resend full patch series. v2 was sent in the middle of a git rebase and was missing patches. [Eric] - Apply Reviewed-by tags. v2: - Do not rely on BlockBackend request queuing, implement .drained_begin/end() instead in xen-block, virtio-blk, and virtio-scsi [Paolo] - Add qdev_is_realized(