From: Eric Blake <eblake@redhat.com>
To: Mike Frysinger <vapier@gentoo.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 2/5] Blackfin: initial port
Date: Fri, 28 Jun 2013 07:47:44 -0600 [thread overview]
Message-ID: <51CD9400.6030807@redhat.com> (raw)
In-Reply-To: <1371453383-11484-1-git-send-email-vapier@gentoo.org>
[-- Attachment #1: Type: text/plain, Size: 1858 bytes --]
On 06/17/2013 01:16 AM, Mike Frysinger wrote:
> This is the core Blackfin support. While most things work that gcc will
> 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.
>
> FLAT and FDPIC ELFs however seem to work nicely, as do random samplings of
> apps from a typical build.
>
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
> 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', 'microblazeel',
> - 'microblaze', 'mips64el', 'mips64', 'mipsel', 'mips', 'moxie',
> - 'or32', 'ppc64', 'ppcemb', 'ppc', 's390x', 'sh4eb', 'sh4',
> - 'sparc64', 'sparc', 'unicore32', 'x86_64', 'xtensaeb', 'xtensa' ] }
> + 'data': [ 'alpha', 'arm', 'bfin', 'cris', 'i386', 'lm32', 'm68k',
> + 'microblazeel', 'microblaze', 'mips64el', 'mips64', 'mipsel',
> + 'mips', 'moxie', 'or32', 'ppc64', 'ppcemb', 'ppc', 's390x', 'sh4eb',
> + 'sh4', 'sparc64', 'sparc', 'unicore32', 'x86_64', 'xtensaeb',
> + 'xtensa' ] }
This conflicts with Paolo's patches that removed TargetType. Just drop
this hunk.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 621 bytes --]
next prev parent reply other threads:[~2013-06-28 13:47 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-17 7:13 [Qemu-devel] [PATCH 0/5] Initial Blackfin support (linux-user only) Mike Frysinger
2013-06-17 7:13 ` [Qemu-devel] [PATCH 1/5] Blackfin: add disassembler support Mike Frysinger
2013-06-17 7:16 ` [Qemu-devel] [PATCH 2/5] Blackfin: initial port Mike Frysinger
2013-06-17 7:16 ` [Qemu-devel] [PATCH 3/5] Blackfin: add linux-user support Mike Frysinger
2013-06-17 7:16 ` [Qemu-devel] [PATCH 4/5] Blackfin: add test suite Mike Frysinger
2013-06-17 7:16 ` [Qemu-devel] [PATCH 5/5] linux-user: add support for Blackfin syscalls Mike Frysinger
2013-06-25 21:23 ` [Qemu-devel] [PATCH 2/5] Blackfin: initial port Richard Henderson
2013-06-25 23:14 ` Mike Frysinger
2013-06-28 13:47 ` Eric Blake [this message]
2013-06-28 14:24 ` Andreas Färber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51CD9400.6030807@redhat.com \
--to=eblake@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=vapier@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).