Path to this page:
./
sysutils/xentools415,
Userland Tools for Xen 4.15.x
Branch: pkgsrc-2021Q4,
Version: 4.15.2,
Package name: xentools415-4.15.2,
Maintainer: bouyerThe Xen virtual machine monitor allows running several virtual machines
on a single physical machine. The xentools415 package contains the
tools to create, destroy and control the virtual machines.
This package contains the tools for Xen 4.15.x
MESSAGE.NetBSD [+/-]===========================================================================
$NetBSD: MESSAGE.NetBSD,v 1.2 2021/05/09 03:46:24 khorben 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
===========================================================================
WARNING: this version switches from the unmaintained qemu-xen-traditional
(aka qemu-dm) to qemu-upstream (aka qemu-system-i386, aka qemu-xen).
To switch back to qemu-xen-traditional add
device_model_version='qemu-xen-traditional'
to your HVM domain config file.
Use of qemu-xen-traditional is deprecated and is not recommended. It may
have security issues.
===========================================================================
Master sites:
Version history: (Expand)
- (2022-03-24) Updated to version: xentools415-4.15.2
- (2022-01-05) Package added to pkgsrc.se, version xentools415-4.15.1nb2 (created)
CVS history: (Expand)
2022-03-24 19:59:43 by Benny Siegert | Files touched by this commit (5) |
Log message:
Pullup ticket #6597 - requested by bouyer
sysutils/xenkernel415: security fix
sysutils/xentools415: security fix
Revisions pulled up:
- sysutils/xenkernel415/Makefile 1.4
- sysutils/xenkernel415/distinfo 1.5
- sysutils/xenkernel415/patches/patch-xen_arch_x86_boot_build32.mk 1.2
- sysutils/xentools415/Makefile 1.10
- sysutils/xentools415/distinfo 1.7
---
Module Name: pkgsrc
Committed By: bouyer
Date: Fri Mar 4 17:54:08 UTC 2022
Modified Files:
pkgsrc/sysutils/xenkernel415: Makefile distinfo
pkgsrc/sysutils/xenkernel415/patches:
patch-xen_arch_x86_boot_build32.mk
pkgsrc/sysutils/xentools415: Makefile distinfo
Log message:
Update xenkernel415 and xentools415 to 4.15.2
Changes from 4.15.1 are bugfixes, some performance improvements and
some security hardening. It also includes all fixes for XSA up to 395.
|