Changes between Version 4 and Version 5 of Xen_Lab7


Ignore:
Timestamp:
Oct 23, 2009, 5:49:10 PM (15 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Lab7

    v4 v5  
    33#!html
    44<h1 style="text-align: center; color: blue">實作七:Xen PCI Passthrough 操作</h1>
     5}}}
     6----
     7= 【前言】 =
     8 * '''''小叮嚀__'''''
     9   * 為了使 Xen patched Kerenl 能支援 PCI Passthrough, 請務必確認以下Xen 相關的核心配置.
     10{{{
     11CONFIG_XEN_PCIDEV_FRONTEND=y
     12CONFIG_XEN_PCIDEV_BACKEND=y
     13CONFIG_XEN_PCIDEV_BACKEND_PASS is not set
     14CONFIG_XEN_PCIDEV_BACKEND_VPCI=y
     15CONFIG_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)
    521}}}
    622----