From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=54019 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pl9a0-0002za-63 for qemu-devel@nongnu.org; Thu, 03 Feb 2011 19:31:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pl9Zy-0007Y6-6i for qemu-devel@nongnu.org; Thu, 03 Feb 2011 19:31:15 -0500 Received: from mailout-de.gmx.net ([213.165.64.23]:39122) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Pl9Zx-0007XF-On for qemu-devel@nongnu.org; Thu, 03 Feb 2011 19:31:14 -0500 Subject: Re: [Qemu-devel] New machine? From: comicinker In-Reply-To: References: <20110128170008.139840@gmx.net> Content-Type: text/plain; charset="UTF-8" Date: Fri, 04 Feb 2011 01:31:05 +0100 Message-ID: <1296779465.13060.10.camel@arpa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell Am Sonntag, den 30.01.2011, 11:13 +0000 schrieb Peter Maydell: ... > > > Do I have to patch qemu to support a new machine? > > Yes, you would have to implement support for this board, > and also implement models of any devices which qemu > doesn't already have (probably most of them). In particular > if you are interested in a working model of the graphics > chipset then this is a very large amount of work and might > even be impossible if the chipset vendor doesn't release > enough documentation on it. As a rough guide, the code > to implement (most of) the OMAP3 chipset support in > qemu is about 29,000 lines of code. > > Sorry I don't have a more encouraging answer. > > -- PMM Thank you for your answer. At least I know I can stop searching, which satisfies me for now. I will get the hardware to go on working. Regards C