Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23ace955 authored by Alex Nixon's avatar Alex Nixon Committed by Konrad Rzeszutek Wilk
Browse files

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: default avatarAlex Nixon <alex.nixon@citrix.com>
Signed-off-by: default avatarJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent 032fa360
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -260,7 +260,5 @@ void __init xen_arch_setup(void)

	pm_idle = xen_idle;

	paravirt_disable_iospace();

	fiddle_vdso();
}