From: David Gibson <david@gibson.dropbear.id.au>
To: Richard Henderson <rth@twiddle.net>
Cc: qemu-devel@nongnu.org, thuth@redhat.com, mark.cave-ayland@ilande.co.uk
Subject: Re: [Qemu-devel] [PATCH 1/2] tcg: Fix name for high-half register
Date: Mon, 20 Jun 2016 10:11:46 +1000 [thread overview]
Message-ID: <20160620001146.GJ7790@voom.fritz.box> (raw)
In-Reply-To: <1466226207-23581-2-git-send-email-rth@twiddle.net>
[-- Attachment #1: Type: text/plain, Size: 955 bytes --]
On Fri, Jun 17, 2016 at 10:03:26PM -0700, Richard Henderson wrote:
> Signed-off-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
> ---
> tcg/tcg.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tcg/tcg.c b/tcg/tcg.c
> index 254427b..154ffe8 100644
> --- a/tcg/tcg.c
> +++ b/tcg/tcg.c
> @@ -557,7 +557,7 @@ int tcg_global_mem_new_internal(TCGType type, TCGv_ptr base,
> ts2->mem_offset = offset + (1 - bigendian) * 4;
> pstrcpy(buf, sizeof(buf), name);
> pstrcat(buf, sizeof(buf), "_1");
> - ts->name = strdup(buf);
> + ts2->name = strdup(buf);
> } else {
> ts->base_type = type;
> ts->type = type;
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2016-06-20 0:39 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-18 5:03 [Qemu-devel] [PATCH 0/2] tcg: Fix i686 booting sparc64 openbios Richard Henderson
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 [this message]
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=20160620001146.GJ7790@voom.fritz.box \
--to=david@gibson.dropbear.id.au \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=qemu-devel@nongnu.org \
--cc=rth@twiddle.net \
--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).