Skip to content

Commit dfdcdd4

Browse files
Jeremy Fitzhardingejsgf
authored andcommitted
xen: disable all non-virtual drivers
A domU Xen environment has no non-virtual drivers, so make sure they're all disabled at once. Signed-off-by: Jeremy Fitzhardinge <[email protected]> Cc: Rusty Russell <[email protected]>
1 parent 9ec2b80 commit dfdcdd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/i386/xen/setup.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,6 @@ void __init xen_arch_setup(void)
9191
/* fill cpus_possible with all available cpus */
9292
xen_fill_possible_map();
9393
#endif
94+
95+
paravirt_disable_iospace();
9496
}

0 commit comments

Comments
 (0)