From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDjHv-0007Ts-OI for qemu-devel@nongnu.org; Mon, 17 Sep 2012 17:55:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TDjHu-0006Ck-DW for qemu-devel@nongnu.org; Mon, 17 Sep 2012 17:55:31 -0400 Received: from mout.web.de ([212.227.15.4]:59183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TDjHu-0006CS-4b for qemu-devel@nongnu.org; Mon, 17 Sep 2012 17:55:30 -0400 Message-ID: <50579C3D.7040005@web.de> Date: Mon, 17 Sep 2012 23:55:09 +0200 From: Jan Kiszka MIME-Version: 1.0 References: <1347912880-30161-1-git-send-email-sw@weilnetz.de> In-Reply-To: <1347912880-30161-1-git-send-email-sw@weilnetz.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigC0534A8C35915B85AB0D8D64" Subject: Re: [Qemu-devel] [PATCH] xtensa: Fix broken build (linker error) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Anthony Liguori , qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC0534A8C35915B85AB0D8D64 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable On 2012-09-17 22:14, Stefan Weil wrote: > This configuration requires CONFIG_i8254: >=20 > configure --target-list=3Dxtensa-softmmu --audio-card-list=3Dpcspk This is wrong. The pcspk "audio card" is registered automatically for those targets that support it. >=20 > Reported-by: Vassili Karpov (malc) > Signed-off-by: Stefan Weil > --- > default-configs/xtensa-softmmu.mak | 1 + > default-configs/xtensaeb-softmmu.mak | 1 + > 2 files changed, 2 insertions(+) >=20 > diff --git a/default-configs/xtensa-softmmu.mak b/default-configs/xtens= a-softmmu.mak > index 9d8899c..c3a263b 100644 > --- a/default-configs/xtensa-softmmu.mak > +++ b/default-configs/xtensa-softmmu.mak > @@ -1,5 +1,6 @@ > # Default configuration for Xtensa > =20 > +CONFIG_I8254=3Dy And this wrong as well. xtensa does not include any speaker, nor does it include a PIT. Jan > CONFIG_SERIAL=3Dy > CONFIG_OPENCORES_ETH=3Dy > CONFIG_PFLASH_CFI01=3Dy > diff --git a/default-configs/xtensaeb-softmmu.mak b/default-configs/xte= nsaeb-softmmu.mak > index 9d8899c..c3a263b 100644 > --- a/default-configs/xtensaeb-softmmu.mak > +++ b/default-configs/xtensaeb-softmmu.mak > @@ -1,5 +1,6 @@ > # Default configuration for Xtensa > =20 > +CONFIG_I8254=3Dy > CONFIG_SERIAL=3Dy > CONFIG_OPENCORES_ETH=3Dy > CONFIG_PFLASH_CFI01=3Dy >=20 --------------enigC0534A8C35915B85AB0D8D64 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.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://www.enigmail.net/ iEYEARECAAYFAlBXnEAACgkQitSsb3rl5xTO3QCfU+aqOyqYIvJqJc2cYmdB1uTN uDMAoMkWRGWuH0Xk7ZOuiWfYNDSFfDGO =6CDn -----END PGP SIGNATURE----- --------------enigC0534A8C35915B85AB0D8D64--