From: "Andreas Färber" <afaerber@suse.de>
To: Richard Henderson <rth@twiddle.net>,
Peter Maydell <peter.maydell@linaro.org>
Cc: Anthony Liguori <aliguori@us.ibm.com>,
claudio.fontana@huawei.com, qemu-devel@nongnu.org,
Alexander Graf <agraf@suse.de>,
blauwirbel@gmail.com, qemu-ppc <qemu-ppc@nongnu.org>,
aurelien@aurel32.net
Subject: Re: [Qemu-devel] [PATCH v2 0/9] tcg: remainder and arm runtime detection
Date: Tue, 02 Jul 2013 21:42:45 +0200 [thread overview]
Message-ID: <51D32D35.4010608@suse.de> (raw)
In-Reply-To: <871u7gvkix.fsf@codemonkey.ws>
Am 02.07.2013 21:17, schrieb Anthony Liguori:
> Richard Henderson <rth@twiddle.net> writes:
>
>> Ping.
>
> Peter, could you take a look and bring in through the arm tree?
The ppc bits look pretty obvious and the rem concept fine to me.
Didn't look too close at the arm parts.
Andreas
>
> Regards,
>
> Anthony Liguori
>
>>
>> On 06/26/2013 01:52 PM, Richard Henderson wrote:
>>> This patch set includes both the remainder series and arm runtime
>>> detection series that I've previouslyt posted separately, as there
>>> are small conflicts between the two series.
>>>
>>> Aside from rebasing vs master, the only other change is to fix the
>>> TCG_OPF_NOT_PRESENT problem wrt call that Claudio Fontana spotted.
>>>
>>>
>>> r~
>>>
>>>
>>> Richard Henderson (9):
>>> tcg: Split rem requirement from div requirement
>>> tcg-arm: Don't implement rem
>>> tcg-ppc: Don't implement rem
>>> tcg-ppc64: Don't implement rem
>>> tcg: Allow non-constant control macros
>>> tcg: Simplify logic using TCG_OPF_NOT_PRESENT
>>> tcg-arm: Make use of conditional availability of opcodes for divide
>>> tcg-arm: Simplify logic in detecting the ARM ISA in use
>>> tcg-arm: Use AT_PLATFORM to detect the host ISA
>>>
>>> tcg/arm/tcg-target.c | 96 ++++++++++++++++++++++----------------------------
>>> tcg/arm/tcg-target.h | 15 ++++----
>>> tcg/hppa/tcg-target.h | 1 +
>>> tcg/ia64/tcg-target.h | 2 ++
>>> tcg/mips/tcg-target.h | 1 +
>>> tcg/ppc/tcg-target.c | 14 --------
>>> tcg/ppc/tcg-target.h | 1 +
>>> tcg/ppc64/tcg-target.c | 26 --------------
>>> tcg/ppc64/tcg-target.h | 2 ++
>>> tcg/sparc/tcg-target.h | 2 ++
>>> tcg/tcg-op.h | 32 ++++++++++++++---
>>> tcg/tcg-opc.h | 36 ++++++++++---------
>>> tcg/tcg.c | 4 +--
>>> tcg/tcg.h | 6 +++-
>>> tcg/tci/tcg-target.h | 2 ++
>>> 15 files changed, 116 insertions(+), 124 deletions(-)
>>>
>
>
--
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg
next prev parent reply other threads:[~2013-07-02 19:42 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-26 20:52 [Qemu-devel] [PATCH v2 0/9] tcg: remainder and arm runtime detection Richard Henderson
2013-06-26 20:52 ` [Qemu-devel] [PATCH v2 1/9] tcg: Split rem requirement from div requirement Richard Henderson
2013-07-03 9:07 ` Claudio Fontana
2013-07-03 18:06 ` Richard Henderson
2013-06-26 20:52 ` [Qemu-devel] [PATCH v2 2/9] tcg-arm: Don't implement rem Richard Henderson
2013-06-26 20:52 ` [Qemu-devel] [PATCH v2 3/9] tcg-ppc: " Richard Henderson
2013-07-02 19:34 ` Andreas Färber
2013-06-26 20:52 ` [Qemu-devel] [PATCH v2 4/9] tcg-ppc64: " Richard Henderson
2013-07-02 19:34 ` Andreas Färber
2013-06-26 20:52 ` [Qemu-devel] [PATCH v2 5/9] tcg: Allow non-constant control macros Richard Henderson
2013-06-26 20:52 ` [Qemu-devel] [PATCH v2 6/9] tcg: Simplify logic using TCG_OPF_NOT_PRESENT Richard Henderson
2013-06-26 20:52 ` [Qemu-devel] [PATCH v2 7/9] tcg-arm: Make use of conditional availability of opcodes for divide Richard Henderson
2013-06-26 20:52 ` [Qemu-devel] [PATCH v2 8/9] tcg-arm: Simplify logic in detecting the ARM ISA in use Richard Henderson
2013-06-26 20:52 ` [Qemu-devel] [PATCH v2 9/9] tcg-arm: Use AT_PLATFORM to detect the host ISA Richard Henderson
2013-07-02 15:16 ` [Qemu-devel] [PATCH v2 0/9] tcg: remainder and arm runtime detection Richard Henderson
2013-07-02 19:17 ` Anthony Liguori
2013-07-02 19:42 ` Andreas Färber [this message]
2013-07-02 19:49 ` Peter Maydell
2013-07-02 20:25 ` Anthony Liguori
2013-07-02 21:02 ` Andreas Färber
2013-07-02 21:23 ` Peter Maydell
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=51D32D35.4010608@suse.de \
--to=afaerber@suse.de \
--cc=agraf@suse.de \
--cc=aliguori@us.ibm.com \
--cc=aurelien@aurel32.net \
--cc=blauwirbel@gmail.com \
--cc=claudio.fontana@huawei.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=rth@twiddle.net \
/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).