Path to this page:
./
sysutils/xentools3,
Userland Tools for Xen
Branch: pkgsrc-2010Q4,
Version: 3.1.4nb7,
Package name: xentools3-3.1.4nb7,
Maintainer: bouyerThe Xen virtual machine monitor allows running several virtual machines
on a single physical machine. The xentools3 package contains the
tools to create, destroy and control the virtual machines.
The xentools3 package contains the tools for Xen 3
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.2 2007/10/07 12:59:15 kano 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]
Master sites:
SHA1: 0d784662776239195df10b3f29d40350f9d0644d
RMD160: c02ad2bd64e6306b127a4f37a8aa370dadc11859
Filesize: 6732.903 KB
Version history: (Expand)
- (2011-01-25) Package added to pkgsrc.se, version xentools3-3.1.4nb7 (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
|