[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] Converting a HVM Guest into a PV-on-HVM Guest
- To: xen-users@xxxxxxxxxxxxxxxxxxx
- From: Srujan Kotikela <ksrujandas@xxxxxxxxx>
- Date: Mon, 20 Jun 2011 21:23:09 -0500
- Delivery-date: Mon, 20 Jun 2011 19:24:33 -0700
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=CGB07hZORQKE+b1AqtQ643aTQC4ErfN04PquOk8ZqUlbyITMVVscRd1oUS4k1QUcgF kxOdjOLnp4nMFopqdePt/4bv9pTXzfoHz6UZU8xvnC5eoJt6+XRkWXgqxQWSDbmHYDoh 4JM/EmWSM6Immif+lrZG0lmXG2cQZ8JD8qmu8=
- List-id: Xen user discussion <xen-users.lists.xensource.com>
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
|