From: Wei Liu <wei.liu2@citrix.com>
To: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: ian.jackson@eu.citrix.com, andrew.cooper3@citrix.com,
wei.liu2@citrix.com, xen-devel@lists.xen.org
Subject: Re: [PATCH for-4.8] libxc/x86: Report consistent initial APIC value for PV guests
Date: Fri, 11 Nov 2016 15:16:23 +0000 [thread overview]
Message-ID: <20161111151623.GO31926@citrix.com> (raw)
In-Reply-To: <1478789424-716-1-git-send-email-boris.ostrovsky@oracle.com>
On Thu, Nov 10, 2016 at 09:50:24AM -0500, Boris Ostrovsky wrote:
> Currently hypervisor provides PV guest's CPUID(1).EBX[31:24] (initial
> APIC ID) with contents of that field on the processor that launched
> the guest. This results in the guest reporting different initial
> APIC IDs across runs.
>
> We should be consistent in how this value is reported, let's set
> it to 0 (which is also what Linux guests expect).
>
> Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
I will defer this to x86 maintainers.
> ---
>
> I think this should go to stable branches as well. This has been causing
> problems lately in Linux with introduction of topology maps.
>
>
> tools/libxc/xc_cpuid_x86.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/tools/libxc/xc_cpuid_x86.c b/tools/libxc/xc_cpuid_x86.c
> index d761805..1f26294 100644
> --- a/tools/libxc/xc_cpuid_x86.c
> +++ b/tools/libxc/xc_cpuid_x86.c
> @@ -618,6 +618,12 @@ static void xc_cpuid_pv_policy(xc_interface *xch,
> /* Host topology exposed to PV guest. Provide host value. */
> bool host_htt = regs[3] & bitmaskof(X86_FEATURE_HTT);
>
> + /*
> + * Don't pick host's Initial APIC ID which can change from run
> + * to run.
> + */
> + regs[1] &= 0x00ffffffu;
> +
> regs[2] = info->featureset[featureword_of(X86_FEATURE_SSE3)];
> regs[3] = (info->featureset[featureword_of(X86_FEATURE_FPU)] &
> ~bitmaskof(X86_FEATURE_HTT));
> --
> 2.7.4
>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-11-11 15:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-10 14:50 [PATCH for-4.8] libxc/x86: Report consistent initial APIC value for PV guests Boris Ostrovsky
2016-11-10 14:55 ` Andrew Cooper
2016-11-10 15:05 ` Boris Ostrovsky
2016-11-10 15:08 ` Andrew Cooper
2016-11-10 15:24 ` Boris Ostrovsky
2016-11-10 16:12 ` Jan Beulich
2016-11-10 16:24 ` Boris Ostrovsky
2016-11-10 16:24 ` Andrew Cooper
2016-11-11 15:16 ` Wei Liu [this message]
2016-11-11 15:32 ` Jan Beulich
2016-11-11 15:33 ` Andrew Cooper
2016-11-12 6:46 ` Wei Liu
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=20161111151623.GO31926@citrix.com \
--to=wei.liu2@citrix.com \
--cc=andrew.cooper3@citrix.com \
--cc=boris.ostrovsky@oracle.com \
--cc=ian.jackson@eu.citrix.com \
--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).