qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <rth@twiddle.net>
To: qemu-devel@nongnu.org
Cc: thuth@redhat.com, david@gibson.dropbear.id.au,
	mark.cave-ayland@ilande.co.uk
Subject: [Qemu-devel] [PATCH 0/2] tcg: Fix i686 booting sparc64 openbios
Date: Fri, 17 Jun 2016 22:03:25 -0700	[thread overview]
Message-ID: <1466226207-23581-1-git-send-email-rth@twiddle.net> (raw)

There's a minor typo here that affects dumping of 64-bit
registers on 32-bit hosts.  Kind of embarrasing that this
hasn't been seen previously.

The main change takes care of cases wherein there's overlap
between the indirect base register and the main global, which
can happen in conditions of very high register pressure.

The bug report is at

http://lists.nongnu.org/archive/html/qemu-devel/2016-06/msg04947.html


r~


Richard Henderson (2):
  tcg: Fix name for high-half register
  tcg: Fix allocation of indirect_base registers

 tcg/tcg.c | 70 +++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 48 insertions(+), 22 deletions(-)

-- 
2.5.5

             reply	other threads:[~2016-06-18  5:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-18  5:03 Richard Henderson [this message]
2016-06-18  5:03 ` [Qemu-devel] [PATCH 1/2] tcg: Fix name for high-half register Richard Henderson
2016-06-20  0:11   ` David Gibson
2016-06-18  5:03 ` [Qemu-devel] [PATCH 2/2] tcg: Fix allocation of indirect_base registers Richard Henderson
2016-06-20  8:07 ` [Qemu-devel] [PATCH 0/2] tcg: Fix i686 booting sparc64 openbios Thomas Huth
2016-06-20 19:32 ` Mark Cave-Ayland

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=1466226207-23581-1-git-send-email-rth@twiddle.net \
    --to=rth@twiddle.net \
    --cc=david@gibson.dropbear.id.au \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=qemu-devel@nongnu.org \
    --cc=thuth@redhat.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 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).