summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2008-10-21 01:08:55 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2008-10-21 01:08:55 +0000
commit59f24a8b28e59f8e15ea43a6b1cf31587774cb68 (patch)
tree6e535bdb17babfc50e1a81a9801efa725912dadc /app-emulation/kvm/ChangeLog
parentBump kvm to 77 (diff)
downloadgentoo-2-59f24a8b28e59f8e15ea43a6b1cf31587774cb68.tar.gz
gentoo-2-59f24a8b28e59f8e15ea43a6b1cf31587774cb68.tar.bz2
gentoo-2-59f24a8b28e59f8e15ea43a6b1cf31587774cb68.zip
Turn on modules by default; that's what most people want
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'app-emulation/kvm/ChangeLog')
-rw-r--r--app-emulation/kvm/ChangeLog44
1 files changed, 17 insertions, 27 deletions
diff --git a/app-emulation/kvm/ChangeLog b/app-emulation/kvm/ChangeLog
index 5e3f5c7afa8c..31fca587751e 100644
--- a/app-emulation/kvm/ChangeLog
+++ b/app-emulation/kvm/ChangeLog
@@ -1,39 +1,29 @@
# ChangeLog for app-emulation/kvm
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/kvm/ChangeLog,v 1.18 2008/10/21 01:01:55 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/kvm/ChangeLog,v 1.19 2008/10/21 01:08:55 dang Exp $
+
+ 21 Oct 2008; Daniel Gryniewicz <dang@gentoo.org> kvm-77.ebuild:
+ Turn on modules by default; that's what most people want
*kvm-77 (21 Oct 2008)
21 Oct 2008; Daniel Gryniewicz <dang@gentoo.org> -kvm-73.ebuild,
+kvm-77.ebuild:
Bump kvm to 77
-
- 2 important changes from a user's point of view:
-
- - The minimum version of the kernel for non-module installs is now
-
- 2.6.25.
-
- - If you're building the modules, you need to have CONFIG_KVM enabled
-
- in your kernel. This is because a type is not defined unless
-
- CONFIG_KVM is set, and the compat code won't kick in unless you're
-
- building completely outside the kernel tree (which we're not). - Important
- upstream changes:
-
- - Faster disk emulation
-
- - Better handling of >4G of RAM
-
- - Improved VNC
-
- - Improved USB
-
- - live migration fixes
-
- - Speed improvements on 2.6.27+ hosts
+ - The minimum version of the kernel for non-module installs is now
+ 2.6.25.
+ - If you're building the modules, you need to have CONFIG_KVM enabled
+ in your kernel. This is because a type is not defined unless
+ CONFIG_KVM is set, and the compat code won't kick in unless you're
+ building completely outside the kernel tree (which we're not).
+ - Important upstream changes:
+ - Faster disk emulation
+ - Better handling of >4G of RAM
+ - Improved VNC
+ - Improved USB
+ - live migration fixes
+ - Speed improvements on 2.6.27+ hosts
15 Sep 2008; Daniel Gryniewicz <dang@gentoo.org> -kvm-71-r2.ebuild,
-kvm-72.ebuild, -kvm-72-r1.ebuild: