From: "Roger Pau Monné" <roger.pau@citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Wei Liu <wei.liu2@citrix.com>,
Ian Campbell <ian.campbell@citrix.com>,
Andrew Cooper <andrew.cooper3@citrix.com>,
Ian Jackson <Ian.Jackson@eu.citrix.com>,
David Vrabel <david.vrabel@citrix.com>,
Jan Beulich <jbeulich@suse.com>,
Boris Ostrovsky <boris.ostrovsky@oracle.com>
Subject: Re: [PATCH] x86/PVHv2: add XEN_ prefix to HVM_START_MAGIC_VALUE
Date: Fri, 19 Feb 2016 16:45:00 +0100 [thread overview]
Message-ID: <56C7387C.80107@citrix.com> (raw)
In-Reply-To: <1455877704-44419-1-git-send-email-roger.pau@citrix.com>
Ccing the tools maintainers, according to the output from get_maintaner.pl
Also adding the Linux folks.
El 19/2/16 a les 11:28, Roger Pau Monne ha escrit:
> Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
> Reported by: Jan Beulich <jbeulich@suse.com>
> ---
> Cc: Jan Beulich <jbeulich@suse.com>
> Cc: Andrew Cooper <andrew.cooper3@citrix.com>
> ---
> tools/libxc/xc_dom_x86.c | 2 +-
> xen/include/public/xen.h | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tools/libxc/xc_dom_x86.c b/tools/libxc/xc_dom_x86.c
> index ac4dae5..e13a4aa 100644
> --- a/tools/libxc/xc_dom_x86.c
> +++ b/tools/libxc/xc_dom_x86.c
> @@ -1753,7 +1753,7 @@ static int bootlate_hvm(struct xc_dom_image *dom)
> start_info->nr_modules = 1;
> }
>
> - start_info->magic = HVM_START_MAGIC_VALUE;
> + start_info->magic = XEN_HVM_START_MAGIC_VALUE;
>
> munmap(start_page, start_info_size);
> }
> diff --git a/xen/include/public/xen.h b/xen/include/public/xen.h
> index ad00bf9..64ba7ab 100644
> --- a/xen/include/public/xen.h
> +++ b/xen/include/public/xen.h
> @@ -804,7 +804,7 @@ typedef struct start_info start_info_t;
> * of the address fields should be treated as not present.
> *
> * 0 +----------------+
> - * | magic | Contains the magic value HVM_START_MAGIC_VALUE
> + * | magic | Contains the magic value XEN_HVM_START_MAGIC_VALUE
> * | | ("xEn3" with the 0x80 bit of the "E" set).
> * 4 +----------------+
> * | version | Version of this structure. Current version is 0. New
> @@ -839,7 +839,7 @@ typedef struct start_info start_info_t;
> * The address and size of the modules is a 64bit unsigned integer. However
> * Xen will always try to place all modules below the 4GiB boundary.
> */
> -#define HVM_START_MAGIC_VALUE 0x336ec578
> +#define XEN_HVM_START_MAGIC_VALUE 0x336ec578
>
> /* New console union for dom0 introduced in 0x00030203. */
> #if __XEN_INTERFACE_VERSION__ < 0x00030203
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
prev parent reply other threads:[~2016-02-19 15:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-19 10:28 [PATCH] x86/PVHv2: add XEN_ prefix to HVM_START_MAGIC_VALUE Roger Pau Monne
2016-02-19 10:56 ` Andrew Cooper
2016-02-19 15:45 ` Roger Pau Monné [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=56C7387C.80107@citrix.com \
--to=roger.pau@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=andrew.cooper3@citrix.com \
--cc=boris.ostrovsky@oracle.com \
--cc=david.vrabel@citrix.com \
--cc=ian.campbell@citrix.com \
--cc=jbeulich@suse.com \
--cc=wei.liu2@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).