David TECHER
2011-Nov-26 17:49 UTC
Patches for Xen VGa Pass Through/NVIDIA for staging revision >= 24232
Hi
Here are the required/updated patches.
As usual
1- Be sure that you have suppor for Intel (VT-d) or AMD (IOMMU) both for
processor and MotherBoard
2 - Extract EEPROM from your favorite Nvidia graphic card using nvtools
3 - Patching Xen
rev=24232;hg clone -r $rev http://xenbits.xensource.com/staging/xen-unstable.hg/
xen-unstable.hg-rev-${rev}
cd xen-unstable.hg-rev-${rev}/tools
make -j4 && make clean
cd ..
Copy the patches here
Apply the patchs
for file in $(ls *patch);do patch -p1 < $file;done
4 - Compil and install Xen
make -j4 xen && make -j4 tools && make -j4 stubdom
make -j4 install-xen && make -j4 install-tools PYTHON_PREFIX_ARG=
&& make -j4 install-stubdom
Thanks.
David
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users