From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzjb0-00042z-Ss for qemu-devel@nongnu.org; Tue, 02 Jun 2015 06:38:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yzjaz-0003yI-4J for qemu-devel@nongnu.org; Tue, 02 Jun 2015 06:38:58 -0400 Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]:36394) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yzjay-0003y5-UM for qemu-devel@nongnu.org; Tue, 02 Jun 2015 06:38:57 -0400 Received: by wgbgq6 with SMTP id gq6so136460833wgb.3 for ; Tue, 02 Jun 2015 03:38:56 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <556D87BB.1000100@redhat.com> Date: Tue, 02 Jun 2015 12:38:51 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <556C13B1.4010504@redhat.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v2 21/34] core: virtualise CPU interfaces completely List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite Cc: Peter Maydell , Peter Crosthwaite , "qemu-devel@nongnu.org Developers" , Peter Crosthwaite , "Edgar E. Iglesias" , =?UTF-8?B?QW5kcmVhcyBGw6Q=?= =?UTF-8?B?cmJlcg==?= , Richard Henderson On 02/06/2015 11:52, Peter Crosthwaite wrote: > > to devirtualize the functions in the common case? > > Yes. Can we make it briefer though as CPU_HOOK? I don't think we need > to references to MULTI through the core code. Goes without saying. :) Paolo