Changes between Version 4 and Version 5 of Xen_Lab7
- Timestamp:
- Oct 23, 2009, 5:49:10 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_Lab7
v4 v5 3 3 #!html 4 4 <h1 style="text-align: center; color: blue">實作七:Xen PCI Passthrough 操作</h1> 5 }}} 6 ---- 7 = 【前言】 = 8 * '''''小叮嚀__''''' 9 * 為了使 Xen patched Kerenl 能支援 PCI Passthrough, 請務必確認以下Xen 相關的核心配置. 10 {{{ 11 CONFIG_XEN_PCIDEV_FRONTEND=y 12 CONFIG_XEN_PCIDEV_BACKEND=y 13 CONFIG_XEN_PCIDEV_BACKEND_PASS is not set 14 CONFIG_XEN_PCIDEV_BACKEND_VPCI=y 15 CONFIG_XEN_PCIDEV_BACKEND_SLOT is not set 16 }}} 17 * '''''小密技__''''' 18 * Binding at Boot-Time. 19 {{{ 20 /boot/vmlinuz-2.6.22.9 root=UUID=d3fa560e-7071-46d8-a168-036f40960c7b ro console=tty0 pciback.hide=(0000:01:00.0) 5 21 }}} 6 22 ----