From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHgJU-00030Y-Av for qemu-devel@nongnu.org; Mon, 18 Mar 2013 16:05:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHgJT-0003qH-8g for qemu-devel@nongnu.org; Mon, 18 Mar 2013 16:05:44 -0400 Received: from mail-bk0-x22b.google.com ([2a00:1450:4008:c01::22b]:64568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHgJT-0003q5-1u for qemu-devel@nongnu.org; Mon, 18 Mar 2013 16:05:43 -0400 Received: by mail-bk0-f43.google.com with SMTP id jm19so2690025bkc.16 for ; Mon, 18 Mar 2013 13:05:41 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5147738F.7070803@redhat.com> Date: Mon, 18 Mar 2013 21:05:35 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1363628125-5310-1-git-send-email-pbonzini@redhat.com> <5147572E.8040501@redhat.com> <51475A00.8070304@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/35] hw/ reorganization, part 2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "Edgar E. Iglesias" , qemu-devel@nongnu.org, =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Richard Henderson Il 18/03/2013 19:17, Peter Maydell ha scritto: >> > Shouldn't these containers also host the CPU device(s), rather than the >> > boards? And create them according to the num-cpu property? If so, they >> > would have to go in hw/arm. > Yes, ideally they should have the CPU devices in them too. > Remind me why devices which instantiate the CPU device go > in hw/arm ? Because they refer to ARMCPU/CPUARMState. Paolo