Displaying 2 results from an estimated 2 matches for "xen_physdev_access".
2005 Dec 15
1
[PATCH RESEND] enable swiotlb on i386 in linux-2.6-xen tree
...arch/i386/Kconfig Thu Dec 8 20:50:02 2005 -0700
+++ b/arch/i386/Kconfig Tue Dec 13 20:07:34 2005 +0200
@@ -58,6 +58,7 @@
bool "Xen-compatible"
select X86_UP_APIC if !SMP && XEN_PRIVILEGED_GUEST
select X86_UP_IOAPIC if !SMP && XEN_PRIVILEGED_GUEST
+ select SWIOTLB if XEN_PHYSDEV_ACCESS
help
Choose this option is you plan to run this kernel on top of Xen
Hypervisor.
@@ -716,8 +717,7 @@
config SWIOTLB
bool
- depends on X86_PRIVILEGED_GUEST
- default y
+ default n
source "drivers/firmware/Kconfig"
--
Muli Ben-Yehuda
http://www.mulix.org | http://mulix....
2005 Jan 19
15
Must have been asked before, but I can''t find the solution
I''m attempting to migrate from vmware to xen, however I need to be able
to run more than one bridge. Think of it this way:
xen0 xenU-1 xenU-2 xenU-3
------------------------------------------------------------------------
Inside_bridge_1: eth0 vm1_eth0 vm2_eth0
virtual_switch_2: vm1_eth1 vm2_eth1 vm3_eth1
Outside_bridge_3: eth1 vm2_eth2 vm3_eth0
Now, I can modify the existing