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 can I add new custom hyper-calls to a specific DomU ?

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] How can I add new custom hyper-calls to a specific DomU ?
From: kazushi takahashi <w1ndoz@xxxxxxxxxxxxxxxx>
Date: Mon, 10 Aug 2009 12:01:36 +0900
Delivery-date: Sun, 09 Aug 2009 20:02:03 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=+G+iPzHZebYhWkPtQOaCBe+2SzfnJFxhby19a2O7C/w=; b=QppJcpe9/szLxe6Ty+2fGL4kNztSOtuvQoMTPVX3gXy9Ao06wzQgFo1HUw5Z4AcKRh EyW1LAIqCN7hoPt/vaLcpHgiuse87EH17/BXc/DZEpKvRmF3RNSP6reDz9EThd001wBE dwWSDLneApSLBIB6vGo8MVAGWcxnbBltPL7NI=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=fnYMuBpu2O0REIry7wO4GhRR5K3y2HMxy91XVRqLP4U9xrk0LRcF9futA7ObE5CH/l vvcd4t6ISMtWwalfPFVLx2Rr0AdoWP+rrO1AvddIF5SSgSGTce6b9CGQr8bD6wUSFUY2 g1tYFpnouR58rZ4Elr+pZiJdqYFDF3QEonA88=
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.

As stated in the thread subject, How can I add new custom hyper-calls
to a specific DomU ?

I am developing a new tool for Xen 3.4.0-rc3.
I want to communicate between Dom0 and the DomU by some string
messages with VMCALL.

Incidentally, I have my driver which execute VMCALL instruction on Windows.
I would send messages between Dom0 and DomU by using this driver.

So, I am looking for the method that Dom0 injects the custom
hyper-calls into a specific DomU.
Which function should I use in libxc ?

Any advice?
Thanks.

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

<Prev in Thread] Current Thread [Next in Thread>