From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57792) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsZ1i-00015g-IB for qemu-devel@nongnu.org; Fri, 28 Jun 2013 09:47:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsZ1h-0007HF-3b for qemu-devel@nongnu.org; Fri, 28 Jun 2013 09:47:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:19297) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsZ1g-0007H3-S2 for qemu-devel@nongnu.org; Fri, 28 Jun 2013 09:47:49 -0400 Message-ID: <51CD9400.6030807@redhat.com> Date: Fri, 28 Jun 2013 07:47:44 -0600 From: Eric Blake MIME-Version: 1.0 References: <1371453226-11396-1-git-send-email-vapier@gentoo.org> <1371453383-11484-1-git-send-email-vapier@gentoo.org> In-Reply-To: <1371453383-11484-1-git-send-email-vapier@gentoo.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="----enig2XRXCGKNHBSEIECPJJXLK" Subject: Re: [Qemu-devel] [PATCH 2/5] Blackfin: initial port List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mike Frysinger Cc: qemu-devel@nongnu.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2XRXCGKNHBSEIECPJJXLK Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 06/17/2013 01:16 AM, Mike Frysinger wrote: > This is the core Blackfin support. While most things work that gcc wil= l > generate, there are notable things missing at this point: > - many dsp/alu/mac insns not supported > - no saturation support > - many astat flags not updated > - probably other stuff > Details as to what is missing "by design" vs "not done due to laziness"= > can be sorted out in the Blackfin README/TODO files. >=20 > FLAT and FDPIC ELFs however seem to work nicely, as do random samplings= of > apps from a typical build. >=20 > Signed-off-by: Mike Frysinger > --- > MAINTAINERS | 5 + > configure | 4 + > cpu-exec.c | 5 +- > gdbstub.c | 103 ++ > include/elf.h | 6 + > qapi-schema.json | 9 +- > +++ b/qapi-schema.json > @@ -3023,10 +3023,11 @@ > # Since: 1.2.0 > ## > { 'enum': 'TargetType', > - 'data': [ 'alpha', 'arm', 'cris', 'i386', 'lm32', 'm68k', 'microblaz= eel', > - 'microblaze', 'mips64el', 'mips64', 'mipsel', 'mips', 'mox= ie', > - 'or32', 'ppc64', 'ppcemb', 'ppc', 's390x', 'sh4eb', 'sh4',= > - 'sparc64', 'sparc', 'unicore32', 'x86_64', 'xtensaeb', 'xt= ensa' ] } > + 'data': [ 'alpha', 'arm', 'bfin', 'cris', 'i386', 'lm32', 'm68k', > + 'microblazeel', 'microblaze', 'mips64el', 'mips64', 'mipse= l', > + 'mips', 'moxie', 'or32', 'ppc64', 'ppcemb', 'ppc', 's390x'= , 'sh4eb', > + 'sh4', 'sparc64', 'sparc', 'unicore32', 'x86_64', 'xtensae= b', > + 'xtensa' ] } This conflicts with Paolo's patches that removed TargetType. Just drop this hunk. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org ------enig2XRXCGKNHBSEIECPJJXLK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJRzZQAAAoJEKeha0olJ0NqqskH/R/U7b3E8mIkuB7RaPaXHwlG gYav6g4RCKTzawKpzEGWMo1NnivyzDzUJv7EdM7KGNfVZGz34jJ8HRKiQ+3fyVJN HI8Sza+RNM1OnXhyo/uuFrEhOm5c6AZVZR5ZX0MSIoWxD/o0m3mUYNRuAHt1Foj/ Vg2pZobD6ghzMC4mdkL4ZnPyYyhCA3qlRwpr7RpHE0ajgue2TDGFA2cVeKmUzubk +7r+F7qVuLDMtRa0ibVKII+95yDA5ZI/xfILrJu74nyPaMXudam9PJgt2rK9sqkc A7bCySJEgxP2BKO5ZM3iST72W7KsUJ0fkfDWEa6qeI/15of9EfMnRYs9WPcQUGk= =KWMT -----END PGP SIGNATURE----- ------enig2XRXCGKNHBSEIECPJJXLK--