From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9yIa-00032I-8d for qemu-devel@nongnu.org; Mon, 06 Jun 2016 13:26:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9yIW-0007hh-4l for qemu-devel@nongnu.org; Mon, 06 Jun 2016 13:26:47 -0400 Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]:36586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9yIV-0007hc-Ug for qemu-devel@nongnu.org; Mon, 06 Jun 2016 13:26:44 -0400 Received: by mail-wm0-x22d.google.com with SMTP id n184so102796947wmn.1 for ; Mon, 06 Jun 2016 10:26:43 -0700 (PDT) From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: Date: Mon, 06 Jun 2016 18:26:57 +0100 Message-ID: <871t4ai5y6.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC v3 13/19] tcg: rename tcg_current_cpu to tcg_current_rr_cpu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: mttcg@greensocs.com, peter.maydell@linaro.org, claudio.fontana@huawei.com, Peter Crosthwaite , jan.kiszka@siemens.com, mark.burton@greensocs.com, a.rigo@virtualopensystems.com, qemu-devel@nongnu.org, cota@braap.org, serge.fdrv@gmail.com, bobby.prani@gmail.com, rth@twiddle.net, fred.konrad@greensocs.com Paolo Bonzini writes: > On 06/06/2016 18:05, Alex Bennée wrote: >> > - rename qemu_cpu_kick_no_halt to qemu_cpu_kick_rr_cpu and >> > tcg_current_cpu to tcg_current_rr_cpu; possibly move functions around >> >> That is this patch isn't it? > > There's some renaming left in patch 14 which complicates things. Is there? It looks all exit_request related to me. > > Paolo > >>> > - extract handle_icount_deadline >> Sure I can do that separately. >> >>> > >>> > - then everything else in patches 13 and 14, squashed >> I was wondering after I posted if I should split all the current_cpu >> stuff out as I don't think I need it straight away... >> -- Alex Bennée