Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80379
b: refs/heads/master
c: e61bd94
h: refs/heads/master
i:
  80377: 365efa5
  80375: ce495ed
v: v3
  • Loading branch information
Eduardo Pereira Habkost authored and Ingo Molnar committed Jan 30, 2008
1 parent f978b1c commit 5e6a91f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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: 612a95b4e053b8a06319049191fd2dce9c970189
refs/heads/master: e61bd94a36a9f2c394d75ebe3614fe0a612bcf2d
18 changes: 9 additions & 9 deletions trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -310,15 +310,6 @@ config SCHED_NO_NO_OMIT_FRAME_POINTER

If in doubt, say "Y".

config PARAVIRT
bool
depends on X86_32 && !(X86_VISWS || X86_VOYAGER)
help
This changes the kernel so it can modify itself when it is run
under a hypervisor, potentially improving performance significantly
over full virtualization. However, when run without a hypervisor
the kernel is theoretically slower and slightly larger.

menuconfig PARAVIRT_GUEST
bool "Paravirtualized guest support"
depends on X86_32
Expand All @@ -344,6 +335,15 @@ config VMI

source "arch/x86/lguest/Kconfig"

config PARAVIRT
bool "Enable paravirtualization code"
depends on X86_32 && !(X86_VISWS || X86_VOYAGER)
help
This changes the kernel so it can modify itself when it is run
under a hypervisor, potentially improving performance significantly
over full virtualization. However, when run without a hypervisor
the kernel is theoretically slower and slightly larger.

endif

config ACPI_SRAT
Expand Down

0 comments on commit 5e6a91f

Please sign in to comment.