From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K13rk-0002Ie-0f for qemu-devel@nongnu.org; Tue, 27 May 2008 14:25:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K13rh-0002Hl-UU for qemu-devel@nongnu.org; Tue, 27 May 2008 14:25:43 -0400 Received: from [199.232.76.173] (port=38478 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K13rh-0002Hf-Ih for qemu-devel@nongnu.org; Tue, 27 May 2008 14:25:41 -0400 Received: from fmmailgate01.web.de ([217.72.192.221]:47396) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K13rh-00086G-9O for qemu-devel@nongnu.org; Tue, 27 May 2008 14:25:41 -0400 Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate01.web.de (Postfix) with ESMTP id A3310E12C048 for ; Tue, 27 May 2008 20:25:39 +0200 (CEST) Received: from [88.64.31.238] (helo=[192.168.1.198]) by smtp07.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.109 #226) id 1K13rf-00085R-00 for qemu-devel@nongnu.org; Tue, 27 May 2008 20:25:39 +0200 Message-ID: <483C521D.6080700@web.de> Date: Tue, 27 May 2008 20:25:33 +0200 From: Jan Kiszka MIME-Version: 1.0 References: <483C3D55.2000508@siemens.com> In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig0157B232AF7A3092A0F1EB9F" Sender: jan.kiszka@web.de Subject: [Qemu-devel] Re: KQEMU code organization 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 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig0157B232AF7A3092A0F1EB9F Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Ben Taylor wrote: > On Tue, May 27, 2008 at 12:56 PM, Jan Kiszka w= rote: >> Hi, >> >> is there a technical reason why the kqemu kernel module is built out o= f >> a binary blob (monitor-image.bin->monitor-image.h)? Does this simply >> date back to the time when wrapper and core were distributed under >> different licenses? >> >> I'm currently trying to hunt down a (probable) bug in kqemu, and the >> monitor is now unfortunately a white spot for the source-level debugge= r. >> So far I only managed to make the rest visible. >> >> BTW, am I missing an official code repository of kqemu? Why is there n= o >> subfolder, e.g., in the qemu svn repos? So patches should be provided >> against 1.3.0pre11, right? >=20 > I maintain a version of the repository at >=20 > http://svn9.cvsdude.com/kdesolaris/kqemu/trunk/1.0.3pre11/kqemu >=20 > that includes the Solaris changes and other patches posted to the > list that I've been able to test and integrate. So this is the de-facto official development version? Quite a few changes in that tree, also to core stuff. Hmm. But nothing that fixes my spurious CPL degeneration. What a pity. However, you could merge another (minor) patch: Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile (Revision 17) +++ Makefile (Arbeitskopie) @@ -47,7 +47,7 @@ endif # !CONFIG_WIN32 =20 clean: $(MAKE) -C common clean - rm -f kqemu.ko *.o *~ + rm -rf kqemu.ko *.o *~ .kqemu* Module.* modules.order kqemu.mod.c .tmp_= versions =20 endif # !CONFIG_SOLARIS =20 Actually, more needs to be cleaned up /wrt Linux module building. But I'm reluctant to touch common/Makefile until the (current) reason for this code organization is known. Jan --------------enig0157B232AF7A3092A0F1EB9F Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4-svn0 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iD8DBQFIPFIjniDOoMHTA+kRAkCKAJ9yCQQ/nNAx4xjGxJBfUzhOMl7xlQCeLHNl YfXlopWRSXh+tFoQyp4rsHA= =Mpax -----END PGP SIGNATURE----- --------------enig0157B232AF7A3092A0F1EB9F--