From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMzpN-0001aH-F4 for qemu-devel@nongnu.org; Wed, 14 Nov 2018 13:23:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMzpK-0004Nu-Ag for qemu-devel@nongnu.org; Wed, 14 Nov 2018 13:23:49 -0500 Received: from mail-wr1-x42d.google.com ([2a00:1450:4864:20::42d]:37333) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gMzpE-0004GB-JM for qemu-devel@nongnu.org; Wed, 14 Nov 2018 13:23:45 -0500 Received: by mail-wr1-x42d.google.com with SMTP id j10so4170761wru.4 for ; Wed, 14 Nov 2018 10:23:37 -0800 (PST) References: <20181025172057.20414-1-cota@braap.org> <20181025172057.20414-2-cota@braap.org> <877ehfew1g.fsf@linaro.org> <20181114170840.GA960@flamenco> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <20181114170840.GA960@flamenco> Date: Wed, 14 Nov 2018 18:23:34 +0000 Message-ID: <87o9arcyc9.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC 01/48] cpu: introduce run_on_cpu_no_bql List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" Cc: qemu-devel@nongnu.org, Pavel Dovgalyuk , =?utf-8?Q?Llu=C3=ADs?= Vilanova , Peter Maydell , Stefan Hajnoczi Emilio G. Cota writes: > On Wed, Nov 14, 2018 at 11:30:19 +0000, Alex Benn=C3=A9e wrote: >> >> Emilio G. Cota writes: >> >> > This allows us to queue synchronous CPU work without the BQL. >> > >> > Will gain a user soon. >> >> This is also in the cpu-lock series right? > > No, in the cpu-lock series we add async_run_on_cpu_no_bql; > here we add the sync version. My mistake, being word blind: Reviewed-by: Alex Benn=C3=A9e -- Alex Benn=C3=A9e