|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Converting a HVM Guest into a PV-on-HVM Guest
forgot to cc, earlier.
On Mon, Jun 20, 2011 at 9:22 PM, Srujan Kotikela <ksrujandas@xxxxxxxxx> wrote:
Hi Todd,
Thanks for the reply.
I am trying to invoke a hypercall from the HVM guest. The only way I did hypercalls from DomU till now (on PV guests) is use the libxc library do_xen_hypercall (which in turn uses do_privcmd which in turn uses ioctl).
Now I have a added a custom hypercall to xen and I am trying to invoke it from HVM guest. As the HVM guest is not xenified (-linux) it doesn't have the privcmd interface (/proc/xen/privcmd). So I am looking for a way to invoke the custom hypercall from HVM. While in this try, I found that pv-on-hvm will enable hypercalls from HVM guest. However I also read that it may not allow all the hypercalls (correct me if I am wrong).
Sorry for not being unclear, earlier.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|