From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnZpr-0003VD-Sn for qemu-devel@nongnu.org; Mon, 02 Dec 2013 15:11:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnZpm-000339-U2 for qemu-devel@nongnu.org; Mon, 02 Dec 2013 15:11:15 -0500 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:36846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnZpm-000331-Mv for qemu-devel@nongnu.org; Mon, 02 Dec 2013 15:11:10 -0500 Received: by mail-wi0-f176.google.com with SMTP id hq4so5448637wib.15 for ; Mon, 02 Dec 2013 12:11:09 -0800 (PST) Message-ID: <529CE959.7090900@gmail.com> Date: Mon, 02 Dec 2013 21:11:05 +0100 From: Gregory ESTRADE MIME-Version: 1.0 References: <529CE6FF.3020801@weilnetz.de> In-Reply-To: <529CE6FF.3020801@weilnetz.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] arm: Raspberry Pi support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil , =?windows-1252?Q?Jan_Petrou=9A?= , QEMU Developers Hi Jan, Stefan and all people at the qemu-devel mailing list :) As Stefan stated, there's a new patch in progress, which includes additional cleanup. Sorry Jan, I should have notified you about it before. However, I would love to see any comments about it. Regards, Greg Le 02/12/2013 21:01, Stefan Weil a écrit : > Am 02.12.2013 12:11, schrieb Jan Petrouš: >> Initial commit. Added 'raspi' virtual platform and corresponding >> BCM2835 devices support. >> >> The code is (c) Gregory Estrade > > >> retrieved from Greg's out-of-tree repository on github >> https://github.com/Torlus/qemu/tree/rpi >> and squashed the following commits: >> 4a9dcbd Timer fix (courtesy of Romain Caritey), LOG_REGISTERS disabled >> by default in property handler. >> 9092a09 applied JacobL's patch on ATAGs >> 02bf596 rpi: Default resolution set to 640x480 >> c74ef39 rpi: Attempt to fix segfault in display update >> db76ca8 rpi: sysbus_from_qdev replaced by SYS_BUS_DEVICE >> 1029033 rpi: pre-alpha USB controller emulation, fixes in VC->arm >> property interface and eMMC interrupt generation. >> 48808d4 rpi: USB emulation started >> dd26108 rpi: ARM timer emulation >> 527fd08 rpi: eMMC/fb enhancements, RiscOS is now booting. >> 7e4c052 rpi: property chaanel, ARM1176 cp15-c12 added, framebuffer >> enhancements >> a8c161d Fixed include paths >> 2f4f9fc Initial commit for Raspberry Pi support >> >> Upstreaming code cleaning by Jan Petrous > >. >> >> Signed-off-by: Gregory Estrade > > >> Signed-off-by: Jan Petrous > > >> > > Hi Jan, > > please send your next e-mails in simple text instead of html format. If > you use "git send-email", it will be formatted in the right way. > > The patch which you have send here is not the latest version from > Grégory. Comments for this patch are nevertheless welcome. I have > included the system emulation for Raspberry Pi in my personal git tree > since several months now and would be delighted to see it as part of the > official QEMU code. > > Regards, > Stefan Weil > >