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.
16 lines
482 B
Text
16 lines
482 B
Text
$NetBSD: patch-be,v 1.1.1.1 2007/06/14 19:39:46 bouyer Exp $
|
|
|
|
--- python/xen/lowlevel/acm/acm.c.orig 2006-10-17 00:18:15.000000000 +0200
|
|
+++ python/xen/lowlevel/acm/acm.c 2006-10-17 00:18:25.000000000 +0200
|
|
@@ -26,10 +26,10 @@
|
|
#include <stdlib.h>
|
|
#include <sys/ioctl.h>
|
|
#include <netinet/in.h>
|
|
+#include <xenctrl.h>
|
|
#include <xen/acm.h>
|
|
#include <xen/acm_ops.h>
|
|
|
|
-#include <xenctrl.h>
|
|
|
|
#define PERROR(_m, _a...) \
|
|
fprintf(stderr, "ERROR: " _m " (%d = %s)\n" , ## _a , \
|