pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils Update to final Xen 3.3.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/8d7e5d1bb1f0
branches: trunk
changeset: 546139:8d7e5d1bb1f0
user: cegger <cegger%pkgsrc.org@localhost>
date: Fri Aug 22 17:03:30 2008 +0000
description:
Update to final Xen 3.3.0.
Release notes for Xen 3.3.0:
This is a major new release with a host of new features including:
- Power management (P & C states) in the hypervisor
- HVM emulation domains ('qemu-on-minios') for better scalability,
performance and security
- PVGrub: boot PV kernels using real GRUB inside the PV domain
- Better PV performance: domain lock removed from pagetable-update paths
- Shadow3: optimisations to make this the best shadow pagetable algorithm
yet, making HVM performance better than ever
- Hardware Assisted Paging enhancements: 2MB page support for better TLB
locality
- CPUID feature levelling: allows safe domain migration across systems with
different CPU models.
- PVSCSI drivers for SCSI access direct into PV guests
- HVM framebuffer optimisations: scan for framebuffer updates more
efficiently
- Device passthrough enhancements
- Full x86 real-mode emulation for HVM guests on Intel VT: supports a much
wider range of legacy guest OSes
- New qemu merge with upstream development
- Many other changes in both x86 and IA64 ports
diffstat:
sysutils/xenkernel33/Makefile | 9 ++++-----
sysutils/xenkernel33/distinfo | 8 ++++----
sysutils/xentools33/Makefile | 7 +++----
sysutils/xentools33/distinfo | 8 ++++----
4 files changed, 15 insertions(+), 17 deletions(-)
diffs (74 lines):
diff -r c48f8841574c -r 8d7e5d1bb1f0 sysutils/xenkernel33/Makefile
--- a/sysutils/xenkernel33/Makefile Fri Aug 22 16:11:26 2008 +0000
+++ b/sysutils/xenkernel33/Makefile Fri Aug 22 17:03:30 2008 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.4 2008/08/20 15:06:49 cegger Exp $
+# $NetBSD: Makefile,v 1.5 2008/08/22 17:03:30 cegger Exp $
#
-VERSION= 3.3-18353
+VERSION= 3.3.0
DISTNAME= xen-${VERSION}
PKGNAME= xenkernel33-${VERSION}
CATEGORIES= sysutils
-#MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
-MASTER_SITES= http://www.netbsd.org/~cegger/
+MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
EXTRACT_SUFX= .tar.gz
MAINTAINER= cegger%NetBSD.org@localhost
HOMEPAGE= http://xen.org/
-COMMENT= Xen3.3.0-rc7 Kernel
+COMMENT= Xen 3.3.0 Kernel
ONLY_FOR_PLATFORM= Linux-2.6*-i386 Linux-2.6*-x86_64
ONLY_FOR_PLATFORM+= NetBSD-4.99.*-x86_64 NetBSD-4.99.*-i386
diff -r c48f8841574c -r 8d7e5d1bb1f0 sysutils/xenkernel33/distinfo
--- a/sysutils/xenkernel33/distinfo Fri Aug 22 16:11:26 2008 +0000
+++ b/sysutils/xenkernel33/distinfo Fri Aug 22 17:03:30 2008 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2008/08/20 15:06:49 cegger Exp $
+$NetBSD: distinfo,v 1.5 2008/08/22 17:03:30 cegger Exp $
-SHA1 (xen-3.3-18353.tar.gz) = 53d5d86644f8995bfbdc32d94d7a966a48208e9b
-RMD160 (xen-3.3-18353.tar.gz) = d927c75a490dfe84e29a592df65462c3bc2478df
-Size (xen-3.3-18353.tar.gz) = 8048779 bytes
+SHA1 (xen-3.3.0.tar.gz) = b6365864eeb5125e0f66a056c4c72816e1789358
+RMD160 (xen-3.3.0.tar.gz) = c98c08617e302ef4004d17cb0ba161d0ed7af59c
+Size (xen-3.3.0.tar.gz) = 11338614 bytes
SHA1 (patch-aa) = 2f29787cff46fbfb76eaa27d430e828cb1b6e0d3
diff -r c48f8841574c -r 8d7e5d1bb1f0 sysutils/xentools33/Makefile
--- a/sysutils/xentools33/Makefile Fri Aug 22 16:11:26 2008 +0000
+++ b/sysutils/xentools33/Makefile Fri Aug 22 17:03:30 2008 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.7 2008/08/20 15:07:16 cegger Exp $
+# $NetBSD: Makefile,v 1.8 2008/08/22 17:04:11 cegger Exp $
#
-VERSION= 3.3-18353
+VERSION= 3.3.0
DISTNAME= xen-${VERSION}
PKGNAME= xentools33-${VERSION}
CATEGORIES= sysutils
-#MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
-MASTER_SITES= http://www.netbsd.org/~cegger/
+MASTER_SITES= http://bits.xensource.com/oss-xen/release/${VERSION}/
EXTRACT_SUFX= .tar.gz
MAINTAINER= cegger%NetBSD.org@localhost
diff -r c48f8841574c -r 8d7e5d1bb1f0 sysutils/xentools33/distinfo
--- a/sysutils/xentools33/distinfo Fri Aug 22 16:11:26 2008 +0000
+++ b/sysutils/xentools33/distinfo Fri Aug 22 17:03:30 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2008/08/20 15:07:16 cegger Exp $
+$NetBSD: distinfo,v 1.10 2008/08/22 17:04:11 cegger Exp $
-SHA1 (xen-3.3-18353.tar.gz) = 53d5d86644f8995bfbdc32d94d7a966a48208e9b
-RMD160 (xen-3.3-18353.tar.gz) = d927c75a490dfe84e29a592df65462c3bc2478df
-Size (xen-3.3-18353.tar.gz) = 8048779 bytes
+SHA1 (xen-3.3.0.tar.gz) = b6365864eeb5125e0f66a056c4c72816e1789358
+RMD160 (xen-3.3.0.tar.gz) = c98c08617e302ef4004d17cb0ba161d0ed7af59c
+Size (xen-3.3.0.tar.gz) = 11338614 bytes
SHA1 (patch-aa) = 74c3023e39baf488f8bae060e93f6175b32df61a
SHA1 (patch-ab) = a6244d421dc995c9bcbc9959de422972f9d46b6d
SHA1 (patch-ac) = 70af1b1a787b9dad9e41a2ffe14d595c6797b4d7
Home |
Main Index |
Thread Index |
Old Index