From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6MFS-0001rG-SM for qemu-devel@nongnu.org; Tue, 28 Aug 2012 09:54:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T6MFN-0004G2-Cs for qemu-devel@nongnu.org; Tue, 28 Aug 2012 09:54:30 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:60363) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T6MFN-0004Fo-84 for qemu-devel@nongnu.org; Tue, 28 Aug 2012 09:54:25 -0400 Received: by iakx26 with SMTP id x26so10294911iak.4 for ; Tue, 28 Aug 2012 06:54:24 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <201208281432.40361.paul@codesourcery.com> References: <1346099868-7774-1-git-send-email-meadori@codesourcery.com> <201208281358.23742.paul@codesourcery.com> <201208281432.40361.paul@codesourcery.com> Date: Tue, 28 Aug 2012 14:54:24 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v1 3/4] hw: Deduce the default machine from the specified CPU model List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paul Brook Cc: Meador Inge , qemu-devel@nongnu.org On 28 August 2012 14:32, Paul Brook wrote: >> No you can't. integratorcp.c doesn't create the parts of the CPU >> which live in QEMU's 'a15mpcore_priv' device, so the resulting >> mess is liable to just fall over. If anybody reports bugs in >> QEMU in such a configuration I will tell them to go away and >> use a supported configuration instead. > > The A15 core itself will work just fine. The core is completely independent > of the interrupt controller. This is a view of the world which is becoming steadily less true. It is not possible to configure a hardware A9MP without the GIC and internal peripherals, for example. And the A15's timer peripherals are accessed as cp15 registers, not memory mapped I/O, making them even more obviously a coherent part of the CPU. -- PMM