From: Jeremy Fitzhardinge Date: Wed, 18 Jul 2007 01:37:04 +0000 (-0700) Subject: paravirt: helper to disable all IO space X-Git-Tag: v2.6.23-rc1~498^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d572929cdd12a60732c3522f7cf011bfa29165cf;p=pandora-kernel.git 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 --- Reading git-diff-tree failed