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

2018-11-15 Thread Kevin Wolf
Am 12.11.2018 um 17:50 hat Kevin Wolf geschrieben: > 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 reada

Re: [Qemu-block] [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

[Qemu-block] [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):