qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: Thomas Huth <thuth@redhat.com>
Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org,
	Alexander Graf <agraf@suse.de>
Subject: Re: [Qemu-devel] [PATCH] hw/ppc/spapr: Add some missing hcall function set strings
Date: Tue, 28 Jun 2016 15:37:52 +1000	[thread overview]
Message-ID: <20160628053752.GC4242@voom.fritz.box> (raw)
In-Reply-To: <1467026703-24166-1-git-send-email-thuth@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1187 bytes --]

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.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Applied to ppc-for-2.7, thanks.

> ---
>  hw/ppc/spapr.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> 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");
>  
>      fdt = g_malloc0(FDT_MAX_SIZE);

-- 
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 --]

      reply	other threads:[~2016-06-28  5:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-27 11:25 [Qemu-devel] [PATCH] hw/ppc/spapr: Add some missing hcall function set strings Thomas Huth
2016-06-28  5:37 ` David Gibson [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=20160628053752.GC4242@voom.fritz.box \
    --to=david@gibson.dropbear.id.au \
    --cc=agraf@suse.de \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@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).