Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257412
b: refs/heads/master
c: e725421
h: refs/heads/master
v: v3
  • Loading branch information
Ohad Ben-Cohen authored and Rusty Russell committed Jul 23, 2011
1 parent 08eff27 commit 01aee8c
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 38 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: bbd9d6f7fbb0305c9a592bf05a32e87eb364a4ff
refs/heads/master: e72542191cbba4cf7fda21cb22e26b42d7415daf
1 change: 0 additions & 1 deletion trunk/arch/ia64/kvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ config KVM_INTEL
extensions.

source drivers/vhost/Kconfig
source drivers/virtio/Kconfig

endif # VIRTUALIZATION
16 changes: 0 additions & 16 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2493,20 +2493,4 @@ source "security/Kconfig"

source "crypto/Kconfig"

menuconfig VIRTUALIZATION
bool "Virtualization"
default n
---help---
Say Y here to get to see options for using your Linux host to run other
operating systems inside virtual machines (guests).
This option alone does not add any kernel code.

If you say N, all options in this submenu will be skipped and disabled.

if VIRTUALIZATION

source drivers/virtio/Kconfig

endif # VIRTUALIZATION

source "lib/Kconfig"
1 change: 0 additions & 1 deletion trunk/arch/powerpc/kvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,5 @@ config KVM_E500
If unsure, say N.

source drivers/vhost/Kconfig
source drivers/virtio/Kconfig

endif # VIRTUALIZATION
1 change: 0 additions & 1 deletion trunk/arch/s390/kvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ config KVM
# OK, it's a little counter-intuitive to do this, but it puts it neatly under
# the virtualization menu.
source drivers/vhost/Kconfig
source drivers/virtio/Kconfig

endif # VIRTUALIZATION
16 changes: 0 additions & 16 deletions trunk/arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -897,20 +897,4 @@ source "security/Kconfig"

source "crypto/Kconfig"

menuconfig VIRTUALIZATION
bool "Virtualization"
default n
---help---
Say Y here to get to see options for using your Linux host to run other
operating systems inside virtual machines (guests).
This option alone does not add any kernel code.

If you say N, all options in this submenu will be skipped and disabled.

if VIRTUALIZATION

source drivers/virtio/Kconfig

endif # VIRTUALIZATION

source "lib/Kconfig"
1 change: 0 additions & 1 deletion trunk/arch/tile/kvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ config KVM
If unsure, say N.

source drivers/vhost/Kconfig
source drivers/virtio/Kconfig

endif # VIRTUALIZATION
1 change: 0 additions & 1 deletion trunk/arch/x86/kvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,5 @@ config KVM_MMU_AUDIT
# the virtualization menu.
source drivers/vhost/Kconfig
source drivers/lguest/Kconfig
source drivers/virtio/Kconfig

endif # VIRTUALIZATION
2 changes: 2 additions & 0 deletions trunk/drivers/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ source "drivers/uio/Kconfig"

source "drivers/vlynq/Kconfig"

source "drivers/virtio/Kconfig"

source "drivers/xen/Kconfig"

source "drivers/staging/Kconfig"
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/virtio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ config VIRTIO_RING
tristate
depends on VIRTIO

menu "Virtio drivers"

config VIRTIO_PCI
tristate "PCI driver for virtio devices (EXPERIMENTAL)"
depends on PCI && EXPERIMENTAL
Expand All @@ -33,3 +35,4 @@ config VIRTIO_BALLOON

If unsure, say M.

endmenu

0 comments on commit 01aee8c

Please sign in to comment.