1c351d7574b679f2d250483cffcedf3fdfa9be parent 5f4352fbffd6c45123dbce9e195efd54df4e177e author Jeremy Fitzhardinge 1184722624 -0700 committer Jeremy Fitzhardinge 1184773662 -0700 paravirt: helper to disable all IO space In a virtual environment, device drivers such as legacy IDE will waste quite a lot of time probing for their devices which will never appear. This helper function allows a paravirt implementation to lay claim to the whole iomem and ioport space, thereby disabling all device drivers trying to claim IO resources. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Chris Wright Cc: Rusty Russell