38d07fb5f4
on a single physical machine. The xentools41 package contains the tools to create, destroy and control the virtual machines. This package contains the tools for Xen 4.1.x Release notes: The Xen team is pleased to announce the release of Xen 4.1. The result of nearly 12 months of development, new features include: * A re-architected and improved XL toolstack replacing XM/XEND * Prototype credit2 scheduler designed for latency-sensitive workloads and very large systems. * CPU Pools for advanced partitioning. * Support for large systems (>255 processors) * Support for x86 Advanced Vector eXtension (AVX). * New Memory Access API enabling integration of 3rd party security solutions into Xen virtualized environments. * Many IOMMU fixes (both Intel VT-d IOMMU and AMD IOMMU). * Many toolstack and buildsystem fixes for Linux and NetBSD hosts. * Thirdparty libs: libvirt driver for libxl has been merged to upstream libvirt. * HVM guest PXE boot enhancements, replacing gPXE with iPXE. * Even better stability through our new automated regression tests. Detailed release notes, including a more extensive feature list: http://wiki.xen.org/xenwiki/Xen4.1 To download tarballs: http://xen.org/products/xen_source.html Or the Mercurial source repository (tag 'RELEASE-4.1.0'): http://xenbits.xen.org/xen-unstable.hg And the announcement on the Xen blog: http://blog.xen.org/index.php/2011/03/25/xen-4-1-releases/ Thanks to the many people who have contributed to this release! Regards, The Xen Team
13 lines
770 B
Text
13 lines
770 B
Text
$NetBSD: patch-cd,v 1.1.1.1 2011/04/06 09:10:27 cegger Exp $
|
|
|
|
--- python/xen/xm/create.py.orig 2010-04-07 16:12:05.000000000 +0000
|
|
+++ python/xen/xm/create.py
|
|
@@ -426,7 +426,7 @@ gopts.var('vtpm', val="instance=INSTANCE
|
|
preferred instance number. The hotplug script will determine
|
|
which instance number will actually be assigned to the domain.
|
|
The associtation between virtual machine and the TPM instance
|
|
- number can be found in /etc/xen/vtpm.db. Use the backend in the
|
|
+ number can be found in @XENDCONFDIR@/vtpm.db. Use the backend in the
|
|
given domain.
|
|
The type parameter can be used to select a specific driver type
|
|
that the VM can use. To prevent a fully virtualized domain (HVM)
|