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 Add a hypercall API to Xen and to Linux kernel

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] HOW-TO Add a hypercall API to Xen and to Linux kernel
From: Дмитрий Головинов <dimka87@xxxxxxxxx>
Date: Sat, 14 Mar 2009 19:05:21 +0300
Delivery-date: Sat, 14 Mar 2009 09:05:49 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=am/FqI2sqNCOIaZ0TWxeQ5VGVQEuc2LaSfKHweBOt4E=; b=Bvx3PsSD3ZkjkcHu7kbNWjmfHGZxpBaCpHdO8KGPoL5+UhdKl6Nqw4VNrKrNs2Qz/7 04QNsqQQp0PiaeUSq+2p+zaRJRQ54NgF/Nl+TJ2Eb0Ux8Wv9Ezf50eZ8SxtRVVrAe+W2 ShKqH8i66GnAgNqc5FROVIUrQcUjmSAb1tkzE=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=GQrWSE8FLRnO7qq0KBdWVxoen8XRqz3Eghn4l66HDCqzbHHB2AJUlWdL4EbWu9c0Bn QKFEk4jvoI+P11OHd/R3HIEYrYZXlHXsUL3zva0aJStCgpfPljtQyBFgpcwrxxZvmrLb 7S4Rdikzo6Uw88p+01w3JfFQCHzHMPaJAcyhg=
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
See subj. I want to add a hypercall. From hypervisor - i ve found
-xen/include/public/xen.h
-xen/include/asm-x86/hypercall.h
-xen/arch/x86/x86_32/entry.S
-xen/arch/x86/x86_64/entry.S
I ve made necessary changes in them, but where to add a code in a linux kernel?
Or is there any text, that can help me?

_______________________________________________
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 Add a hypercall API to Xen and to Linux kernel, Дмитрий Головинов <=