From: Julien Grall <julien.grall@citrix.com>
To: Ian Campbell <Ian.Campbell@citrix.com>
Cc: xen-devel@lists.xenproject.org,
Julien Grall <julien.grall@linaro.org>,
ian.jackson@eu.citrix.com, stefano.stabellini@citrix.com,
patches@linaro.org
Subject: Re: [PATCH] libxc: elfloader: add support for ARM
Date: Tue, 10 Dec 2013 18:17:26 +0000 [thread overview]
Message-ID: <52A75AB6.2010908@citrix.com> (raw)
In-Reply-To: <1386697533.30568.65.camel@kazak.uk.xensource.com>
On 12/10/2013 05:45 PM, Ian Campbell wrote:
> On Tue, 2013-12-10 at 17:39 +0000, Julien Grall wrote:
>> Signed-off-by: Julien Grall <julien.grall@linaro.org>
>> ---
>> tools/libxc/xc_dom_elfloader.c | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/tools/libxc/xc_dom_elfloader.c b/tools/libxc/xc_dom_elfloader.c
>> index 9843b1f..2506190 100644
>> --- a/tools/libxc/xc_dom_elfloader.c
>> +++ b/tools/libxc/xc_dom_elfloader.c
>> @@ -75,6 +75,8 @@ static char *xc_dom_guest_type(struct xc_dom_image *dom,
>> }
>> case EM_X86_64:
>> return "xen-3.0-x86_64";
>> + case EM_ARM:
>> + return "xen-3.0-armv7l";
>
> Can you add EM_ARM64 (or whatever the defined name is, it might be
> EM_AARCH64) at the same time please.
Will do.
>> default:
>> return "xen-3.0-unknown";
>> }
>
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel
>
--
Julien Grall
prev parent reply other threads:[~2013-12-10 18:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-10 17:39 [PATCH] libxc: elfloader: add support for ARM Julien Grall
2013-12-10 17:45 ` Ian Campbell
2013-12-10 18:17 ` Julien Grall [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=52A75AB6.2010908@citrix.com \
--to=julien.grall@citrix.com \
--cc=Ian.Campbell@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=julien.grall@linaro.org \
--cc=patches@linaro.org \
--cc=stefano.stabellini@citrix.com \
--cc=xen-devel@lists.xenproject.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).