From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53601) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yrpzd-0000AB-9R for qemu-devel@nongnu.org; Mon, 11 May 2015 11:51:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yrpza-00035Y-6i for qemu-devel@nongnu.org; Mon, 11 May 2015 11:51:45 -0400 Received: from mail-qk0-x235.google.com ([2607:f8b0:400d:c09::235]:35051) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yrpza-00035Q-1U for qemu-devel@nongnu.org; Mon, 11 May 2015 11:51:42 -0400 Received: by qkhg7 with SMTP id g7so89544715qkh.2 for ; Mon, 11 May 2015 08:51:41 -0700 (PDT) Sender: Richard Henderson Message-ID: <5550D009.4060706@twiddle.net> Date: Mon, 11 May 2015 08:51:37 -0700 From: Richard Henderson MIME-Version: 1.0 References: <568911201d01acf373f834af21c5d193dd6d8f2f.1431200693.git.crosthwaite.peter@gmail.com> In-Reply-To: <568911201d01acf373f834af21c5d193dd6d8f2f.1431200693.git.crosthwaite.peter@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 2/7] disas: QOMify target specific setup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, edgari@xilinx.com, claudio.fontana@huawei.com, edgar.iglesias@gmail.com On 05/09/2015 01:11 PM, Peter Crosthwaite wrote: > Add a QOM function hook for target-specific disassembly setup. This > allows removal of the #ifdeffery currently implementing target specific > disas setup from disas.c. > > Signed-off-by: Peter Crosthwaite > --- > disas.c | 24 ++++++++++++++++++++---- > include/qom/cpu.h | 4 ++++ > 2 files changed, 24 insertions(+), 4 deletions(-) Reviewed-by: Richard Henderson r~