I still have a question:
 How windows OS_INIT handler do? How can I confirm whether PAL_INIT executed 
successful in windows? ( in Linux , I can see a lot of dump info on screen) 

Good good study,day day up ! ^_^
-Wing(zhang xin)
 
OTC,Intel Corporation

-----Original Message-----
From: Masaki Kanno [mailto:[EMAIL PROTECTED] 
Sent: 2006年11月6日 18:18
To: Zhang, Xing Z; xen-ia64-devel@lists.xensource.com
Subject: Re: [Xen-ia64-devel] [Patch] Guest PAL_INIT support for IPI

Hi Zhang,

We were looking forward to your patches. 
We have a question and a comment.

Question:
  How can we inject the INIT interrupt into domVTi?
  We made xm os-init command, and tested your patch.
  But INIT handler of domVTi was not executed, we think.
  We attach two files.
   - merge.patch : It is a patch that we tested.
   - xenctx.log  : It is a cpu-context of domVTi after we test.

Comment:
  We think that TODO line is unnecessary.

@@ -404,7 +419,7 @@ static void deliver_ipi (VCPU *vcpu, uin
         break;
     case 5:     // INIT
         // TODO -- inject guest INIT        <---------- This!
-        panic_domain (NULL, "Inject guest INIT!\n");
+        vmx_inject_guest_pal_init(vcpu);
         break;
     case 7:     // ExtINT
         vmx_vcpu_pend_interrupt (vcpu, 0);

Best regards,
 Kan and Akio

>This patch add guest PAL_INIT support for IPI
>
> 
>
>Signed-off-by, Zhang Xin < [EMAIL PROTECTED]
>
> 
>
>Good good study,day day up ! ^_^
>
>-Wing(zhang xin)
>
> 
>
>OTC,Intel Corporation
>
> 
>
>
>-------------------------------text/plain-------------------------------
>_______________________________________________
>Xen-ia64-devel mailing list
>Xen-ia64-devel@lists.xensource.com
>http://lists.xensource.com/xen-ia64-devel

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel

Reply via email to