diff options
author | Alex Nixon <alex.nixon@citrix.com> | 2009-02-09 15:05:46 -0500 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2010-10-18 10:40:27 -0400 |
commit | 23ace955c22cb9bdf703e4bdc9bf7379166113cd (patch) | |
tree | acc0236d94cac0b8e760255cbdbdb4c6722128c8 /arch | |
parent | 032fa36091a925f555158f4e80f8a09d951cdb10 (diff) |
xen: Don't disable the I/O space
If a guest domain wants to access PCI devices through the frontend
driver (coming later in the patch series), it will need access to the
I/O space.
[ Impact: Allow for domU IO access, preparing for pci passthrough ]
Signed-off-by: Alex Nixon <alex.nixon@citrix.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/xen/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/xen/setup.c b/arch/x86/xen/setup.c index 328b00305426..c413132702f7 100644 --- a/arch/x86/xen/setup.c +++ b/arch/x86/xen/setup.c | |||
@@ -260,7 +260,5 @@ void __init xen_arch_setup(void) | |||
260 | 260 | ||
261 | pm_idle = xen_idle; | 261 | pm_idle = xen_idle; |
262 | 262 | ||
263 | paravirt_disable_iospace(); | ||
264 | |||
265 | fiddle_vdso(); | 263 | fiddle_vdso(); |
266 | } | 264 | } |