From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Houby Subject: Re: [TestDay] F20 Xen 4.4 RC3 Spice support Date: Thu, 06 Feb 2014 22:03:50 -0700 Message-ID: <1391749430.2943.13.camel@astar.houby.net> References: <1391528492.2441.26.camel@astar.houby.net> <52F10EEF.7050402@m2r.biz> <1391572808.2441.37.camel@astar.houby.net> <15510565929.20140205090647@eikelenboom.it> <1391645864.2751.9.camel@astar.houby.net> <1391660630.2751.12.camel@astar.houby.net> Reply-To: ehouby@yahoo.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Fabio Fantoni Cc: Sander Eikelenboom , "xen-devel@lists.xen.org" , xen@lists.fedoraproject.org List-Id: xen-devel@lists.xenproject.org On Thu, 2014-02-06 at 08:35 +0100, Fabio Fantoni wrote: > Is there a knob for qxl support? > > [root@xen ~]# cat /var/log/xen/qemu-dm-f20.log > qemu-system-i386: -vga qxl: invalid option > > Here there is a patch that add qxl support in libxl updated to xen > 4.4-rc3 if you want add it: > https://github.com/Fantu/Xen/commit/f1e3f78f7b9580700591cebd98e9263645bff56b > > Or you can simply compile from this already ready for spice/qxl > testing: > https://github.com/Fantu/Xen/commits/rebase/m2r-testing > > > > Is not upstream for now because there is something on xen that make it > not working on linux domUs with qxl driver active and working with > high performance problem on windows domUs. > I spent several days without finding the exact problem to be solved :( > If you want you can try it out and see if anything changes using > Fedora instead of Debian as dom0, differents kernel domUs etc. > Maybe you could even find some new informations/errors useful for > solving the problem. > I am not very familiar with compiling nor with github, but I did learn that by adding .patch to your first link, it was possible to get the changes in a patch file format. Applying the patch generated these errors: [root@xen xen]# patch -p1 < patch1.txt patching file docs/man/xl.cfg.pod.5 Hunk #2 FAILED at 1085. 1 out of 2 hunks FAILED -- saving rejects to file docs/man/xl.cfg.pod.5.rej patching file tools/libxl/libxl_create.c Hunk #1 FAILED at 229. Hunk #2 FAILED at 252. 2 out of 2 hunks FAILED -- saving rejects to file tools/libxl/libxl_create.c.rej patching file tools/libxl/libxl_dm.c Hunk #1 succeeded at 217 with fuzz 2 (offset -3 lines). Hunk #2 succeeded at 517 with fuzz 2 (offset -5 lines). patching file tools/libxl/libxl_types.idl Hunk #1 FAILED at 154. 1 out of 1 hunk FAILED -- saving rejects to file tools/libxl/libxl_types.idl.rej patching file tools/libxl/xl_cmdimpl.c Hunk #1 FAILED at 1669. 1 out of 1 hunk FAILED -- saving rejects to file tools/libxl/xl_cmdimpl.c.rej By inspecting the code, I could tell that there were some missing patches (VGA interface type none was missing) compared to the RC3 source that I have. Would you mind helping with the additional patches that I need? Is so, I will try to help with the qxl issue. Thanks, Eric