Re: [Xen-devel] Hypercall invoking

2016-05-10 Thread Meng Xu
On Tue, May 10, 2016 at 6:12 AM, tutu sky wrote: > > > > From: Dario Faggioli > Sent: Tuesday, May 10, 2016 7:32 AM > To: tutu sky; Xen-devel@lists.xen.org > Subject: Re: [Xen-devel] Hypercall invoking > > On Tue, 2016-05-

Re: [Xen-devel] Hypercall invoking

2016-05-10 Thread tutu sky
From: Dario Faggioli Sent: Tuesday, May 10, 2016 7:32 AM To: tutu sky; Xen-devel@lists.xen.org Subject: Re: [Xen-devel] Hypercall invoking On Tue, 2016-05-10 at 06:49 +, tutu sky wrote: > Hi, > I added a new hypercall to xen successfully, but

Re: [Xen-devel] Hypercall invoking

2016-05-10 Thread Dario Faggioli
On Tue, 2016-05-10 at 06:49 +, tutu sky wrote: > Hi, > I added a new hypercall to xen successfully, but when i try to invoke > it in dom0 using privcmd, i am unable to invoke (using XC), I must cd > to /xen.x.y.z/tools/xcutils and then try to invoke hypercall by XC > interface which i created f

[Xen-devel] Hypercall invoking

2016-05-09 Thread tutu sky
Hi, I added a new hypercall to xen successfully, but when i try to invoke it in dom0 using privcmd, i am unable to invoke (using XC), I must cd to /xen.x.y.z/tools/xcutils and then try to invoke hypercall by XC interface which i created for it. DO functions of hypercall is written in /xen/common