Did something had chaqnged with spice code or settings. I just compiled latest git of 4.4 unstable and I get is a black screen all I see is the green boot image from server 2012 but I dont get blue windows logo and window does not resize it stays black. I reverted back to older git revision of 4.4 and everything is working fine with. _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Mon, Oct 14, 2013 at 07:57:19AM -0600, jacek burghardt wrote:> Did something had chaqnged with spice code or settings. I just compiled > latest git of 4.4 unstable and I get is a black screen all I see is the > green boot image from server 2012 but I dont get blue windows logo and > window does not resize it stays black. I reverted back to older git > revision of 4.4 and everything is working fine with.A quick and simple way would be: git log $BASELINE_REV..HEAD and look at anything that interests you> _______________________________________________ > Xen-users mailing list > Xen-users@lists.xen.org > http://lists.xen.org/xen-users
Well the big issue is that xen does not redirects video output over spice ? I would like find out why it does not work. Is this a bug in xen ? On Mon, Oct 14, 2013 at 8:22 AM, Wei Liu <wei.liu2@citrix.com> wrote:> On Mon, Oct 14, 2013 at 07:57:19AM -0600, jacek burghardt wrote: > > Did something had chaqnged with spice code or settings. I just compiled > > latest git of 4.4 unstable and I get is a black screen all I see is the > > green boot image from server 2012 but I dont get blue windows logo and > > window does not resize it stays black. I reverted back to older git > > revision of 4.4 and everything is working fine with. > > A quick and simple way would be: > > git log $BASELINE_REV..HEAD > > and look at anything that interests you > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xen.org > > http://lists.xen.org/xen-users > >_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Mon, Oct 14, 2013 at 09:21:05AM -0600, jacek burghardt wrote:> Well the big issue is that xen does not redirects video output over spice ? > I would like find out why it does not work. Is this a bug in xen ? >I don''t really know whether SPICE is ever classfied as "supported feature" in Xen, so I would not be suprise if it doesn''t work.> > On Mon, Oct 14, 2013 at 8:22 AM, Wei Liu <wei.liu2@citrix.com> wrote: > > > On Mon, Oct 14, 2013 at 07:57:19AM -0600, jacek burghardt wrote: > > > Did something had chaqnged with spice code or settings. I just compiled > > > latest git of 4.4 unstable and I get is a black screen all I see is the > > > green boot image from server 2012 but I dont get blue windows logo and > > > window does not resize it stays black. I reverted back to older git > > > revision of 4.4 and everything is working fine with. > > > > A quick and simple way would be: > > > > git log $BASELINE_REV..HEAD > > > > and look at anything that interests you > > > > > _______________________________________________ > > > Xen-users mailing list > > > Xen-users@lists.xen.org > > > http://lists.xen.org/xen-users > > > >
Please don''t drop the list. On Mon, Oct 14, 2013 at 11:42:45AM -0600, jacek burghardt wrote:> Well xen had been working with spice for last two years. So it is importan > feature as it is more secured than vnc. I hope someone can help me figure > out why it does not work.This requires some work. Generally speaking this might not always be a Xen problem. It could be also broken by upstream change in QEMU. The only way to do figure out why it is broken is to do a bisection. Google "git bisect tutorial" should give you some instructions on how to do that. If you can have a testcase written for OSSTest then it can detect this kind of regression automatically -- but that might be overkill for you. Wei.
Add back xen-users. On Mon, Oct 14, 2013 at 11:45:01AM -0600, jacek burghardt wrote:> Everywere I see in info about 4.3 xen "here''s also been > work<http://www.phoronix.com/scan.php?page=news_item&px=MTI5OTg#> on > the libvirt libxl driver, VTPM enhancements, and QXL SPICE support for > using the QXL 3D SPICE framework. " >Unfortunately we finally removed support of QXL in 4.3 release, I think it''s still an open work item. commit 5479961ab55e118b8c80db7724721e78743363c7 Author: George Dunlap <george.dunlap@eu.citrix.com> Date: Fri May 24 16:20:59 2013 +0100 libxl: Remove qxl support for the 4.3 release The qxl drivers for Windows and Linux end up calling instructions that cannot be used for MMIO at the moment. Just for the 4.3 release, remove qxl support. This patch should be reverted as soon as the 4.4 development window opens. The issue in question: (XEN) emulate.c:88:d18 bad mmio size 16 (XEN) io.c:201:d18 MMIO emulation failed @ 0033:7fd2de390430: f3 0f 6f 19 41 83 e8 403 The instruction in question is "movdqu (%rcx),%xmm3". Xen knows how to emulate it, but unfortunately %xmm3 is 16 bytes long, and the interface between Xen and qemu at the moment would appear to only allow MMIO accesses of 8 bytes. It''s too late in the release cycle to find a fix or a workaround. Signed-off-by: George Dunlap <george.dunlap@eu.citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> I vaguely remember there''s some action taken to fix this, but I might be wrong. If you think it''s so important, make an argument on Xen-devel and we will see what we can do.> > On Mon, Oct 14, 2013 at 11:42 AM, jacek burghardt <jaceksburghardt@gmail.com > > wrote: > > > Well xen had been working with spice for last two years. So it is importan > > feature as it is more secured than vnc. I hope someone can help me figure > > out why it does not work. > >
@jacek burghardt: Can you write details about dom0 and domU? Spice basic support works good also with stdvga except for some missed resolution support and performance under qxl. I keep tested it frequently and also with updated upstream qemu without see regression on basic support. Here my last test details and also git with some patches not accepted upstream for now: http://lists.xen.org/archives/html/xen-devel/2013-10/msg01111.html -- View this message in context: http://xen.1045712.n5.nabble.com/spice-issue-tp5719253p5719265.html Sent from the Xen - User mailing list archive at Nabble.com.
I had narrow down issue to hvmloader. It seems it is seabios git version and xen no longer work together. Tere is no output for bios and limited for windows. How we can debug the issue ? On Mon, Oct 14, 2013 at 7:57 AM, jacek burghardt <jaceksburghardt@gmail.com>wrote:> Did something had chaqnged with spice code or settings. I just compiled > latest git of 4.4 unstable and I get is a black screen all I see is the > green boot image from server 2012 but I dont get blue windows logo and > window does not resize it stays black. I reverted back to older git > revision of 4.4 and everything is working fine with. >_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Wed, Oct 16, 2013 at 08:34:23AM -0600, jacek burghardt wrote:> I had narrow down issue to hvmloader. It seems it is seabios git version > and xen no longer work together. Tere is no output for bios and limited for > windows. How we can debug the issue ? > >Can you provide more details? The latest seabios update in unstable (not staging unstable) is quite long ago.> On Mon, Oct 14, 2013 at 7:57 AM, jacek burghardt > <jaceksburghardt@gmail.com>wrote: > > > Did something had chaqnged with spice code or settings. I just compiled > > latest git of 4.4 unstable and I get is a black screen all I see is the > > green boot image from server 2012 but I dont get blue windows logo and > > window does not resize it stays black. I reverted back to older git > > revision of 4.4 and everything is working fine with. > >> _______________________________________________ > Xen-users mailing list > Xen-users@lists.xen.org > http://lists.xen.org/xen-users
Well I compiled Xen on 6th and it works fine. I recompiled on 12th and it stopped working. I know that seabios git does not show changes after 9/29 but pull on 12th showed new options like setting size of ROM and new drivers. I also noticed that I when I compiled Xen I was getting crash with an error 1 and I went and reconfig seabios and I no longer get any error messages but when I start windows server I no longer get output from seabios and I only get green bar from server 2012 no blue windows logo. Looks like video output is messed up or seabios is not started _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
SO i had compiled xen with stable seabios and I get this error libxl: error: libxl_dom.c:274:libxl__build_post: Failed to set event channel limit to 1023 (-1) libxl: error: libxl_create.c:906:domcreate_rebuild_done: cannot (re-)build domain: -3 libxl: error: libxl_dm.c:1332:libxl__destroy_device_model: could not find device-model''s pid for dom 34 libxl: error: libxl.c:1428:libxl__destroy_domid: libxl__destroy_device_model failed for 34 On Mon, Oct 14, 2013 at 7:57 AM, jacek burghardt <jaceksburghardt@gmail.com>wrote:> Did something had chaqnged with spice code or settings. I just compiled > latest git of 4.4 unstable and I get is a black screen all I see is the > green boot image from server 2012 but I dont get blue windows logo and > window does not resize it stays black. I reverted back to older git > revision of 4.4 and everything is working fine with. >_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Thu, Oct 17, 2013 at 06:22:02AM -0600, jacek burghardt wrote:> SO i had compiled xen with stable seabios and I get this error > libxl: error: libxl_dom.c:274:libxl__build_post: Failed to set event > channel limit to 1023 (-1) > libxl: error: libxl_create.c:906:domcreate_rebuild_done: cannot (re-)build > domain: -3 > libxl: error: libxl_dm.c:1332:libxl__destroy_device_model: could not find > device-model''s pid for dom 34 > libxl: error: libxl.c:1428:libxl__destroy_domid: > libxl__destroy_device_model failed for 34 > >This has nothing to do with seabios. Haven''t looked into detail, but did you forget to update hypervisor binary?> > On Mon, Oct 14, 2013 at 7:57 AM, jacek burghardt > <jaceksburghardt@gmail.com>wrote: > > > Did something had chaqnged with spice code or settings. I just compiled > > latest git of 4.4 unstable and I get is a black screen all I see is the > > green boot image from server 2012 but I dont get blue windows logo and > > window does not resize it stays black. I reverted back to older git > > revision of 4.4 and everything is working fine with. > >> _______________________________________________ > Xen-users mailing list > Xen-users@lists.xen.org > http://lists.xen.org/xen-users
Please don''t drop xen-users On Thu, Oct 17, 2013 at 08:10:45AM -0600, jacek burghardt wrote:> No i had compiled and nstalled all new libs and programs from git. I use > arch linux and aur to make package and install it. >Sorry I don''t understand, because I have no idea how AUR works and what''s in your package. You need more update-to-date tools with update-to-date hypervisor. So make sure you have update-to-date hypervisor. A simple yes or no will answer my question... Wei.> > On Thu, Oct 17, 2013 at 8:03 AM, Wei Liu <wei.liu2@citrix.com> wrote: > > > On Thu, Oct 17, 2013 at 06:22:02AM -0600, jacek burghardt wrote: > > > SO i had compiled xen with stable seabios and I get this error > > > libxl: error: libxl_dom.c:274:libxl__build_post: Failed to set event > > > channel limit to 1023 (-1) > > > libxl: error: libxl_create.c:906:domcreate_rebuild_done: cannot > > (re-)build > > > domain: -3 > > > libxl: error: libxl_dm.c:1332:libxl__destroy_device_model: could not find > > > device-model''s pid for dom 34 > > > libxl: error: libxl.c:1428:libxl__destroy_domid: > > > libxl__destroy_device_model failed for 34 > > > > > > > > > > This has nothing to do with seabios. > > > > Haven''t looked into detail, but did you forget to update hypervisor > > binary? > > > > > > > > On Mon, Oct 14, 2013 at 7:57 AM, jacek burghardt > > > <jaceksburghardt@gmail.com>wrote: > > > > > > > Did something had chaqnged with spice code or settings. I just compiled > > > > latest git of 4.4 unstable and I get is a black screen all I see is the > > > > green boot image from server 2012 but I dont get blue windows logo and > > > > window does not resize it stays black. I reverted back to older git > > > > revision of 4.4 and everything is working fine with. > > > > > > > > > _______________________________________________ > > > Xen-users mailing list > > > Xen-users@lists.xen.org > > > http://lists.xen.org/xen-users > > > >
It is all up to date. I had deleated hvmloader and reinstalled I still get the same error . On Thu, Oct 17, 2013 at 8:15 AM, Wei Liu <wei.liu2@citrix.com> wrote:> Please don''t drop xen-users > > On Thu, Oct 17, 2013 at 08:10:45AM -0600, jacek burghardt wrote: > > No i had compiled and nstalled all new libs and programs from git. I use > > arch linux and aur to make package and install it. > > > > Sorry I don''t understand, because I have no idea how AUR works and > what''s in your package. > > You need more update-to-date tools with update-to-date hypervisor. So > make sure you have update-to-date hypervisor. A simple yes or no will > answer my question... > > Wei. > > > > > On Thu, Oct 17, 2013 at 8:03 AM, Wei Liu <wei.liu2@citrix.com> wrote: > > > > > On Thu, Oct 17, 2013 at 06:22:02AM -0600, jacek burghardt wrote: > > > > SO i had compiled xen with stable seabios and I get this error > > > > libxl: error: libxl_dom.c:274:libxl__build_post: Failed to set event > > > > channel limit to 1023 (-1) > > > > libxl: error: libxl_create.c:906:domcreate_rebuild_done: cannot > > > (re-)build > > > > domain: -3 > > > > libxl: error: libxl_dm.c:1332:libxl__destroy_device_model: could not > find > > > > device-model''s pid for dom 34 > > > > libxl: error: libxl.c:1428:libxl__destroy_domid: > > > > libxl__destroy_device_model failed for 34 > > > > > > > > > > > > > > This has nothing to do with seabios. > > > > > > Haven''t looked into detail, but did you forget to update hypervisor > > > binary? > > > > > > > > > > > On Mon, Oct 14, 2013 at 7:57 AM, jacek burghardt > > > > <jaceksburghardt@gmail.com>wrote: > > > > > > > > > Did something had chaqnged with spice code or settings. I just > compiled > > > > > latest git of 4.4 unstable and I get is a black screen all I see > is the > > > > > green boot image from server 2012 but I dont get blue windows logo > and > > > > > window does not resize it stays black. I reverted back to older git > > > > > revision of 4.4 and everything is working fine with. > > > > > > > > > > > > _______________________________________________ > > > > Xen-users mailing list > > > > Xen-users@lists.xen.org > > > > http://lists.xen.org/xen-users > > > > > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
On Thu, Oct 17, 2013 at 08:18:49AM -0600, jacek burghardt wrote:> It is all up to date. I had deleated hvmloader and reinstalled I still get > the same error . >As I said before, I don''t think this is related to HVM loader. I think the guest doesn''t even start at that time. You probably need to file a bug report on Xen-devel. Wei.