summaryrefslogtreecommitdiff
path: root/sysutils/xentools41
AgeCommit message (Collapse)AuthorFilesLines
2012-09-12update to 4.1.3drochner7-68/+133
also add security patches from upstream changes: -fixes for vulnerabilities were integrated -many bug fixes and improvements, Highlights are: -Bug fixes and improvements to the libxl tool stack approved by maintainer
2012-07-16Do not skip domain's creation when a prehook cmd has been executed.jym2-4/+6
Reported by Brook Milligan on port-xen@.
2012-05-30Fix build failure reported by David Holland. I don't know why gmake didn'tbouyer3-3/+21
stop for me on this error. Bump PKGREVISION, as despite the error the package did build fine for me.
2012-05-30Fix path of the target file in patch files.taca2-5/+5
2012-05-29Add support for PCI pass-through for HVM guests, based on patch sent bybouyer9-3/+132
dukzcry <lomka@gero.in> on netbsd-users@ on may 14. This supports only HVM guests, and only with the xl tool. bump pkgrevision.
2012-05-10Correctly handle PKG_SYSCONFDIR - bump pkgrevisionabs3-3/+20
2012-03-09Bump PKGREVISION for python default version change to 2.7.wiz1-2/+2
py-* not affected, since it built different versions depending on the setting already.
2012-02-24"xl shutdown --halt" doesn't work, remove the "--halt"drochner1-1/+1
2012-02-03Pull up fix from Xen repository, fixing CVE-2012-0029:bouyer3-3/+49
Heap-based buffer overflow in the process_tx_desc function in the e1000 emulation allows the guest to cause a denial of service (QEMU crash) and possibly execute arbitrary code via crafted legacy mode packets. Bump PKGREVISION
2012-01-26Apply patch 79d1d3311319f3390f540f547becaba9d957f84ccegger3-4/+31
from qemu upstream: Fill in word 64 of IDENTIFY data to indicate support for PIO modes 3 and 4. This allows NetBSD guests to use UltraDMA modes instead of just PIO mode 0. With this patch I can no longer reproduce PR 42455. Bump package revision.
2011-12-14Regenerate diffs for GNU patch.sbd2-6/+7
2011-12-06Recursive bump for lang/ocaml buildlink addition.sbd1-1/+2
2011-10-29fix previousjmcneill2-5/+5
2011-10-29Fix build for 32-bit hosts with a 64-bit time_tjmcneill2-1/+42
2011-10-28Do not hardcode /usr/pkg, use $PREFIXbouyer2-1/+15
2011-10-26Re-add patch-dd and patch-de, without them it doesn't package properly.bouyer3-1/+25
Without these patches, config and sample files are installed in ${PREFIX}/etc/xen instead of ${PREFIX}/share/example/xen/
2011-10-21Update to Xen 4.1.2cegger4-30/+6
Fixes/features include: * New XL toolstack * kexec/kdump * Remus * Device passthrough to HVM guests * Interrupt handling * Support for Supervisor Mode Execution Protection (SMEP)
2011-10-16This needs iasl to build, so depend on acpica-utils if /usr/bin/iaslbouyer1-1/+4
doens't exist.
2011-10-07PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/shshattered4-4/+4
2011-10-03Switch to using version number from version.mk.sborrill1-2/+5
Conflict with xenstoretools. OK cegger@
2011-10-03Add patch to be used by xenstoretools to install a subset of the relevantsborrill2-1/+31
tools.
2011-10-03Pull out version number from main Makefile so that it can be shared bysborrill1-0/+5
sysutils/xenstoretools
2011-06-16Xen 4.1.1 (maintenance release)cegger4-271/+7
* Security fixes including CVE-2011-1583 CVE-2011-1898 * Enhancements to guest introspection (VM single stepping support for very fine-grained access control) * Many stability improvements, such as: PV-on-HVM stability fixes (fixing some IRQ issues), XSAVE cpu feature support for PV guests (allows safe use of latest multimedia instructions), RAS fixes for high availability, fixes for offlining bad pages and changes to libxc, mainly of benefit to libvirt * Compatibility fixes for newer Linux guests, newer compilers, some old guest savefiles, newer Python, grub2, some hardware/BIOS bugs.
2011-06-05Use REPLACE_PYTHON in the appropriate places - bump pkgrevisionabs1-2/+8
2011-05-20Add a patch which fixes 2 problems:bouyer3-3/+101
- use the correct way to get the size of a disk device or partition (from haad@NetBSD.org) - if given a block device, use the character device instead (the block device is already in use by the backend driver). With this I could succeffully boot a HVMPV FreeBSD kernel using a phy: virtual disk.
2011-05-12Apply patch from xen repository, fixing CVE-2011-1583bouyer3-3/+254
2011-05-07Try to fix CONF_FILES handling and some pkglint warnings.tnn6-19/+53
Bump PKGREVISION.
2011-05-07sort PLIST, add two missing ocaml filestnn1-64/+67
2011-05-07Override texi2html & pod2man detection so that manpages belonging totnn2-7/+16
emulators/qemu don't get spuriously overwritten during install.
2011-05-07drop superflous item in CHECK_PORTABILITY_SKIPtnn1-2/+2
2011-05-02Avoid using == in /bin/sh script. Bump PKGREVISIONabs3-3/+16
2011-04-15Add $NetBSD: $bouyer1-0/+2
2011-04-15Install hotplug scripts (actually called by xenbackendd on NetBSD)bouyer6-14/+53
in share/examples/xen/scripts, and copy them to etc/xen/scripts/. Bump pkgrevision
2011-04-06make ocaml-findlib and ocaml a build dependency as discussed with wiz@cegger1-2/+2
2011-04-06The Xen virtual machine monitor allows running several virtual machinescegger36-0/+2215
on a single physical machine. The xentools41 package contains the tools to create, destroy and control the virtual machines. This package contains the tools for Xen 4.1.x Release notes: The Xen team is pleased to announce the release of Xen 4.1. The result of nearly 12 months of development, new features include: * A re-architected and improved XL toolstack replacing XM/XEND * Prototype credit2 scheduler designed for latency-sensitive workloads and very large systems. * CPU Pools for advanced partitioning. * Support for large systems (>255 processors) * Support for x86 Advanced Vector eXtension (AVX). * New Memory Access API enabling integration of 3rd party security solutions into Xen virtualized environments. * Many IOMMU fixes (both Intel VT-d IOMMU and AMD IOMMU). * Many toolstack and buildsystem fixes for Linux and NetBSD hosts. * Thirdparty libs: libvirt driver for libxl has been merged to upstream libvirt. * HVM guest PXE boot enhancements, replacing gPXE with iPXE. * Even better stability through our new automated regression tests. Detailed release notes, including a more extensive feature list: http://wiki.xen.org/xenwiki/Xen4.1 To download tarballs: http://xen.org/products/xen_source.html Or the Mercurial source repository (tag 'RELEASE-4.1.0'): http://xenbits.xen.org/xen-unstable.hg And the announcement on the Xen blog: http://blog.xen.org/index.php/2011/03/25/xen-4-1-releases/ Thanks to the many people who have contributed to this release! Regards, The Xen Team