Heya!<br><br><div class="gmail_quote">On Fri, Dec 17, 2010 at 4:42 AM,  <span dir="ltr">&lt;<a href="mailto:liang.liang12@zte.com.cn">liang.liang12@zte.com.cn</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br><font face="sans-serif" size="2">Hi, </font>
<br>
<br><font face="sans-serif" size="2">I found when running spiced QEMU with
&quot;-vga qxl&quot; option, it complains unknown vga type. My question
is: is there any special patch needed to support &quot;-vga qxl&quot; option?
If no, how to support this?</font>
<br><font face="sans-serif" size="2">BTW: I remove &quot;-vga qxl&quot; when
running qemu, it starts up successfully. But I&#39;m not sure whether QXL driver
is used in this scenario.....?</font>
<br><font face="sans-serif" size="2">__________________________</font>
<br><font face="sans-serif" size="2">test2010-2-7:/opt/spice/qemu # ./x86_64-softmmu/qemu-system-x86_64
-drive file=/home/vm/qemu.img,if=ide -soundhw ac97 -L pc-bios -nographic
-spice port=15050,disable-ticketing -usbdevice tablet -enable-kvm -m 512
-vga qxl -cdrom /home/huxc/suse11.2_x86_64.iso -boot d</font>
<br><font face="sans-serif" size="2">Unknown vga type: qxl</font>
<br></blockquote><div><br>Just got the same problem myself.<br><br>That&#39;s beacuse I forgot to &quot;cd qemu; git checkout -b spice.v13 origin/spice.v13;&quot; (from the build instruction page)<br>but since thats old I wrote  v24 instead of 13 after looking at <a href="http://cgit.freedesktop.org/spice/qemu">http://cgit.freedesktop.org/spice/qemu</a>.<br>
<br>Now it starts with -vga qxl !<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br><font face="sans-serif" size="2">test2010-2-7:/opt/spice/qemu # ./x86_64-softmmu/qemu-system-x86_64
 --help |grep vga</font>
<br><font face="sans-serif" size="2">-vga [std|cirrus|vmware|xenfb|none]</font>
<br><font face="sans-serif" size="2">__________________________</font>
<br>
<br><font face="sans-serif" size="2">Also I checked the spiced QEMU code,
there is also no corresponding qxl driver information. </font>
<br><font face="sans-serif" size="2">_______________________________</font>
<br><font face="sans-serif" size="2">Vl.c</font>
<br><font face="sans-serif" size="2">static struct {</font>
<br><font face="sans-serif" size="2">    const char *driver;</font>
<br><font face="sans-serif" size="2">    int *flag;</font>
<br><font face="sans-serif" size="2">} default_list[] = {</font>
<br><font face="sans-serif" size="2">    { .driver = &quot;isa-serial&quot;,
          .flag = &amp;default_serial    },</font>
<br><font face="sans-serif" size="2">    { .driver = &quot;isa-parallel&quot;,
        .flag = &amp;default_parallel  },</font>
<br><font face="sans-serif" size="2">    { .driver = &quot;isa-fdc&quot;,
             .flag = &amp;default_floppy
   },</font>
<br><font face="sans-serif" size="2">    { .driver = &quot;ide-drive&quot;,
           .flag = &amp;default_cdrom  
  },</font>
<br><font face="sans-serif" size="2">    { .driver = &quot;virtio-serial-pci&quot;,
   .flag = &amp;default_virtcon   },</font>
<br><font face="sans-serif" size="2">    { .driver = &quot;virtio-serial-s390&quot;,
  .flag = &amp;default_virtcon   },</font>
<br><font face="sans-serif" size="2">    { .driver = &quot;virtio-serial&quot;,
       .flag = &amp;default_virtcon   },</font>
<br><font face="sans-serif" size="2">    { .driver = &quot;VGA&quot;,
                 .flag = &amp;default_vga
      },</font>
<br><font face="sans-serif" size="2">    { .driver = &quot;cirrus-vga&quot;,
          .flag = &amp;default_vga    
  },</font>
<br><font face="sans-serif" size="2">    { .driver = &quot;vmware-svga&quot;,
         .flag = &amp;default_vga    
  },</font>
<br><font face="sans-serif" size="2">};</font>
<br><font face="sans-serif" size="2">_______________________________ </font>
<br>
<br>
<br><font face="sans-serif" size="2">Following is my procedure to download
and compile spiced QEMU:</font>
<br><font face="sans-serif" size="2">__________________________________</font>
<br><font face="sans-serif" size="2">I download latest Spiced QEMU code from
spice repositories using GIT and compile it following the instruction from
wiki(<a href="http://www.spice-space.org/page/Building_Instructions" target="_blank">http://www.spice-space.org/page/Building_Instructions</a>):</font>
<br><font face="sans-serif" size="2"><a href="http://www.spice-space.org/page/Building_Instructions" target="_blank">http://www.spice-space.org/page/Building_Instructions</a>
</font>
<br><font size="3">  </font>
<table width="100%">
<tbody><tr valign="top">
<td width="100%"><tt><font size="3">cd $SRC_ROOT/qemu<br>
./configure --prefix=$INST_ROOT --target-list=x86_64-softmmu --enable-spice<br>
make<br>
</font></tt><font face="sans-serif" size="2">__________________________________</font></td></tr></tbody></table>
<br>
<br><font face="sans-serif" size="2">Thanks for your suggestions in advance!</font>
<br>
<br><font face="sans-serif" size="2">Thanks,</font>
<br><font face="sans-serif" size="2">Lyon</font><br><pre>--------------------------------------------------------
ZTE Information Security Notice: The information contained in this mail is solely property of the sender&#39;s organization. This mail communication is confidential. Recipients named above are obligated to maintain secrecy and are not permitted to disclose the contents of this communication to others.
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the originator of the message. Any views expressed in this message are those of the individual sender.
This message has been scanned for viruses and Spam by ZTE Anti-Spam system.
</pre><br>_______________________________________________<br>
Spice-devel mailing list<br>
<a href="mailto:Spice-devel@lists.freedesktop.org">Spice-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/spice-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/spice-devel</a><br>
<br></blockquote></div><br>