[PATCH] Driver Core: Add /sys/hypervisor when needed
To have a home for all hypervisors, this patch creates /sys/hypervisor. A new config option SYS_HYPERVISOR is introduced, which should to be set by architecture dependent hypervisors (e.g. s390 or Xen). Acked-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Michael Holzheu <holzheu@de.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e391553222
commit
4039483fd3
@@ -27,6 +27,7 @@ void __init driver_init(void)
|
||||
buses_init();
|
||||
classes_init();
|
||||
firmware_init();
|
||||
hypervisor_init();
|
||||
|
||||
/* These are also core pieces, but must come after the
|
||||
* core core pieces.
|
||||
|
Reference in New Issue
Block a user