[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] Re : Re : Re : Secondary VGA Passthrough, nvidia, win7: success report.
Ok I think I understand what's wrong now :) Init build ====== wget http://bits.xensource.com/oss-xen/release/4.1.2/xen-4.1.2.tar.gz tar xzf xen-4.1.2.tar.gz cd xen-4.1.2/ cd tools/ make make clean cd .. Download patches ============= wget -q http://old-list-archives.xen.org/archives/html/xen-devel/2010-05/txtIj4stRFbPo.txt -O 01_pass-through.patch wget -q http://old-list-archives.xen.org/archives/html/xen-devel/2010-05/txt06YdYEsi3S.txt -O 02_makefile.patch wget -q http://old-list-archives.xen.org/archives/html/xen-devel/2010-05/txtS2w8cPgsnS.txt -O 03_dsdt.patch wget -q http://old-list-archives.xen.org/archives/html/xen-devel/2010-05/txt2am6wEpoR5.txt -O 04_hvmloader.patch wget -q http://old-list-archives.xen.org/archives/html/xen-devel/2010-05/txtiSIyxOHBZ8.txt -O 05_sound-makefile.patch Modify the first patch ================ Replace the path for the good path in the first patch 01_pass-through.patch sed -i "s:tools/ioemu-remote/hw/:tools/ioemu-qemu-xen/hw/:g" 01_pass-through.patch Apply patches ========== root@mercury:/opt/tmp/xen-4.1.2# for file in $(ls
0*patch);do echo "######## PATCH = $file ############";patch -p0 < $file;done ######## PATCH = 01_pass-through.patch ############ patching file tools/ioemu-qemu-xen/hw/pass-through.c Hunk #1 succeeded at 22 with fuzz 2 (offset -1843 lines). Hunk #2 succeeded at 3312 (offset -55 lines). Hunk #3 succeeded at 3336 (offset -55 lines). Hunk #4 succeeded at 4335 with fuzz 2 (offset -144 lines). ######## PATCH = 02_makefile.patch ############ patching file tools/firmware/hvmloader/Makefile ######## PATCH = 03_dsdt.patch ############ patching file tools/firmware/hvmloader/acpi/dsdt.asl ######## PATCH = 04_hvmloader.patch ############ patching file tools/firmware/hvmloader/hvmloader.c Hunk #1 succeeded at 116 (offset 1 line). Hunk #2 succeeded at 221 (offset 1 line). Hunk #3 succeeded at 789 (offset 60 lines). ######## PATCH = 05_sound-makefile.patch ############ patching file tools/ioemu-remote/xen-setup Hunk #1 FAILED at 16 I will go on my tests and will let you know Thanks David De : David TECHER <davidtecher@xxxxxxxx> À : -+= Lta =+- <lta@xxxxxx> Cc : "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx> Envoyé le : Samedi 7 Janvier 2012 13h04 Objet : [Xen-devel] Re : Re : Secondary VGA Passthrough, nvidia, win7: success report. I tested xen 4.1.2 too. Tobias patches are the patches I've tested. I am not very lucky. Since you used Tobias patches as me, my question is - to be more precise - could you sent Tobias patches that you have modified in order to checking I did not forget something as you. My idea is that since I already have xen 4.2 installed, installing xen 4.1.2 over this , something wrong happens My screen stays like a black screen and nothing happens. no "gfx message" in the
log. With Xen 4.2 I tried aero desktop too but my domU crashes when I tried to activate
aero. De : -+= Lta =+- <lta@xxxxxx> À : David TECHER <davidtecher@xxxxxxxx> Cc : xen-devel@xxxxxxxxxxxxxxxxxxx Envoyé le : Samedi 7 Janvier 2012 3h17 Objet : Re: Re : [Xen-devel] Secondary VGA Passthrough, nvidia, win7: success report. Hi, On Fri, Jan 6, 2012 at 11:23 PM, David TECHER <davidtecher@xxxxxxxx> wrote:
As it is stated before this is a 4.1.2 version with debian patches
- There's also a link to tobias patche's on the first post.
Have u tried to force windows to activate the aero desktop ?
I also followed tobias (same as yours) instructions to dump and build vgabios-pt.bin into xen, did u do it also ?
_______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |