From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSBn3-0005R0-1f for qemu-devel@nongnu.org; Thu, 21 Feb 2008 08:48:45 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSBn1-0005Qo-E8 for qemu-devel@nongnu.org; Thu, 21 Feb 2008 08:48:43 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSBn1-0005Ql-6K for qemu-devel@nongnu.org; Thu, 21 Feb 2008 08:48:43 -0500 Received: from mailout2.samsung.com ([203.254.224.25]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSBn0-0002Ve-U3 for qemu-devel@nongnu.org; Thu, 21 Feb 2008 08:48:43 -0500 Received: from epmmp1 (mailout2.samsung.com [203.254.224.25]) by mailout2.samsung.com (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTP id <0JWL00KHUD0KAU@mailout2.samsung.com> for qemu-devel@nongnu.org; Thu, 21 Feb 2008 22:48:20 +0900 (KST) Received: from arabindav ([107.108.209.161]) by mmp1.samsung.com (iPlanet Messaging Server 5.2 Patch 2 (built Jul 14 2004)) with ESMTPA id <0JWL00H00D0JEQ@mmp1.samsung.com> for qemu-devel@nongnu.org; Thu, 21 Feb 2008 22:48:20 +0900 (KST) Date: Thu, 21 Feb 2008 19:21:50 +0530 From: Arabinda Verma Subject: RE: [Qemu-devel] Qemu emulation for PXA320 based board In-reply-to: <200802161941.57377.paul@codesourcery.com> Message-id: <001a01c87490$e950d300$a1d16c6b@sisodomain.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT References: <000801c87092$67b943b0$a1d16c6b@sisodomain.com> <200802161941.57377.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: 'Paul Brook' Hello Paul, Thanks for your reply. Please recommend some document or pointer on how to implement emulation of hardware. I am going through the code of different emulated machines but it is not very clear. Arabinda -----Original Message----- From: qemu-devel-bounces+arabinda.v=samsung.com@nongnu.org [mailto:qemu-devel-bounces+arabinda.v=samsung.com@nongnu.org] On Behalf Of Paul Brook Sent: Sunday, February 17, 2008 1:12 AM To: qemu-devel@nongnu.org Cc: Arabinda Verma Subject: Re: [Qemu-devel] Qemu emulation for PXA320 based board > I have a PXA320 based target board and linux kernel which runs on it. > > I want to emulate the board on QEMU. Kindly, let me know how I can go > about. 1) Get hardware programming docs for the board. 2) Implement emulation of that hardware. (2) is fairly straightforward. I suspect you'll find that (1) is near impossible as the PXA320 is now owned by Marvell. Paul