From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qu8im-0008O8-SQ for qemu-devel@nongnu.org; Thu, 18 Aug 2011 15:57:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qu8il-0002db-Jw for qemu-devel@nongnu.org; Thu, 18 Aug 2011 15:57:44 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:61896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qu8il-0002dI-8k for qemu-devel@nongnu.org; Thu, 18 Aug 2011 15:57:43 -0400 From: Laurent Vivier In-Reply-To: References: <1313614076-28878-1-git-send-email-blanham@gmail.com> <4E4C4215.10704@codemonkey.ws> <1313650949.2308.4.camel@Quad> <4E4CF3A0.2090802@free.fr> <254102189.206234.1313676140366.JavaMail.open-xchange@oxltgw37.schlund.de> Content-Type: text/plain; charset="UTF-8" Date: Thu, 18 Aug 2011 21:57:34 +0200 Message-ID: <1313697454.20497.14.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: Natalia Portillo Cc: "=?ISO-8859-1?Q?=22Fran=E7ois?= Revol\"" , qemu-devel@nongnu.org, Bryce Lanham Le jeudi 18 ao=C3=BBt 2011 =C3=A0 20:42 +0100, Natalia Portillo a =C3=A9cri= t : > Hi Laurent, Hi Natalia, > El 18/08/2011, a las 15:02, Laurent Vivier escribi=C3=B3: >=20 > > =20 > >=20 > >=20 > > Le 18 ao=C3=BBt 2011 =C3=A0 13:12, "Fran=C3=A7ois Revol" a =C3=A9crit :=20 > >=20 > > > Le -10/01/-28163 20:59, Laurent Vivier a =C3=A9crit :=20 > > > > Le mercredi 17 ao=C3=BBt 2011 =C3=A0 17:35 -0500, Anthony Liguori a > > =C3=A9crit :=20 > > > >> On 08/17/2011 03:46 PM, Bryce Lanham wrote:=20 > > > >>> These patches greatly expand Motorola 68k emulation within > > qemu, and are what I used as a basis for my=20 > > > >>> Google Summer of Code project to add NeXT hardware support to > > QEMU.=20 > > > >>=20 > > > >> Please don't crap flood the list with a series of 100 patches.=20 > > > >>=20 > > > >> Split things into logical chunks such that a series can be > > reasonably=20 > > > >> reviewed and applied.=20 > > > >=20 > > > > And I'm not sure this series of patches is ready for inclusion > > in qemu=20 > > > > mainline as it should break existing m68k emulation...=20 > > > >=20 > > > > Bryce, you should only post your patches, refering to the > > repository on=20 > > > > which they apply, i.e. > > git://gitorious.org/qemu-m68k/qemu-m68k.git ,=20 > > > > master branch.=20 > > > >=20 > > >=20 > > > Btw, are you planning on merging it back someday?=20 > > >=20 > > =20 > >=20 > > Yes... when it will work correctly. > > =20 > >=20 > > I have at least, to rework 680x0 FPU part (80bit fpu) to not break > > the existing one (64bit fpu). > > I have to check modified instructions don't break existing m68k > > emulation. >=20 >=20 > Maybe Bryce can help you I don't know if he is courageous enough to review and push 111 patches ;-) > > Currently, I'm trying to port some parts of BasiliskII into Qemu to > > be able to boot MacOS 7.6. >=20 >=20 > Why are you planning to port a hack instead of making a full machine > emulation? Because I'm lazy and dumb: the work is already done, I like cut'n'paste. Regards, Laurent