|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 4/6] xen/x86/pvh: Set up descriptors for 32-bit PVH guests
On 07/17/2015 01:52 PM, Boris Ostrovsky wrote: On 07/17/2015 12:43 PM, Konrad Rzeszutek Wilk wrote:On Fri, Jul 17, 2015 at 11:36:29AM -0400, Boris Ostrovsky wrote:On 07/17/2015 11:21 AM, Konrad Rzeszutek Wilk wrote:load_percpu_segment() is part of switch_to_new_gdt(), so I thought there isOn Thu, Jul 16, 2015 at 05:43:39PM -0400, Boris Ostrovsky wrote:Signed-off-by: Boris Ostrovsky <boris.ostrovsky@xxxxxxxxxx> --- Changes in v2: * Set segment selectors using loadsegment() instead of assembly arch/x86/xen/enlighten.c | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index f8dc398..d665b1d 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c@@ -1362,12 +1362,12 @@ static void __init xen_boot_params_init_edd(void) No, I shouldn't.Until the new GDT is loaded we can't load selectors since current GDT doesn't have descriptors set up for them. And so any attempt to load uninitialized selectors results in a fault. This worked for 64-bit guests because there we load zero into %gs and that is allowed (processor doesn't perform descriptor checks for the first 4 indexes). But for 32-bit guests we load %fs with 0xd8. And the reason the code worked before was because we are using "master" per-cpu area and because GDT is the same for all CPUs at that point. Or so I think. -boris _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |