From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0wTb-0007dz-JJ for qemu-devel@nongnu.org; Mon, 13 Aug 2012 11:22:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0wTZ-00059s-Ez for qemu-devel@nongnu.org; Mon, 13 Aug 2012 11:22:43 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:61942) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0wTZ-00059o-AO for qemu-devel@nongnu.org; Mon, 13 Aug 2012 11:22:41 -0400 Received: by yenm4 with SMTP id m4so3113972yen.4 for ; Mon, 13 Aug 2012 08:22:40 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5028EFD6.4050300@suse.de> References: <1344859872-6141-1-git-send-email-afaerber@suse.de> <5028EFD6.4050300@suse.de> Date: Mon, 13 Aug 2012 16:22:40 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH for-1.2 v2] arm: Move some ARM devices into libhw List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?Andreas_F=C3=A4rber?= Cc: qemu-devel@nongnu.org On 13 August 2012 13:15, Andreas F=C3=A4rber wrote: > Am 13.08.2012 14:11, schrieb Andreas F=C3=A4rber: >> Avoids some unnecessary dependencies on cpu.h and prepares for >> a future armeb-softmmu where most machines would not be built. >> >> Defer touching the SoC devices since most have implicit or explicit >> dependencies on the CPU. >> >> Signed-off-by: Andreas F=C3=A4rber > > Err sorry, should be SoB . (Muphry's law!) Reviewed-by: Peter Maydell ...last patch to make it under the wire for ARM for 1.2. Pullreq coming out later today. -- PMM