From: "Roger Pau Monné" <roger.pau@citrix.com>
To: George Dunlap <george.dunlap@eu.citrix.com>
Cc: xen-devel@lists.xenproject.org, Keir Fraser <keir@xen.org>,
Tim Deegan <tim@xen.org>, Jan Beulich <JBeulich@suse.com>
Subject: Re: [PATCH RFC v2] pvh: clearly specify used parameters in vcpu_guest_context
Date: Tue, 19 Nov 2013 11:44:27 +0100 [thread overview]
Message-ID: <528B410B.50402@citrix.com> (raw)
In-Reply-To: <528B3EA3.9090008@eu.citrix.com>
On 19/11/13 11:34, George Dunlap wrote:
> On 11/18/2013 06:18 PM, Roger Pau Monne wrote:
>> if ( has_hvm_container_vcpu(v) )
>> {
>> - /*
>> - * NB: TF_kernel_mode is set unconditionally for HVM guests,
>> - * so we always use the gs_base_kernel here. If we change this
>> - * function to imitate the PV functionality, we'll need to
>> - * make it pay attention to the kernel bit.
>> - */
>> - hvm_set_info_guest(v, compat ? 0 : c.nat->gs_base_kernel);
>
> I think we still need to call hvm_set_info_guest() here -- there is
> other stuff being set up, and it was called (without the extra argument
> for gs_base_kernel) before the PVH patch series went in.
>
> (See c/s 35b1e07.)
I see, I will restore the hvm_set_info_guest call, good catch.
>
>>
>> if ( is_hvm_vcpu(v) || v->is_initialised )
>> goto out;
>>
>> + if ( c.nat->ctrlreg[0] ) {
>> + v->arch.hvm_vcpu.guest_cr[0] |= c.nat->ctrlreg[0];
>> + hvm_update_guest_cr(v, 0);
>> + }
>> +
>> + if ( c.nat->ctrlreg[4] ) {
>> + v->arch.hvm_vcpu.guest_cr[4] |= c.nat->ctrlreg[4];
>> + hvm_update_guest_cr(v, 4);
>> + }
>
> I thought the idea was that he would set cr0, cr3, and cr4 for all HVM
> guests, rather than special-casing PVH guests?
Well, I was just trying to make the PVH AP bringup interface stable,
without messing much with HVM (not that we shouldn't aim to do it for
HVM guests also), but I think the main concern now is releasing 4.4 with
a stable interface for PVH guests.
Thanks, Roger.
prev parent reply other threads:[~2013-11-19 10:44 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-18 18:18 [PATCH RFC v2] pvh: clearly specify used parameters in vcpu_guest_context Roger Pau Monne
2013-11-18 22:30 ` Mukesh Rathor
2013-11-19 11:11 ` George Dunlap
2013-11-19 10:34 ` George Dunlap
2013-11-19 10:42 ` Roger Pau Monné
2013-11-19 11:10 ` George Dunlap
2013-11-19 10:44 ` 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=528B410B.50402@citrix.com \
--to=roger.pau@citrix.com \
--cc=JBeulich@suse.com \
--cc=george.dunlap@eu.citrix.com \
--cc=keir@xen.org \
--cc=tim@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.