Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145841
b: refs/heads/master
c: cff7e81
h: refs/heads/master
i:
  145839: 8289d9a
v: v3
  • Loading branch information
Jeremy Fitzhardinge committed Mar 30, 2009
1 parent 01d14d6 commit a40f8b1
Show file tree
Hide file tree
Showing 6 changed files with 492 additions and 20 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 818fd20673df82031e604bb784d836f1fc2e2451
refs/heads/master: cff7e81b3dd7c25cd2248cd7a04c5764552d5d55
10 changes: 10 additions & 0 deletions trunk/drivers/xen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,13 @@ config XEN_COMPAT_XENFS
a xen platform.
If in doubt, say yes.

config XEN_SYS_HYPERVISOR
bool "Create xen entries under /sys/hypervisor"
depends on XEN && SYSFS
select SYS_HYPERVISOR
default y
help
Create entries under /sys/hypervisor describing the Xen
hypervisor environment. When running native or in another
virtual environment, /sys/hypervisor will still be present,
but will have no xen contents.
3 changes: 2 additions & 1 deletion trunk/drivers/xen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ obj-y += xenbus/
obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o
obj-$(CONFIG_XEN_XENCOMM) += xencomm.o
obj-$(CONFIG_XEN_BALLOON) += balloon.o
obj-$(CONFIG_XENFS) += xenfs/
obj-$(CONFIG_XENFS) += xenfs/
obj-$(CONFIG_XEN_SYS_HYPERVISOR) += sys-hypervisor.o
Loading

0 comments on commit a40f8b1

Please sign in to comment.