OpenCloudOS-Kernel/arch/s390/kvm
Ohad Ben-Cohen e72542191c virtio: expose for non-virtualization users too
virtio has been so far used only in the context of virtualization,
and the virtio Kconfig was sourced directly by the relevant arch
Kconfigs when VIRTUALIZATION was selected.

Now that we start using virtio for inter-processor communications,
we need to source the virtio Kconfig outside of the virtualization
scope too.

Moreover, some architectures might use virtio for both virtualization
and inter-processor communications, so directly sourcing virtio
might yield unexpected results due to conflicting selections.

The simple solution offered by this patch is to always source virtio's
Kconfig in drivers/Kconfig, and remove it from the appropriate arch
Kconfigs. Additionally, a virtio menu entry has been added so virtio
drivers don't show up in the general drivers menu.

This way anyone can use virtio, though it's arguably less accessible
(and neat!) for virtualization users now.

Note: some architectures (mips and sh) seem to have a VIRTUALIZATION
menu merely for sourcing virtio's Kconfig, so that menu is removed too.

Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2011-07-23 16:20:30 +09:30
..
Kconfig virtio: expose for non-virtualization users too 2011-07-23 16:20:30 +09:30
Makefile s390: change to new flag variable 2011-03-17 14:02:57 +01:00
diag.c [S390] Replace ENOTSUPP usage with EOPNOTSUPP 2010-02-26 22:37:31 +01:00
gaccess.h KVM: s390: streamline memslot handling 2009-09-10 08:32:42 +03:00
intercept.c KVM: s390: Fix build failure due to centralized vcpu locking patches 2010-08-01 10:46:58 +03:00
interrupt.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
kvm-s390.c [S390] kvm-s390: fix stfle facilities numbers >=64 2011-06-06 14:14:56 +02:00
kvm-s390.h KVM: s390: Fix build failure due to centralized vcpu locking patches 2010-08-01 10:46:58 +03:00
priv.c Fix common misspellings 2011-03-31 11:26:23 -03:00
sie64a.S [S390] kvm-s390: Fix host crash on misbehaving guests 2011-06-06 14:14:56 +02:00
sigp.c [S390] arch/s390/kvm: Use GFP_ATOMIC when a lock is held 2010-06-08 18:58:23 +02:00