All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: [patch] monitor_table is getting set to 0 for domux86_64
@ 2005-06-18 23:48 Nakajima, Jun
  2005-06-19  0:10 ` [patch] clear ctxt->flags before getdomaininfo Scott Parish
  0 siblings, 1 reply; 2+ messages in thread
From: Nakajima, Jun @ 2005-06-18 23:48 UTC (permalink / raw)
  To: Scott Parish; +Cc: Xen-devel

Scott Parish wrote:
> On Sat, Jun 18, 2005 at 07:49:11PM +0000, Scott Parish wrote:
> 
>> While the attached patch takes care of the problem, and i don't
>> understand everything i know about TF_kernel_mode and
>> guest_table_user, so likely a better solution is in order. If
>> somebody wouldn't mind saying a few words about either of these, i'd
>> appreciate it. 
> 
> I retract said patch--after understanding more of what i knew about
> TF_kernel_mode, and looking into the syscall problem, it seems clear
> that the problem is that TF_kernel_mode isn't set.
> 
> So now the question is, why is TF_kernel_mode is getting cleared by
> arch_set_info_guest()? (or why isn't VGCF_IN_KERNEL set?)

I think you need to set VGCF_IN_KERNEL for x86_64 domains in
xc_linux_build.c for initialization.

For example, we are setting VGCF_VMX_GUEST in the builder
(libxc/xc_vmx_build.c) like
    ctxt->flags = VGCF_VMX_GUEST; 
> 
> sRp

Jun
---
Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-06-19  0:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-18 23:48 [patch] monitor_table is getting set to 0 for domux86_64 Nakajima, Jun
2005-06-19  0:10 ` [patch] clear ctxt->flags before getdomaininfo Scott Parish

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.