f9a2cde352
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.
14 lines
381 B
Text
14 lines
381 B
Text
$NetBSD: patch-ax,v 1.1.1.1 2007/06/14 19:39:46 bouyer Exp $
|
|
|
|
--- misc/xend.orig 2006-10-17 15:33:55.000000000 +0200
|
|
+++ misc/xend 2006-10-17 15:38:47.000000000 +0200
|
|
@@ -94,8 +94,7 @@
|
|
os.execvp('xenconsoled', ['xenconsoled'])
|
|
|
|
def start_blktapctrl():
|
|
- if os.fork() == 0:
|
|
- os.execvp('blktapctrl', ['blktapctrl'])
|
|
+ ''
|
|
|
|
def main():
|
|
try:
|