./sysutils/xenkernel41, Xen 4.1.1 Kernel

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q3, Version: 4.1.1, Package name: xenkernel41-4.1.1, Maintainer: cegger

Xen is a virtual machine monitor which supports running multiple
guests operating systems on a single machine. Guest OSes (also called "domains")
require a modified kernel which supports Xen hypercalls in replacement
to access to the physical hardware. At boot, the xen kernel is loaded
along with the guest kernel for the first domain (called domain0).
domain0 has privileges to access the physical hardware (PCI
and ISA devices), administrate other domains and provide virtual
devices (disks and network) to other domains.

This package contains the Xen4 kernel itself.


Required to build:
[lang/python26] [devel/gmake]

Master sites:

SHA1: f1b5ef4b663c339faf9c77fc895327cfbcc9776c
RMD160: 4b3c0641b0f098889f627662aa6b8fea00c5b636
Filesize: 10112.915 KB

Version history: (Expand)


CVS history: (Expand)


   2011-10-18 23:38:07 by Steven Drake | Files touched by this commit (2)
Log message:
Pullup ticket #3570 - requested by bouyer
sysutils/xenkernel41 build fix

Revisions pulled up:
- sysutils/xenkernel41/Makefile                                 1.3
- sysutils/xentools41/Makefile                                  1.12

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Sun Oct 16 20:32:44 UTC 2011

   Modified Files:
   	pkgsrc/sysutils/xenkernel41: Makefile

   Log message:
   This builds fine on netbsd-5, so relax ONLY_FOR_PLATFORM

---
   Module Name:	pkgsrc
   Committed By:	bouyer
   Date:		Sun Oct 16 20:33:35 UTC 2011

   Modified Files:
   	pkgsrc/sysutils/xentools41: Makefile

   Log message:
   This needs iasl to build, so depend on acpica-utils if /usr/bin/iasl
   doens't exist.