[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Last pachs for Xen VGA PAssthrough NVIIDA (revision >=24798)
Hi Here are the last patchs. My personal recommendation: If you have a ATI graphic card or if you have the intention to buy one, good choice :) I maintain patches for NVIDIA because I like to play on Linux PVHVM domU for gaming and multimedia :) So I could have one domU for gaming and another one for multimedia R: A few modifications was introduced from revision 24782 to 24785. A new file is tools/firmware/hvmloader/rombios.c . It implies that this file has to be patched too.Should work with Xen revision >=24798. As usual a) Exrtact EEPROM for your NVIDIA graphic card (nvtools ...) b) Download Xen 4.2 unstable rev=24888 hg clone -r $rev http://xenbits.xensource.com/staging/xen-unstable.hg/ xen-unstable.hg-rev-${rev} c) make a first build for tools cd xen-unstable.hg-rev-${rev}/ ./configure cd tools make && make clean cd .. d) apply patches tar xvjf xen-4.2_rev24798_gfx-passthrough-patchs.tar.bz2 && \ for file in $(ls xen-4.2_rev24798_gfx-passthrough-patchs/*);do patch -p1 < $file;done e) Modify the values assigned to your graphic card to tools/firmware/hvmloader/acpi/dsdt.asl see http://www.davidgis.fr/blog/index.php?2011/12/07/860-xen-42unstable-patches-for-vga-pass-through Section "6. Quick instructions to install Xen with patches " - # 5 f)Copy your EEPROM for graphic gard (VGA BIOS) cp -/path/tovgabios-pt.bin tools/firmware/vgabios/vgabios-pt.bin g) Compil and install make xen && make tools && make stubdom \ make xen && make tools && make stubdom _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |