From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37693) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWpDC-0004QW-VE for qemu-devel@nongnu.org; Tue, 01 Sep 2015 13:19:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWpD8-0005Lc-Ot for qemu-devel@nongnu.org; Tue, 01 Sep 2015 13:19:09 -0400 Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:33998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWpD8-0005Jx-Gc for qemu-devel@nongnu.org; Tue, 01 Sep 2015 13:19:06 -0400 Received: by laeb10 with SMTP id b10so4613214lae.1 for ; Tue, 01 Sep 2015 10:19:04 -0700 (PDT) Received: from [192.168.50.14] (89-70-153-219.dynamic.chello.pl. [89.70.153.219]) by smtp.gmail.com with ESMTPSA id f10sm4922275lae.23.2015.09.01.10.19.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Sep 2015 10:19:03 -0700 (PDT) From: "mar.krzeminski" Message-ID: <55E5DE06.2090207@gmail.com> Date: Tue, 1 Sep 2015 19:19:02 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Adding secondary ARM processor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hello, I have board with A9 processor (playing with vexpress model), for test I want to also add to this setup M3 processor. The problem is that secondary CPU sees the same device (eg. UART) with different address. I can not figure out, how should I do that. Is it possible in qemu? If yes, could you point me where I should start to look at it? Regards, Marcin