Port details |
- xen-kernel47 Hypervisor using a microkernel design
- 4.7.2_9 emulators
=0 4.7.2_9Version of this port present on the latest quarterly branch. DEPRECATED: This port is about to be removed, please update to a newer Xen version
This port expired on: 2019-07-01
- Maintainer: royger@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2018-07-24 13:47:13
- Last Update: 2019-07-01 08:45:32
- SVN Revision: 505557
- License: GPLv2
- WWW:
- http://www.xenproject.org/
- Description:
- The Xen Project hypervisor is an open-source type-1 or baremetal hypervisor,
which makes it possible to run many instances of an operating system or indeed
different operating systems in parallel on a single machine (or host). The Xen
Project hypervisor is the only type-1 hypervisor that is available as open
source. It is used as the basis for a number of different commercial and open
source applications, such as: server virtualization, Infrastructure as a Service
(IaaS), desktop virtualization, security applications, embedded and hardware
appliances
WWW: http://www.xenproject.org/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xen-kernel47>0:emulators/xen-kernel47
- No installation instructions:
- This port has been deleted.
- PKGNAME: xen-kernel47
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1489059095
SHA256 (xen-4.7.2.tar.gz) = 61494a56d9251e2108080f95b0dc8e3d175f1ba4da34603fc07b91cfebf358d5
SIZE (xen-4.7.2.tar.gz) = 20714281
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
![pkg-fallout pkg-fallout](/images/fallout.svg)
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- python2.7 : lang/python27
- as : devel/binutils
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- cpe gmake python:2.7,build
- pkg-message:
- Please add the following entries in order to boot the xen kernel
In /etc/sysctl.conf:
vm.max_wired=-1
In /etc/ttys:
xc0 "/usr/libexec/getty Pc" xterm on secure
In /boot/loader.conf for a dom0 with 2G memory and 4 vcpus:
hw.pci.mcfg=0
xen_kernel="/boot/xen"
xen_cmdline="dom0_mem=2048M dom0_max_vcpus=4 dom0pvh=1 com1=115200,8n1 guest_loglvl=all loglvl=all"
Add to the above xen_cmdline in order to activate the serial console:
console=com1
In /boot/menu.rc.local:
try-include /boot/xen.4th
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.7.2_9 01 Jul 2019 08:45:32
![Revision:505557 Revision:505557](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove expired ports:
2019-07-01 emulators/xen-kernel47: This port is about to be removed, please
update to a newer Xen version
2019-07-01 sysutils/xen-tools47: This port is about to be removed, please update
to a newer Xen version |
4.7.2_9 27 Feb 2019 09:36:07
![Revision:494037 Revision:494037](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
royger ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
emulators/xen-kernel47 & sysutils/xen-tools47: deprecate
It's about to go out of security support, so mark it as deprecated.
Sponsored by: Citrix Systems R&D
Reviewed by: bapt
Differential revision: https://reviews.freebsd.org/D19283 |
4.7.2_9 02 Nov 2018 13:32:35
![Revision:483807 Revision:483807](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
4.7.2_9 24 Jul 2018 20:26:10
![Revision:475276 Revision:475276](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix INDEX and duplicate PKGBASEs |
4.7.2_9 24 Jul 2018 13:47:03
![Revision:475254 Revision:475254](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
royger ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
xen: rename to xen47
Preparatory change in order to import a newer Xen version while
keeping the previous one.
Reviewed by: bapt
Sponsored by: Citrix Systems R&D
Differential Revision: https://reviews.freebsd.org/D16416 |