WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] how to call a hypercall from the guest OS of HVM

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] how to call a hypercall from the guest OS of HVM
From: WangWei王伟 <wangwei.cs@xxxxxxxxx>
Date: Sun, 25 Apr 2010 11:25:47 +0800
Delivery-date: Tue, 04 May 2010 06:47:08 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=dN2szE0JiyXXeMuzlIpQNSqPRCZ4iwgu+7T70AdGwsg=; b=nkuR88iQwT9JvnVIGcPv8+1mCYKPSFmUiR0vAR8DB4VstyomfnOAGHXz1fUqRousJ1 wAKPE5diqzmjl56y4VvUpGWuRJJpX46VZXkQebUR3n66XhIML0t00CrOS51b2XFwAR2Q qc4xcsJWoveCIo4GVq/oVXEyWVGBu8qtoE7v4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=UAN35iwlw2UlY3LCfrXmWlAjm1sS0DDFbrOrWWllPYnBzFZBX2BAFdphcyr0fNdWEr /ehM+y1sWwIj2ugTBXejoqWtamBPLZFAvTlzZ7f6WWEvmiisXILTlsHyPVyiklrx0wRz 2LzhV+mqRxUze/V/Tsg/KKVDwQey3D8Gw+QjE=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi all,
My guest OS is of HVM.I want to  pass a parameter to the VMM .As far as I know ,there is a hvm_op in VMM to deal with hypercall from the guset OS of HVM.but is there any function in the guest kernel that i can call to pass parameters.It seem that in HVM,there is no function supporting for  hypercall  directly.Then  what can  I  do?
Thank you.

Wei Wang.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] how to call a hypercall from the guest OS of HVM, WangWei王伟 <=