From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHlpq-0000vt-AC for qemu-devel@nongnu.org; Tue, 28 Jun 2016 01:46:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHloi-0006d3-ND for qemu-devel@nongnu.org; Tue, 28 Jun 2016 01:45:22 -0400 Date: Tue, 28 Jun 2016 15:37:52 +1000 From: David Gibson Message-ID: <20160628053752.GC4242@voom.fritz.box> References: <1467026703-24166-1-git-send-email-thuth@redhat.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZQ93ZA/51YEIDw4/" Content-Disposition: inline In-Reply-To: <1467026703-24166-1-git-send-email-thuth@redhat.com> Subject: Re: [Qemu-devel] [PATCH] hw/ppc/spapr: Add some missing hcall function set strings List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Alexander Graf --ZQ93ZA/51YEIDw4/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 27, 2016 at 01:25:03PM +0200, Thomas Huth wrote: > Add "hcall-sprg0" (for H_SET_SPRG0), "hcall-copy" (for H_PAGE_INIT) > and "hcall-debug" (for H_LOGICAL_CI_LOAD/STORE) to the property > "ibm,hypertas-functions" to indicate that we support these hypercalls. >=20 > Signed-off-by: Thomas Huth Applied to ppc-for-2.7, thanks. > --- > hw/ppc/spapr.c | 3 +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c > index 778fa25..bf2bb49 100644 > --- a/hw/ppc/spapr.c > +++ b/hw/ppc/spapr.c > @@ -339,6 +339,9 @@ static void *spapr_create_fdt_skel(hwaddr initrd_base, > add_str(hypertas, "hcall-splpar"); > add_str(hypertas, "hcall-bulk"); > add_str(hypertas, "hcall-set-mode"); > + add_str(hypertas, "hcall-sprg0"); > + add_str(hypertas, "hcall-copy"); > + add_str(hypertas, "hcall-debug"); > add_str(qemu_hypertas, "hcall-memop1"); > =20 > fdt =3D g_malloc0(FDT_MAX_SIZE); --=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 --ZQ93ZA/51YEIDw4/ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJXcg0wAAoJEGw4ysog2bOS/c8QALBWTa6YmZmpTJl+WYtVME7t lPu+0xcO6QWxZQMN91n4C2Zjv5ELnu7i5RUQAHrXPiFIVMx8/F6eLjkShUPBA7I4 OimWZcZiWf3wRnUJ9JFIYxQR52MYOSCSy7eJtB5gQgx7KfptLhmYUoOjBSnIG+2e yyCXMan3OC3oNeJ/z8jzXMb49V1CSpR2TMyi0lQ4KzzRaAet2RUxk52nrt/LO4Kz v313a4TfjP6a+L/qEzeYE2vZfugiTlp7XK/eQqlXSYa+h1C6An+dLO5qfM/8Ohhn kkejE5M4klwMNVCaPAPv3v9CfN0DKQzJePoF+Hg9dgFB38Gjl5tSUwVAWR4e3PDD iCXNOnvaexrr4B+9weMnk6o8BB0Nam/1ZiYHmWpwEWktCI36uj5huJHgGuJKjb77 6prOtHrSIPLpKgikY/WI4POTQT8Rm+3s9JlVRJqyxgtFjbry/rehi/lQoVPSvXWQ E/cNsJ5K7gTivB9zOcG0bqHlkExXK385F6o4GwvNnWMszDpZXgXbFmTV/wJb2dwn sel4/tsBMsE/WqG6j2WWRjn2Y1QAOJSSGypPQF6orTVvulZMf/HXxBY82eaCsh2f 38jSHgKBzWaklhFoBrOWU6nX0CJ9NN+1V06GPwRPLcZse/EviIA7Qe3QLh8KcbhS 7PV/FEYcsAIst2L+64qR =rclv -----END PGP SIGNATURE----- --ZQ93ZA/51YEIDw4/--