All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: Richard Henderson <rth@twiddle.net>
Cc: "Emilio G. Cota" <cota@braap.org>,
	QEMU Developers <qemu-devel@nongnu.org>,
	MTTCG Devel <mttcg@greensocs.com>,
	Paolo Bonzini <pbonzini@redhat.com>,
	Peter Crosthwaite <crosthwaite.peter@gmail.com>,
	Sergey Fedorov <serge.fdrv@gmail.com>
Subject: Re: [Qemu-devel] [PATCH v4 13/14] tb hash: track translated blocks with qht
Date: Wed, 04 May 2016 10:31:44 +0100	[thread overview]
Message-ID: <87oa8mqidb.fsf@linaro.org> (raw)
In-Reply-To: <5c2f2baa-93e8-22c5-a48b-1e5c85b17676@twiddle.net>


Richard Henderson <rth@twiddle.net> writes:

> On 05/03/2016 07:26 AM, Emilio G. Cota wrote:
>> On Tue, May 03, 2016 at 08:36:35 +0100, Alex Bennée wrote:
>>> Emilio G. Cota <cota@braap.org> writes:
>>>>  static TranslationBlock *tb_find_physical(CPUState *cpu,
>>>>                                            target_ulong pc,
>>>>                                            target_ulong cs_base,
>>>>                                            uint32_t flags)
>>>
>>> This does not apply cleanly to master due to the flag change. You should
>>> either reference the clean-up patch or include it in the series.
>>
>> Ouch, sorry. Won't happen again.
>>
>> Grab the missing pre-requisite patch from:
>>   http://patchwork.ozlabs.org/patch/607662/mbox/
>
> Well, that said, there are further conflicts within my tcg-next tree.
> If you'll rebase on
>
>    git://github.com/rth7680/qemu.git tcg-next

FYI I did build a tree on which to base the rest of the MTTCG work:

https://github.com/stsquad/qemu/commits/mttcg/tcg-next-plus-qht

>
> I'll queue the patchset for 2.7.
>
>
> r~


--
Alex Bennée

  reply	other threads:[~2016-05-04  9:32 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-30  3:33 [Qemu-devel] [PATCH v4 00/14] tb hash improvements Emilio G. Cota
2016-04-30  3:33 ` [Qemu-devel] [PATCH v4 01/14] compiler.h: add QEMU_ALIGNED() to enforce struct alignment Emilio G. Cota
2016-04-30  3:33 ` [Qemu-devel] [PATCH v4 02/14] seqlock: remove optional mutex Emilio G. Cota
2016-04-30  3:33 ` [Qemu-devel] [PATCH v4 03/14] seqlock: rename write_lock/unlock to write_begin/end Emilio G. Cota
2016-04-30  3:33 ` [Qemu-devel] [PATCH v4 04/14] include/processor.h: define cpu_relax() Emilio G. Cota
2016-04-30  3:33 ` [Qemu-devel] [PATCH v4 05/14] atomics: add atomic_test_and_set Emilio G. Cota
2016-05-04  5:10   ` Richard Henderson
2016-04-30  3:33 ` [Qemu-devel] [PATCH v4 06/14] qemu-thread: add simple test-and-set spinlock Emilio G. Cota
2016-05-04  5:10   ` Richard Henderson
2016-04-30  3:33 ` [Qemu-devel] [PATCH v4 07/14] exec: add tb_hash_func5, derived from xxhash Emilio G. Cota
2016-04-30  3:33 ` [Qemu-devel] [PATCH v4 08/14] tb hash: hash phys_pc, pc, and flags with xxhash Emilio G. Cota
2016-04-30  3:33 ` [Qemu-devel] [PATCH v4 09/14] qdist: add module to represent frequency distributions of data Emilio G. Cota
2016-05-04  5:13   ` Richard Henderson
2016-04-30  3:33 ` [Qemu-devel] [PATCH v4 10/14] qdist: add test program Emilio G. Cota
2016-05-04  5:23   ` Richard Henderson
2016-04-30  3:33 ` [Qemu-devel] [PATCH v4 11/14] qht: QEMU's fast, resizable and scalable Hash Table Emilio G. Cota
2016-05-04  5:17   ` Richard Henderson
2016-04-30  3:33 ` [Qemu-devel] [PATCH v4 12/14] qht: add test program Emilio G. Cota
2016-05-04  5:22   ` Richard Henderson
2016-04-30  3:33 ` [Qemu-devel] [PATCH v4 13/14] tb hash: track translated blocks with qht Emilio G. Cota
2016-05-03  7:36   ` Alex Bennée
2016-05-03 17:26     ` Emilio G. Cota
2016-05-04  5:24       ` Richard Henderson
2016-05-04  9:31         ` Alex Bennée [this message]
2016-05-04 15:36         ` Emilio G. Cota
2016-05-04 17:22           ` Richard Henderson
2016-05-05 21:41             ` Emilio G. Cota
2016-05-06 22:14               ` Richard Henderson
2016-05-04  5:19   ` Richard Henderson
2016-04-30  3:33 ` [Qemu-devel] [PATCH v4 14/14] translate-all: add tb hash bucket info to 'info jit' dump Emilio G. Cota
2016-05-04  5:21   ` Richard Henderson

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=87oa8mqidb.fsf@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=cota@braap.org \
    --cc=crosthwaite.peter@gmail.com \
    --cc=mttcg@greensocs.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=serge.fdrv@gmail.com \
    /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.