Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Enable balloon(4) for Xen kernels.
details: https://anonhg.NetBSD.org/src/rev/040406a47510
branches: trunk
changeset: 764615:040406a47510
user: jym <jym%NetBSD.org@localhost>
date: Fri Apr 29 01:51:52 2011 +0000
description:
Enable balloon(4) for Xen kernels.
ok bouyer@; shortly discussed on port-xen@.
diffstat:
sys/arch/amd64/conf/XEN3_DOM0 | 4 ++--
sys/arch/amd64/conf/XEN3_DOMU | 4 ++--
sys/arch/i386/conf/XEN3_DOM0 | 4 ++--
sys/arch/i386/conf/XEN3_DOMU | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diffs (72 lines):
diff -r c24387cd1055 -r 040406a47510 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0 Thu Apr 28 23:45:15 2011 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0 Fri Apr 29 01:51:52 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.66 2011/04/18 01:36:24 jym Exp $
+# $NetBSD: XEN3_DOM0,v 1.67 2011/04/29 01:51:53 jym Exp $
include "arch/amd64/conf/std.xen"
@@ -203,7 +203,7 @@
xenbus* at hypervisor? # Xen virtual bus
xencons* at hypervisor? # Xen virtual console
-#balloon* at xenbus? # Xen balloon device
+balloon* at xenbus? # Xen balloon device
acpi0 at hypervisor?
#options ACPI_ACTIVATE_DEV # If set, activate inactive devices
diff -r c24387cd1055 -r 040406a47510 sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU Thu Apr 28 23:45:15 2011 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU Fri Apr 29 01:51:52 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.28 2011/04/18 01:36:24 jym Exp $
+# $NetBSD: XEN3_DOMU,v 1.29 2011/04/29 01:51:53 jym Exp $
include "arch/amd64/conf/std.xen"
@@ -157,7 +157,7 @@
xenbus* at hypervisor? # Xen virtual bus
xennet* at xenbus? # Xen virtual network interface
xbd* at xenbus? # Xen virtual block device
-#balloon* at xenbus? # Xen balloon device
+balloon* at xenbus? # Xen balloon device
xencons* at hypervisor? # Xen virtual console
diff -r c24387cd1055 -r 040406a47510 sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0 Thu Apr 28 23:45:15 2011 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0 Fri Apr 29 01:51:52 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.50 2011/04/26 16:57:40 joerg Exp $
+# $NetBSD: XEN3_DOM0,v 1.51 2011/04/29 01:51:52 jym Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -216,7 +216,7 @@
xencons* at hypervisor? # Xen virtual console
#xennet* at hypervisor? # Xen virtual network interface
-#balloon* at xenbus? # Xen balloon device
+balloon* at xenbus? # Xen balloon device
#xbd* at hypervisor? # Xen virtual block device
#wd* at hypervisor? # Xen vbd (wd identity)
diff -r c24387cd1055 -r 040406a47510 sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU Thu Apr 28 23:45:15 2011 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU Fri Apr 29 01:51:52 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.33 2011/04/26 16:57:40 joerg Exp $
+# $NetBSD: XEN3_DOMU,v 1.34 2011/04/29 01:51:52 jym Exp $
include "arch/xen/conf/std.xen"
@@ -181,7 +181,7 @@
xenbus* at hypervisor? # Xen virtual bus
xennet* at xenbus? # Xen virtual network interface
xbd* at xenbus? # Xen virtual block device
-#balloon* at xenbus? # Xen balloon device
+balloon* at xenbus? # Xen balloon device
cinclude "arch/i386/conf/GENERIC.local"
Home |
Main Index |
Thread Index |
Old Index