All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: Patch Tracking <patches@linaro.org>, Stefan Weil <sw@weilnetz.de>,
	QEMU Developers <qemu-devel@nongnu.org>,
	Blue Swirl <blauwirbel@gmail.com>,
	Claudio Fontana <claudio.fontana@linaro.org>,
	Anthony Liguori <aliguori@amazon.com>,
	"kvmarm@lists.cs.columbia.edu" <kvmarm@lists.cs.columbia.edu>,
	Aurelien Jarno <aurelien@aurel32.net>,
	Richard Henderson <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH 0/4] disas: add libvixl to support A64 disassembly
Date: Wed, 08 Jan 2014 14:48:26 +0000	[thread overview]
Message-ID: <87iotu8r7p.fsf@linaro.org> (raw)
In-Reply-To: <CAFEAcA_BvE9WmpvcoPare0KT31=ceH_RAoVBz-h6xNE3UrjcbA@mail.gmail.com>


peter.maydell@linaro.org writes:

> On 7 January 2014 16:51, Peter Maydell <peter.maydell@linaro.org> wrote:
<snip>
>
> Another option we could consider here is only pulling in the set of source
> files we compile plus the headers they require, not the whole library. That's
<snip>
>
> for about 6600 lines total. That's a significant reduction in the amount of
> code we're carrying around; the tradeoff is that if/when we have to update
> to a new libvixl it's not quite such a simple drop-in replacement as it might
> otherwise be, since you'd need to do the trimming down of files again.
> On balance I think only taking the files we use is probably the best thing.

It also raises the question of our policy of embedding 3rd party code.
Are there any other examples other than softfloat? AFAIK thinks like the
roms use git sub-modules rather than importing things.

There is another philosophical question of why have two decoders when we
already have one (which doesn't generate assembler atm) but I suspect
have a working dis-assembler is better than none.


Cheers,

--
Alex Bennée
QEMU/KVM Hacker for Linaro

      reply	other threads:[~2014-01-08 14:48 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-07 16:51 [Qemu-devel] [PATCH 0/4] disas: add libvixl to support A64 disassembly Peter Maydell
2014-01-07 16:51 ` [Qemu-devel] [PATCH 1/4] rules.mak: Support .cc as a C++ source file suffix Peter Maydell
2014-01-07 16:51 ` [Qemu-devel] [PATCH 2/4] rules.mak: Link with C++ if we have a C++ compiler Peter Maydell
2014-01-07 16:51 ` [Qemu-devel] [PATCH 3/4] disas: add libvixl source code for AArch64 A64 disassembler Peter Maydell
2014-01-07 16:51 ` [Qemu-devel] [PATCH 4/4] disas: Implement disassembly output for A64 Peter Maydell
2014-01-07 22:30 ` [Qemu-devel] [PATCH 0/4] disas: add libvixl to support A64 disassembly Stefan Weil
2014-01-07 23:00   ` Peter Maydell
2014-01-08  6:55     ` Stefan Weil
2014-01-08 10:07       ` Peter Maydell
2014-01-07 22:53 ` Stefan Weil
2014-01-08 14:51   ` Alex Bennée
2014-01-08 15:31     ` Peter Maydell
2014-01-08 16:19       ` Alexander Graf
2014-01-07 23:46 ` Peter Maydell
2014-01-08 14:48   ` Alex Bennée [this message]

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=87iotu8r7p.fsf@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=aliguori@amazon.com \
    --cc=aurelien@aurel32.net \
    --cc=blauwirbel@gmail.com \
    --cc=claudio.fontana@linaro.org \
    --cc=kvmarm@lists.cs.columbia.edu \
    --cc=patches@linaro.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=sw@weilnetz.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.