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 to fix Mini-OS compilation and configuration

To: Xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Patch to fix Mini-OS compilation and configuration
From: Simon Kagstrom <simon.kagstrom@xxxxxx>
Date: Fri, 2 Sep 2005 11:46:16 +0200
Delivery-date: Fri, 02 Sep 2005 09:44:27 +0000
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/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>
Mail-followup-to: Xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.9i
Hello!

I was not able to build the minios in Xen unstable. The attached patch fixes
include/hypervisor.h which was not updated when __HYPERVISOR_dom_mem_op
disappeared. Further, xmalloc.c cannot find list.h, so I copied xen/list.h and
removed the asserts and prefetching. Finally, I've added a domain config and
modified the README to describe how to start it with the domain configuration.

// Simon

Attachment: mini-os.patch
Description: Text document

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Patch to fix Mini-OS compilation and configuration, Simon Kagstrom <=