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] [PATCH] Update Mini-OS' __XEN_INTERFACE_VERSION__

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] Update Mini-OS' __XEN_INTERFACE_VERSION__
From: Derek Murray <Derek.Murray@xxxxxxxxxxxx>
Date: Mon, 18 Dec 2006 14:59:34 +0000
Delivery-date: Mon, 18 Dec 2006 06:59:39 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
In order to increment the __XEN_INTERFACE_VERSION__ for Mini-OS to 0x00030204, 
I've made the definition of the HYPERVISOR_dom0_op functions in the 
architecture-specific hypercall header files, and the inclusion of 
<xen/dom0_ops.h> in <hypervisor.h> conditional on the version being less than 
or equal to 0x00030203. I have also changed the version to 0x00030204 in the 
Makefile

Regards,

Derek Murray.

Attachment: minios_interface_version_conditional.diff
Description: minios_interface_version_conditional.diff

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Update Mini-OS' __XEN_INTERFACE_VERSION__, Derek Murray <=