From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVB9I-0008OZ-Kx for qemu-devel@nongnu.org; Fri, 28 Aug 2015 00:20:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZVB9F-0001n6-9g for qemu-devel@nongnu.org; Fri, 28 Aug 2015 00:20:20 -0400 Received: from mail-qk0-x234.google.com ([2607:f8b0:400d:c09::234]:35108) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZVB9F-0001n2-5a for qemu-devel@nongnu.org; Fri, 28 Aug 2015 00:20:17 -0400 Received: by qkbm65 with SMTP id m65so22455558qkb.2 for ; Thu, 27 Aug 2015 21:20:16 -0700 (PDT) Sender: Richard Henderson References: <55A25B32.5080203@suse.de> <55DF9368.2040606@suse.de> From: Richard Henderson Message-ID: <55DFE17C.6050509@twiddle.net> Date: Thu, 27 Aug 2015 21:20:12 -0700 MIME-Version: 1.0 In-Reply-To: <55DF9368.2040606@suse.de> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 0/8] Disas QOMification, round 2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Andreas_F=c3=a4rber?= , Peter Crosthwaite , qemu-devel@nongnu.org Cc: Christian Borntraeger , Mark Cave-Ayland , Alexander Graf , Peter Crosthwaite On 08/27/2015 03:47 PM, Andreas Färber wrote: > Am 12.07.2015 um 06:18 schrieb Andreas Färber: >> Am 12.07.2015 um 03:59 schrieb Peter Crosthwaite: >>> Continue QOMifying target-specific disassembly. Convert all arches except for >>> X86 and PPC. They will be round 3 and are non-trivial. >>> >>> This brings us close to no arch-specific code in disas.c allow conversion to >>> common-obj and preparing these arches for inclusion in multi-arch. >> >> I was about to say that this is for individual target maintainers now, >> for lack of CPUClass changes, but I guess they'll collide in disas.c... >> >> Once it's reviewed I can queue it on qom-cpu-next, unless Peter or >> someone wants to. > > I have queued them on qom-cpu-next now (subjects to be adjusted), but I > am still missing acks for s390x, moxie, sparc and alpha. Really? I thought I'd given them ages ago. For s390 and alpha at least, Acked-by: Richard Henderson r~