|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 01/11] xen: Don't disable the I/O space
From: Alex Nixon <alex.nixon@xxxxxxxxxx>
Impact: prep for pcifront
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.
Signed-off-by: Alex Nixon <alex.nixon@xxxxxxxxxx>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@xxxxxxxxxx>
---
arch/x86/xen/setup.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/arch/x86/xen/setup.c b/arch/x86/xen/setup.c
index 175396c..5f1b88c 100644
--- a/arch/x86/xen/setup.c
+++ b/arch/x86/xen/setup.c
@@ -230,8 +230,5 @@ void __init xen_arch_setup(void)
pm_idle = xen_idle;
- if (!xen_initial_domain())
- paravirt_disable_iospace();
-
fiddle_vdso();
}
--
1.6.0.6
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-devel] [PATCH 03/11] Xen: Rename the balloon lock, (continued)
- [Xen-devel] [PATCH 05/11] x86/PCI: Clean up pci_cache_line_size, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 04/11] xen: Add xen_create_contiguous_region, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 06/11] x86/PCI: Enable scanning of all pci functions, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 08/11] xen/swiotlb: use dma_alloc_from_coherent to get device coherent memory, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 09/11] x86/pci: make sure _PAGE_IOMAP it set on pci mappings, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 10/11] xen/pci: clean up Kconfig a bit, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 07/11] Xen/x86/PCI: Add support for the Xen PCI subsytem, Jeremy Fitzhardinge
- [Xen-devel] [PATCH 01/11] xen: Don't disable the I/O space,
Jeremy Fitzhardinge <=
- [Xen-devel] [PATCH 11/11] xen: checkpatch cleanups, Jeremy Fitzhardinge
- [Xen-devel] Re: [GIT PULL] xen: dom0 support for PCI access, Ingo Molnar
- [Xen-devel] Re: [GIT PULL] xen: dom0 support for PCI access, Yinghai Lu
- [Xen-devel] Re: [GIT PULL] xen: dom0 support for PCI access, Jeremy Fitzhardinge
- [Xen-devel] Re: [GIT PULL] xen: dom0 support for PCI access, Matthew Wilcox
|
|
|
|
|