From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QusuU-0005wq-LV for qemu-devel@nongnu.org; Sat, 20 Aug 2011 17:16:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QusuT-0007vx-Mm for qemu-devel@nongnu.org; Sat, 20 Aug 2011 17:16:54 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:62554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QusuT-0007uq-8s for qemu-devel@nongnu.org; Sat, 20 Aug 2011 17:16:53 -0400 From: Laurent Vivier In-Reply-To: <4E501FB5.6080606@landley.net> References: <1313614076-28878-1-git-send-email-blanham@gmail.com> <4E4C4215.10704@codemonkey.ws> <1313650949.2308.4.camel@Quad> <4E4CF3A0.2090802@free.fr> <4E501FB5.6080606@landley.net> Content-Type: text/plain; charset="UTF-8" Date: Sat, 20 Aug 2011 23:16:52 +0200 Message-ID: <1313875012.2716.6.camel@Quad> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC][PATCH 000/111] QEMU m68k core additions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rob Landley Cc: =?ISO-8859-1?Q?Fran=E7ois?= Revol , qemu-devel@nongnu.org, Bryce Lanham Le samedi 20 ao=C3=BBt 2011 =C3=A0 15:57 -0500, Rob Landley a =C3=A9crit : > On 08/18/2011 06:12 AM, Fran=C3=A7ois Revol wrote: > > Le -10/01/-28163 20:59, Laurent Vivier a =C3=A9crit : > >> Le mercredi 17 ao=C3=BBt 2011 =C3=A0 17:35 -0500, Anthony Liguori a = =C3=A9crit : > >>> On 08/17/2011 03:46 PM, Bryce Lanham wrote: > >>>> These patches greatly expand Motorola 68k emulation within qemu, and > >>>> are what I used as a basis for my > >>>> Google Summer of Code project to add NeXT hardware support to QEMU. > >>> > >>> Please don't crap flood the list with a series of 100 patches. > >>> > >>> Split things into logical chunks such that a series can be reasonably > >>> reviewed and applied. > >> > >> And I'm not sure this series of patches is ready for inclusion in qemu > >> mainline as it should break existing m68k emulation... > >> > >> Bryce, you should only post your patches, refering to the repository o= n > >> which they apply, i.e. git://gitorious.org/qemu-m68k/qemu-m68k.git , > >> master branch. > >> > >=20 > > Btw, are you planning on merging it back someday? > >=20 > > Fran=C3=A7ois. >=20 > I note that I pulled that this morning, did "./configure > --disable-werror --target-list=3Dm68k-softmmu", and then ran make, which > generated 4 header files and considered itself done. >=20 > I.E. m68k system emulation doesn't seem to be building in that tree. first off all, this branch is only able to build m68k-linux-user qemu/, then try: cd qemu mkdir build-test cd build-test ../configure --disable-werror --target-list=3Dm68k-softmmu make and let me know what happens... Regards, Laurent