All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergey Fedorov <serge.fdrv@gmail.com>
To: Sergey Fedorov <sergey.fedorov@linaro.org>, qemu-devel@nongnu.org
Cc: "Alex Bennée" <alex.bennee@linaro.org>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Peter Crosthwaite" <crosthwaite.peter@gmail.com>,
	"Richard Henderson" <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH v4 0/5] tcg: Misc clean-up patches
Date: Mon, 25 Apr 2016 14:12:51 +0300	[thread overview]
Message-ID: <571DFBB3.6080101@gmail.com> (raw)
In-Reply-To: <1461250642-27729-1-git-send-email-sergey.fedorov@linaro.org>

On 21/04/16 17:57, Sergey Fedorov wrote:
> From: Sergey Fedorov <serge.fdrv@gmail.com>
>
> This patch series consists of various general TCG clean-up patches extracted
> from Paolo's MTTCG tree [1] and Alex's MTTCG base enablement tree [2]. I also
> add here a patch from myself to rework tb_invalidated_flag based on the Paolo's
> "tcg: move tb_invalidated_flag to CPUState" patch from the original verions of
> this series. Another patch of mine cleans up from a misleading 'next_tb'
> variable.
>
> The main idea is to review and merge these patches separately from the MTTCG
> series to cut the latter and make it easier to review.
>
> The series' tree can be found in a public git repository [3].
>
> [1] https://github.com/bonzini/qemu/tree/mttcg
> [2] https://github.com/stsquad/qemu/tree/mttcg/base-patches-v2
> [3] https://github.com/sergefdrv/qemu/tree/tcg-cleanup-v4
>
> Summary of changes:
>  v4:
>   * Add a patch to clean up from 'next_tb' [PATCH v4 4/6]
>  v3:
>   * Add a patch to rework tb_invalidated_flag from myself [PATCH v3 4/4]
>  v2:
>   * Complete code_bitmap elimination [PATCH v2 1/3]
>   * Take Alex's version of tb_find_physical() reorganization [PATCH v2 2/3]
>   * Drop [PATCH 3/5] completely
>   * Drop [PATCH 4/5] and [PATCH 5/5] for separate series
>   * Take Alex's rebase of Paolo's icount code eliding [PATCH v2 3/3]
>
> Alex Bennée (1):
>   tcg: reorganize tb_find_physical loop
>
> Paolo Bonzini (2):
>   tcg: code_bitmap is not used by user-mode emulation
>   cpu-exec: elide more icount code if CONFIG_USER_ONLY
>
> Sergey Fedorov (2):
>   tcg: Clean up from 'next_tb'
>   tcg: Rework tb_invalidated_flag
>
>  cpu-exec.c              | 132 +++++++++++++++++++++++++++---------------------
>  include/exec/exec-all.h |   2 -
>  include/qom/cpu.h       |   2 +
>  tcg/tcg.h               |  19 +++----
>  tci.c                   |   6 +--
>  trace-events            |   2 +-
>  translate-all.c         |  16 +++---
>  7 files changed, 100 insertions(+), 79 deletions(-)
>

Ping. I'm going to make a v5 including a patch proposed in [1] by
tomorrow. So if anyone has thought of something to comment before that,
just let me know :)

[1] https://lists.gnu.org/archive/html/qemu-devel/2016-04/msg03336.html

Kind regards,
Sergey

      parent reply	other threads:[~2016-04-25 11:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-21 14:57 [Qemu-devel] [PATCH v4 0/5] tcg: Misc clean-up patches Sergey Fedorov
2016-04-21 14:57 ` [Qemu-devel] [PATCH v4 1/5] tcg: code_bitmap is not used by user-mode emulation Sergey Fedorov
2016-04-21 14:57 ` [Qemu-devel] [PATCH v4 2/5] tcg: reorganize tb_find_physical loop Sergey Fedorov
2016-04-21 14:57 ` [Qemu-devel] [PATCH v4 3/5] cpu-exec: elide more icount code if CONFIG_USER_ONLY Sergey Fedorov
2016-04-21 14:57 ` [Qemu-devel] [PATCH v4 4/5] tcg: Clean up from 'next_tb' Sergey Fedorov
2016-04-22 15:40   ` Alex Bennée
2016-04-21 14:57 ` [Qemu-devel] [PATCH v4 5/5] tcg: Rework tb_invalidated_flag Sergey Fedorov
2016-04-25 11:12 ` Sergey Fedorov [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=571DFBB3.6080101@gmail.com \
    --to=serge.fdrv@gmail.com \
    --cc=alex.bennee@linaro.org \
    --cc=crosthwaite.peter@gmail.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=sergey.fedorov@linaro.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 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.