Re: [Qemu-devel] [PATCH 0/3] block: new bdrv_drain implementation

2016-10-11 Thread no-reply
Hi, Your series failed automatic build test. Please find the testing commands and their output below. If you have docker installed, you can probably reproduce it locally. Subject: [Qemu-devel] [PATCH 0/3] block: new bdrv_drain implementation Message-id: 1475857193-28735-1-git-send-email-pbonz

[Qemu-devel] [PATCH 0/3] block: new bdrv_drain implementation

2016-10-07 Thread Paolo Bonzini
Another tiny bit from the multiqueue series. This takes care of reimplementing bdrv_drain to process each BDS in the tree in order. A side effect is to separate draining of data writes from draining of metadata writes, which allows us to reinstate QED's .bdrv_drain implementation. A couple words