xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: "Jan Beulich" <JBeulich@suse.com>
To: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: elena.ufimtseva@oracle.com, tim@xen.org, wei.liu2@citrix.com,
	ian.campbell@citrix.com, stefano.stabellini@eu.citrix.com,
	andrew.cooper3@citrix.com, ian.jackson@eu.citrix.com,
	xen-devel@lists.xen.org, roger.pau@citrix.com
Subject: Re: [PATCH v2 1/4] x86/compat: Test whether guest has 32b shinfo instead of being a PV 32b domain
Date: Thu, 09 Jul 2015 17:15:26 +0100	[thread overview]
Message-ID: <559EBA3E020000780008EF5C@mail.emea.novell.com> (raw)
In-Reply-To: <559E9BE7.80903@oracle.com>

>>> On 09.07.15 at 18:05, <boris.ostrovsky@oracle.com> wrote:
> On 07/09/2015 10:30 AM, Boris Ostrovsky wrote:
>> On 07/09/2015 10:17 AM, Jan Beulich wrote:
>>>>>> On 09.07.15 at 16:10, <boris.ostrovsky@oracle.com> wrote:
>>>> On 07/09/2015 03:02 AM, Jan Beulich wrote:
>>>>>>>> On 08.07.15 at 22:57, <boris.ostrovsky@oracle.com> wrote:
>>>>>> As I started to update the patches I realized that in some cases
>>>>>> (especially in arch_do_domctl():XEN_DOMCTL_get_address_size) we don't
>>>>>> have VCPU (which is what hvm_guest_x86_mode() wants) but rather 
>>>>>> only the
>>>>>> domain. d->vcpu[0] should work. Otherwise I'll either need a new 
>>>>>> field
>>>>>> in struct domain or wrap has_32bit_shinfo into something 
>>>>>> PVH-specific,
>>>>>> like is_32bit_pvh_vcpu().
>>>>> Shouldn't XEN_DOMCTL_get_address_size be handled HVM-like
>>>>> for PVH, especially if you also intend the tools to use the 64-bit
>>>>> guest context variant even for 32-bit PVH? Once again - are you
>>>>> intending to prohibit 32-bit PVH switching to 64-bit mode (which
>>>>> would seem both wrong and possibly cumbersome to me)?
>>>> With current PVH implementation I don't think we can switch. We are
>>>> starting the guest in very much PV-like fashion. That's why we are
>>>> getting into switch_compat() --- via XEN_DOMCTL_set_address_size.
>>>>
>>>> For XEN_DOMCTL_get_address_size specifically we need to be able to
>>>> figure out the mode *before* the guest is running because we use it to
>>>> set cpuid bits in xc_cpuid_pv_policy(). So just that means we can't
>>>> change the mode.
>>> Okay - but is there code (being put) in place to refuse switch
>>> attempts?
>>
>> No, I should add code to deal with this.
> 
> Forgot to include here --- so what is your preference wrt what I am 
> asking in the first paragraph? d->vcpu[0], new field (or maybe a flag 
> with bits per 32bit-pv and 32bit-pvh), or a PVH-wrapper for 
> has_32bit_shinfo?

To be honest, my preference would be to have none of those, and
have the whole thing more HVM-like from the beginning. Considering
that this isn't realistic, a PVH alias for has_32bit_shinfo() would seem
least ugly to me.

Jan

  reply	other threads:[~2015-07-09 16:15 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-29 20:21 [PATCH v2 0/4] 32-bit domU PVH support Boris Ostrovsky
2015-06-29 20:21 ` [PATCH v2 1/4] x86/compat: Test whether guest has 32b shinfo instead of being a PV 32b domain Boris Ostrovsky
2015-07-07  9:11   ` Jan Beulich
2015-07-07 15:46     ` Boris Ostrovsky
2015-07-07 16:15       ` Jan Beulich
2015-07-07 17:13         ` Boris Ostrovsky
2015-07-08  6:48           ` Jan Beulich
2015-07-08 13:59             ` Boris Ostrovsky
2015-07-08 14:08               ` Jan Beulich
2015-07-08 14:40                 ` Boris Ostrovsky
2015-07-08 14:50                   ` Jan Beulich
2015-07-08 20:57                     ` Boris Ostrovsky
2015-07-09  7:02                       ` Jan Beulich
2015-07-09 14:10                         ` Boris Ostrovsky
2015-07-09 14:17                           ` Jan Beulich
2015-07-09 14:30                             ` Boris Ostrovsky
2015-07-09 16:05                               ` Boris Ostrovsky
2015-07-09 16:15                                 ` Jan Beulich [this message]
2015-06-29 20:21 ` [PATCH v2 2/4] x86/pvh: Set 32b PVH guest mode in XEN_DOMCTL_set_address_size Boris Ostrovsky
2015-07-07  9:15   ` Jan Beulich
2015-07-07 15:53     ` Boris Ostrovsky
2015-07-07 16:16       ` Jan Beulich
2015-06-29 20:21 ` [PATCH v2 3/4] x86/pvh: Handle hypercalls for 32b PVH guests Boris Ostrovsky
2015-07-07  9:20   ` Jan Beulich
2015-07-07 15:54     ` Boris Ostrovsky
2015-06-29 20:21 ` [PATCH v2 4/4] libxc/x86/pvh: Allow creation of " Boris Ostrovsky

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=559EBA3E020000780008EF5C@mail.emea.novell.com \
    --to=jbeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=elena.ufimtseva@oracle.com \
    --cc=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=roger.pau@citrix.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=tim@xen.org \
    --cc=wei.liu2@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).