From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7BP7-0005nT-5q for qemu-devel@nongnu.org; Thu, 21 May 2009 12:46:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7BP2-0005d1-D4 for qemu-devel@nongnu.org; Thu, 21 May 2009 12:46:00 -0400 Received: from [199.232.76.173] (port=47235 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7BP1-0005cd-Vl for qemu-devel@nongnu.org; Thu, 21 May 2009 12:45:56 -0400 Received: from fmmailgate03.web.de ([217.72.192.234]:42605) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7BP1-0004af-8z for qemu-devel@nongnu.org; Thu, 21 May 2009 12:45:55 -0400 Message-ID: <4A158541.8000209@web.de> Date: Thu, 21 May 2009 18:45:53 +0200 From: Jan Kiszka MIME-Version: 1.0 References: <200905211555.n4LFtklw030900@d01av03.pok.ibm.com> In-Reply-To: <200905211555.n4LFtklw030900@d01av03.pok.ibm.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig61CA9D246085C150B47404E4" Sender: jan.kiszka@web.de Subject: [Qemu-devel] Re: [COMMIT e20a8df] Compile fdc, escc and SCSI controllers only once List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig61CA9D246085C150B47404E4 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Anthony Liguori wrote: > From: Blue Swirl >=20 > Signed-off-by: Blue Swirl >=20 > diff --git a/Makefile.hw b/Makefile.hw > index 87675fd..6da37a9 100644 > --- a/Makefile.hw > +++ b/Makefile.hw > @@ -21,7 +21,13 @@ OBJS+=3D fw_cfg.o > OBJS+=3D watchdog.o > OBJS+=3D nand.o ecc.o > =20 > -OBJS+=3D m48t59.o > +OBJS+=3D m48t59.o escc.o > + > +# PC style devices > +OBJS+=3D fdc.o=20 This breaks archs that do not come with DMA_* implementations. At least ARM no longer links. LINK arm-softmmu/qemu-system-arm =2E./libhw64/libqemuhw64.a(fdc.o): In function `fdctrl_stop_transfer': /data/qemu/hw/fdc.c:1086: undefined reference to `DMA_release_DREQ' [...] Jan --------------enig61CA9D246085C150B47404E4 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.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkoVhUEACgkQniDOoMHTA+lKRgCdHvNAd51jJzdIXL11PVGamIWz ++8AoINmJgizaKa872DDj1AWoIm0fcvm =aiAS -----END PGP SIGNATURE----- --------------enig61CA9D246085C150B47404E4--