Re: [Qemu-devel] [PATCH 00/12] file-posix: Simplify delegation to worker thread

2018-11-12 Thread Kevin Wolf
Am 31.10.2018 um 22:56 hat Kevin Wolf geschrieben: > This series cleans up and simplifies the code that calls worker thread > functions for the various operations in the file-posix driver. This > results in less indirection and better readability as well as reduced > heap allocations because we can

Re: [Qemu-devel] [PATCH 00/12] file-posix: Simplify delegation to worker thread

2018-11-02 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20181031215622.27690-1-kw...@redhat.com Subject: [Qemu-devel] [PATCH 00/12] file-posix: Simplify delegation to worker thread === TEST SCRIPT BEGIN === #!/bin/bash BASE

[Qemu-devel] [PATCH 00/12] file-posix: Simplify delegation to worker thread

2018-10-31 Thread Kevin Wolf
This series cleans up and simplifies the code that calls worker thread functions for the various operations in the file-posix driver. This results in less indirection and better readability as well as reduced heap allocations because we can store ACBs on the coroutine stack now. Kevin Wolf (12):