From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41684) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEnFf-00008W-Kg for qemu-devel@nongnu.org; Sun, 19 Jun 2016 20:39:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bEnFd-0006U2-Ez for qemu-devel@nongnu.org; Sun, 19 Jun 2016 20:39:42 -0400 Received: from ozlabs.org ([2401:3900:2:1::2]:38793) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bEnFc-0006TM-IM for qemu-devel@nongnu.org; Sun, 19 Jun 2016 20:39:41 -0400 Date: Mon, 20 Jun 2016 10:11:46 +1000 From: David Gibson Message-ID: <20160620001146.GJ7790@voom.fritz.box> References: <1466226207-23581-1-git-send-email-rth@twiddle.net> <1466226207-23581-2-git-send-email-rth@twiddle.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="x0KprKst+ZOYEj2z" Content-Disposition: inline In-Reply-To: <1466226207-23581-2-git-send-email-rth@twiddle.net> Subject: Re: [Qemu-devel] [PATCH 1/2] tcg: Fix name for high-half register List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: qemu-devel@nongnu.org, thuth@redhat.com, mark.cave-ayland@ilande.co.uk --x0KprKst+ZOYEj2z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 17, 2016 at 10:03:26PM -0700, Richard Henderson wrote: > Signed-off-by: Richard Henderson Reviewed-by: David Gibson > --- > tcg/tcg.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > 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_pt= r base, > ts2->mem_offset =3D offset + (1 - bigendian) * 4; > pstrcpy(buf, sizeof(buf), name); > pstrcat(buf, sizeof(buf), "_1"); > - ts->name =3D strdup(buf); > + ts2->name =3D strdup(buf); > } else { > ts->base_type =3D type; > ts->type =3D type; --=20 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 --x0KprKst+ZOYEj2z Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJXZzTCAAoJEGw4ysog2bOSyfUQAJlcs1revO0z/T+/SIPM/5BD yyYjuZUGi+bOMdO15bKlZ46nX7Zx1R/DrHg4urKsevjjyuIGOPrGafQhBSPMxuwQ oKHob0uURnwVk6RWeMVRSyNc7xuMX48uvO09P074fcekr2SAautztGEGmhWYlLkj pTMWGJBJ5PZcl//yCzBgg8D3/o9MajH0qqgJS6H15BipzQdAUbHEG1u9ct0t0/aC 0c/ltDD8rkEU3amDIxlyR+IVp1ev7tljyO/7pjjrr2oL7qSyf/HMbGokIbtTOTYC 7mGoekI+Y8SStwVjkZfWr9jik1tDKk1NlWsKiXtLnEmO6g6ZeTKOLjBV/7JanX2D v1DwOQ7OAhurDnesKpARS03w50eeWE69OQP53uYK9et7AmnuUWUz8y1Hai/6omkq /gDRjrfFSB+9fAD4/6WKjrkfMfRUooxhwlqWU4TSAd/gPYJUYRd8VS9bdHy4nuYo 9N38oJvPINDIfuJ81A5nzF9e4Ysbx/8yBwyBO2FwWttVFyB1R9c08pUDeZy8O6dF Urt9hyoBFBo0Cuv8Z9vCNWmgeySe2r0TsGnZ+3kH2+01zMwcq+59d1aF+uuiHf0v H/HGYsUB4Oso2vIk4vPT82LfaXb8dnjyyZBkAq1dpUi77/I0Vo+C23MjxKWS048U OoxJTwyJIIpIHs2Epq32 =+tAO -----END PGP SIGNATURE----- --x0KprKst+ZOYEj2z--