Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133715
b: refs/heads/master
c: 5d9b8e3
h: refs/heads/master
i:
  133713: 4d15407
  133711: e9a07e6
v: v3
  • Loading branch information
Avi Kivity committed Mar 24, 2009
1 parent 64338a4 commit e3ebd0b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4677a3b693e035f186e2875259b9a0bb94c42fbe
refs/heads/master: 5d9b8e30f543a9f21a968a4cda71e8f6d1c66a61
4 changes: 4 additions & 0 deletions trunk/arch/ia64/kvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
config HAVE_KVM
bool

config HAVE_KVM_IRQCHIP
bool
default y

menuconfig VIRTUALIZATION
bool "Virtualization"
depends on HAVE_KVM || IA64
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/kvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# KVM configuration
#

config HAVE_KVM_IRQCHIP
bool

menuconfig VIRTUALIZATION
bool "Virtualization"
---help---
Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/s390/kvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
config HAVE_KVM
bool

config HAVE_KVM_IRQCHIP
bool

menuconfig VIRTUALIZATION
bool "Virtualization"
default y
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/x86/kvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
config HAVE_KVM
bool

config HAVE_KVM_IRQCHIP
bool
default y

menuconfig VIRTUALIZATION
bool "Virtualization"
depends on HAVE_KVM || X86
Expand Down

0 comments on commit e3ebd0b

Please sign in to comment.