xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: Parth Dixit <parth.dixit@linaro.org>
Cc: stefano.stabellini@eu.citrix.com, tim@xen.org,
	christoffer.dall@linaro.org, julien.grall@linaro.org,
	xen-devel@lists.xen.org
Subject: Re: [PATCH v11] xen/arm : emulation of arm's PSCI v0.2 standard
Date: Thu, 21 Aug 2014 23:48:13 +0100	[thread overview]
Message-ID: <1408661293.15186.11.camel@citrix.com> (raw)
In-Reply-To: <1408000981-23945-1-git-send-email-parth.dixit@linaro.org>

On Thu, 2014-08-14 at 12:53 +0530, Parth Dixit wrote:
> Arm based virtual machines dom0/guest will request power related functionality
> from xen through PSCI interface. This patch implements version 0.2 of
> PSCI standard specified by arm for 64bit and 32 bit arm machines.
> 
> Signed-off-by: Parth Dixit <parth.dixit@linaro.org>

Acked + applied with one minor change:
> diff --git a/xen/arch/arm/vpsci.c b/xen/arch/arm/vpsci.c
> index 1ceb8cb..c3d2df9 100644
> --- a/xen/arch/arm/vpsci.c
> +++ b/xen/arch/arm/vpsci.c
> @@ -17,24 +17,37 @@
>  #include <asm/current.h>
>  #include <asm/gic.h>
>  #include <asm/psci.h>
> +#include <public/sched.h>
> +#include <asm-arm/event.h>

The second one should be <asm/event.h>. With that changed I also moved
it next to the other asm/*.h includes.

Thanks,
Ian.

      reply	other threads:[~2014-08-21 22:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-14  7:23 [PATCH v11] xen/arm : emulation of arm's PSCI v0.2 standard Parth Dixit
2014-08-21 22:48 ` Ian Campbell [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=1408661293.15186.11.camel@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=christoffer.dall@linaro.org \
    --cc=julien.grall@linaro.org \
    --cc=parth.dixit@linaro.org \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xen.org \
    /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).