-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 116800 b: refs/heads/master c: ba9cc32 h: refs/heads/master v: v3
- Loading branch information
Isaku Yamahata
authored and
Tony Luck
committed
Oct 17, 2008
1 parent
8d3ea71
commit baaae67
Showing
3 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 91834e685d2059b69c4e8e3d707f35d94438de94 | ||
refs/heads/master: ba9cc328bfeec3ec5fad3356dd53bc0c1ff506b0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# | ||
# This Kconfig describes xen/ia64 options | ||
# | ||
|
||
config XEN | ||
bool "Xen hypervisor support" | ||
default y | ||
depends on PARAVIRT && MCKINLEY && IA64_PAGE_SIZE_16KB && EXPERIMENTAL | ||
select XEN_XENCOMM | ||
select NO_IDLE_HZ | ||
|
||
# those are required to save/restore. | ||
select ARCH_SUSPEND_POSSIBLE | ||
select SUSPEND | ||
select PM_SLEEP | ||
help | ||
Enable Xen hypervisor support. Resulting kernel runs | ||
both as a guest OS on Xen and natively on hardware. | ||
|
||
config XEN_XENCOMM | ||
depends on XEN | ||
bool | ||
|
||
config NO_IDLE_HZ | ||
depends on XEN | ||
bool |