From: "Roger Pau Monné" <roger.pau@citrix.com>
To: Jan Beulich <jbeulich@suse.com>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>,
George Dunlap <george.dunlap@citrix.com>,
Julien Grall <julien@xen.org>,
Stefano Stabellini <sstabellini@kernel.org>, Wei Liu <wl@xen.org>,
xen-devel@lists.xenproject.org
Subject: Re: [PATCH] x86/vcpu: relax VCPUOP_initialise restriction for non-PV vCPUs
Date: Wed, 20 Mar 2024 17:29:54 +0100 [thread overview]
Message-ID: <ZfsPAj-ggY6unQef@macbook> (raw)
In-Reply-To: <73314dc5-0145-4aa7-a3cd-23c943235392@suse.com>
On Wed, Mar 20, 2024 at 04:09:33PM +0100, Jan Beulich wrote:
> On 20.03.2024 14:57, Roger Pau Monne wrote:
> > There's no reason to force HVM guests to have a valid vcpu_info area when
> > initializing a vCPU, as the vCPU can also be brought online using the local
> > APIC, and on that path there's no requirement for vcpu_info to be setup ahead
> > of the bring up. Note an HVM vCPU can operate normally without making use of
> > vcpu_info.
>
> While I'd agree if you started with "There's no real need to force ...", I
> still think there is a reason: If one wants to use paravirt interfaces (i.e.
> hypercalls), they would better do so consistently. After all there's also
> no need to use VCPUOP_initialise, yet you're not disabling its use.
>
> As said in reply to Andrew's reply, besides acting as a sentinel that
> structure instance also acts as a sink for Xen accesses to a vCPU's
> vcpu_info. By removing the check, you switch that from being a safeguard to
> being something that actually has to be expected to be accessed. Unless
> you've audited all uses to prove that no such access exists.
I'm kind of lost in this last paragraph, how is that different than
what currently happens when an HVM vCPU >= 32 is brought up using the
lapic and has no vpcu_info mapped?
Also, from a quick look it seems like sites do check whether vcpu_info
== dummy_vcpu_info, otherwise we would already be in trouble.
Thanks, Roger.
next prev parent reply other threads:[~2024-03-20 16:30 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-20 13:57 [PATCH] x86/vcpu: relax VCPUOP_initialise restriction for non-PV vCPUs Roger Pau Monne
2024-03-20 14:06 ` Andrew Cooper
2024-03-20 14:26 ` Roger Pau Monné
2024-03-20 14:39 ` Andrew Cooper
2024-03-26 22:08 ` Julien Grall
2024-03-27 7:15 ` Jan Beulich
2024-03-20 15:03 ` Jan Beulich
2024-03-20 15:09 ` Jan Beulich
2024-03-20 15:20 ` Andrew Cooper
2024-03-21 7:55 ` Jan Beulich
2024-03-20 16:29 ` Roger Pau Monné [this message]
2024-03-21 8:07 ` Jan Beulich
2024-03-21 9:10 ` Roger Pau Monné
2024-03-21 9:17 ` Jan Beulich
2024-03-21 9:57 ` Roger Pau Monné
2024-03-21 10:18 ` Jan Beulich
2024-03-25 10:17 ` Jan Beulich
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=ZfsPAj-ggY6unQef@macbook \
--to=roger.pau@citrix.com \
--cc=andrew.cooper3@citrix.com \
--cc=george.dunlap@citrix.com \
--cc=jbeulich@suse.com \
--cc=julien@xen.org \
--cc=sstabellini@kernel.org \
--cc=wl@xen.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.