Skip to content

Commit

Permalink
xen: Don't disable the I/O space
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alex Nixon authored and Konrad Rzeszutek Wilk committed Oct 18, 2010
1 parent 032fa36 commit 23ace95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86/xen/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,5 @@ void __init xen_arch_setup(void)

pm_idle = xen_idle;

paravirt_disable_iospace();

fiddle_vdso();
}

0 comments on commit 23ace95

Please sign in to comment.