Path to this page:
./
sysutils/xentools33,
Userland Tools for Xen 3.3.x
Branch: pkgsrc-2010Q4,
Version: 3.3.2nb5,
Package name: xentools33-3.3.2nb5,
Maintainer: ceggerThe Xen virtual machine monitor allows running several virtual machines
on a single physical machine. The xentools33 package contains the
tools to create, destroy and control the virtual machines.
The xentools33 package contains the tools for Xen 3.3.x
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.1.1.1 2008/08/07 20:26:56 cegger Exp $
Please ensure that the Xen-specific devices needed by xend(8) exist:
cd /dev && sh MAKEDEV xen
There are example configuration files for setting up a guest domain in:
${EGDIR}/
Please also refer to the the "NetBSD/xen How-To" for more information on
creating a Xen setup:
http://www.NetBSD.org/ports/xen/howto.html
===========================================================================
Required to run:[
lang/python26] [
devel/py-readline] [
devel/py-curses]
Required to build:[
lang/perl5] [
devel/gmake] [
devel/dev86]
Master sites:
SHA1: 7f438e73ac81b25cf5e1570709e87001066bafe4
RMD160: 28faa56286f2a418e35dcba6079570ea871d6c7b
Filesize: 11091.383 KB
Version history: (Expand)
- (2011-01-25) Package added to pkgsrc.se, version xentools33-3.3.2nb5 (created)
CVS history: (Expand)
2011-01-12 19:32:19 by Matthias Scheler | Files touched by this commit (10) |
Log message:
Pullup ticket #3323 - requested by jym
sysutils/xentools3: improve NetBSD support
sysutils/xentools33: improve NetBSD support
Revisions pulled up:
- sysutils/xentools3/Makefile 1.23
- sysutils/xentools3/PLIST 1.4
- sysutils/xentools3/files/vif-bridge-nbsd 1.2
- sysutils/xentools3/files/vif-ip-nbsd 1.2
- sysutils/xentools3/files/xen-subr-nbsd 1.1
- sysutils/xentools33/Makefile 1.23
- sysutils/xentools33/PLIST 1.10
- sysutils/xentools33/files/vif-bridge-nbsd 1.2
- sysutils/xentools33/files/vif-ip-nbsd 1.2
- sysutils/xentools33/files/xen-subr-nbsd 1.1
---
Module Name: pkgsrc
Committed By: jym
Date: Wed Jan 12 00:11:20 UTC 2011
Modified Files:
pkgsrc/sysutils/xentools3: Makefile PLIST
pkgsrc/sysutils/xentools3/files: vif-bridge-nbsd vif-ip-nbsd
Added Files:
pkgsrc/sysutils/xentools3/files: xen-subr-nbsd
Log message:
Add support for "vifname" keys inside XenStore. Its value is the
interface name for the vif, e.g. xvif(4) for dom0, and xennet(4)
for domU.
This allows querying the XenStore for the vif names, rather than
hardcoding their syntax in vif-* scripts.
Add a xen-subr shell script that can contain customized functions, and
include it in the vif-ip/vif-bridge scripts.
Introduce xenstore_read_default that returns the value of a specific
key from XenStore, or the default specified value when key is absent.
Bump revision.
ok bouyer@.
See http://mail-index.netbsd.org/port-xen/2011/01/11/msg006405.html
---
Module Name: pkgsrc
Committed By: jym
Date: Wed Jan 12 00:12:14 UTC 2011
Modified Files:
pkgsrc/sysutils/xentools33: Makefile PLIST
pkgsrc/sysutils/xentools33/files: vif-bridge-nbsd vif-ip-nbsd
Added Files:
pkgsrc/sysutils/xentools33/files: xen-subr-nbsd
Log message:
Add support for "vifname" keys inside XenStore. Its value is the
interface name for the vif, e.g. xvif(4) for dom0, and xennet(4)
for domU.
This allows querying the XenStore for the vif names, rather than
hardcoding their syntax in vif-* scripts.
Add a xen-subr shell script that can contain customized functions, and
include it in the vif-ip/vif-bridge scripts.
Introduce xenstore_read_default that returns the value of a specific
key from XenStore, or the default specified value when key is absent.
Bump revision.
ok bouyer@.
See http://mail-index.netbsd.org/port-xen/2011/01/11/msg006405.html
|