in version numbers, and upgrade to 3.1.0. Changes since 3.0.4: * XenAPI 1.0 support o XML configuration files for virtual machines; o VM life-cycle management operations; and o Secure on- or off-box XML-RPC with bindings for many languages * Basic save/restore/migrate support for HVM (e.g. Windows) VMs; * Dynamic memory control for HVM guests; * 32-on-64 PV guest support (run PAE PV VMs on a 64-bit Xen!); and * Blktap copy-on-write disk support. It also fixes some HVM bugs.
15 lines
487 B
Text
15 lines
487 B
Text
$NetBSD: patch-bw,v 1.1.1.1 2007/06/14 19:39:46 bouyer Exp $
|
|
|
|
--- xenstore/list.h.orig 2006-10-16 22:51:42.000000000 +0200
|
|
+++ xenstore/list.h 2006-10-16 22:51:57.000000000 +0200
|
|
@@ -3,6 +3,10 @@
|
|
/* Taken from Linux kernel code, but de-kernelized for userspace. */
|
|
#include <stddef.h>
|
|
|
|
+#undef LIST_HEAD_INIT
|
|
+#undef LIST_HEAD
|
|
+#undef INIT_LIST_HEAD
|
|
+
|
|
/*
|
|
* These are non-NULL pointers that will result in page faults
|
|
* under normal circumstances, used to verify that nobody uses
|