From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMFQG-0000BN-RV for qemu-devel@nongnu.org; Mon, 12 Nov 2018 11:50:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMFQD-0001UO-Ix for qemu-devel@nongnu.org; Mon, 12 Nov 2018 11:50:48 -0500 Date: Mon, 12 Nov 2018 17:50:26 +0100 From: Kevin Wolf Message-ID: <20181112165026.GF11580@linux.fritz.box> References: <20181031215622.27690-1-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181031215622.27690-1-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH 00/12] file-posix: Simplify delegation to worker thread List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: qemu-devel@nongnu.org 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 store ACBs on the coroutine stack now. ping?