qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Aurelien Jarno <aurelien@aurel32.net>
To: Richard Henderson <rth@twiddle.net>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 0/5] tcg: Initialize prologue after guest_base fixed
Date: Fri, 21 May 2010 18:41:51 +0200	[thread overview]
Message-ID: <20100521164151.GQ1950@volta.aurel32.net> (raw)
In-Reply-To: <1273161045-2880-1-git-send-email-rth@twiddle.net>

On Thu, May 06, 2010 at 08:50:40AM -0700, Richard Henderson wrote:
> By doing this we can make any number of decisions about code generation
> during the prologue.  For instance, we can decide whether or not to
> reserve a register to hold the value of GUEST_BASE.
> 
> This fixes a latent bug in the two ppc ports in that GUEST_BASE was 
> being loaded as an immediate before the final value of GUEST_BASE is
> computed.
> 
> This also fixes some register reservation problems I noticed in the
> ia64 port, while trying to decide which register to use for holding
> GUEST_BASE across the TB.
> 
> 
> r~
> 
> 
> 
> Richard Henderson (5):
>   tcg: Initialize the prologue after GUEST_BASE is fixed.
>   tcg-hppa: Load GUEST_BASE as an immediate.
>   tcg-ia64: Fix some register usage issues.
>   tcg-ia64: Load GUEST_BASE into a register.
>   tcg-ppc: Conditionally reserve TCG_GUEST_BASE_REG.
> 
>  bsd-user/main.c        |    9 ++-
>  exec.c                 |    5 +
>  linux-user/main.c      |    9 ++-
>  tcg/hppa/tcg-target.c  |   12 +--
>  tcg/ia64/tcg-target.c  |  199 +++++++++++++++++++++++++++++++-----------------
>  tcg/ppc/tcg-target.c   |    8 +-
>  tcg/ppc64/tcg-target.c |    9 +-
>  tcg/tcg.c              |    3 +
>  tcg/tcg.h              |    1 +
>  9 files changed, 167 insertions(+), 88 deletions(-)
> 

Thanks, applied patches 1-4.

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

      parent reply	other threads:[~2010-05-21 16:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-06 15:50 [Qemu-devel] [PATCH 0/5] tcg: Initialize prologue after guest_base fixed Richard Henderson
2010-05-06 15:50 ` [Qemu-devel] [PATCH 1/5] tcg: Initialize the prologue after GUEST_BASE is fixed Richard Henderson
2010-05-06 15:50 ` [Qemu-devel] [PATCH 2/5] tcg-hppa: Load GUEST_BASE as an immediate Richard Henderson
2010-05-06 15:50 ` [Qemu-devel] [PATCH 3/5] tcg-ia64: Fix some register usage issues Richard Henderson
2010-05-06 15:50 ` [Qemu-devel] [PATCH 4/5] tcg-ia64: Load GUEST_BASE into a register Richard Henderson
2010-05-06 15:50 ` [Qemu-devel] [PATCH 5/5] tcg-ppc: Conditionally reserve TCG_GUEST_BASE_REG Richard Henderson
2010-05-21 16:41 ` Aurelien Jarno [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=20100521164151.GQ1950@volta.aurel32.net \
    --to=aurelien@aurel32.net \
    --cc=qemu-devel@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).