<br><font size=2 face="sans-serif">Hi, </font>
<br>
<br><font size=2 face="sans-serif">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 size=2 face="sans-serif">BTW: I remove &quot;-vga qxl&quot; when
running qemu, it starts up successfully. But I'm not sure whether QXL driver
is used in this scenario.....?</font>
<br><font size=2 face="sans-serif">__________________________</font>
<br><font size=2 face="sans-serif">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 size=2 face="sans-serif">Unknown vga type: qxl</font>
<br>
<br><font size=2 face="sans-serif">test2010-2-7:/opt/spice/qemu # ./x86_64-softmmu/qemu-system-x86_64
&nbsp;--help |grep vga</font>
<br><font size=2 face="sans-serif">-vga [std|cirrus|vmware|xenfb|none]</font>
<br><font size=2 face="sans-serif">__________________________</font>
<br>
<br><font size=2 face="sans-serif">Also I checked the spiced QEMU code,
there is also no corresponding qxl driver information. </font>
<br><font size=2 face="sans-serif">_______________________________</font>
<br><font size=2 face="sans-serif">Vl.c</font>
<br><font size=2 face="sans-serif">static struct {</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; const char *driver;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; int *flag;</font>
<br><font size=2 face="sans-serif">} default_list[] = {</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; { .driver = &quot;isa-serial&quot;,
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .flag = &amp;default_serial &nbsp; &nbsp;},</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; { .driver = &quot;isa-parallel&quot;,
&nbsp; &nbsp; &nbsp; &nbsp; .flag = &amp;default_parallel &nbsp;},</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; { .driver = &quot;isa-fdc&quot;,
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.flag = &amp;default_floppy
&nbsp; &nbsp;},</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; { .driver = &quot;ide-drive&quot;,
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.flag = &amp;default_cdrom &nbsp;
&nbsp; },</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; { .driver = &quot;virtio-serial-pci&quot;,
&nbsp; &nbsp;.flag = &amp;default_virtcon &nbsp; },</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; { .driver = &quot;virtio-serial-s390&quot;,
&nbsp; .flag = &amp;default_virtcon &nbsp; },</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; { .driver = &quot;virtio-serial&quot;,
&nbsp; &nbsp; &nbsp; &nbsp;.flag = &amp;default_virtcon &nbsp; },</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; { .driver = &quot;VGA&quot;,
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.flag = &amp;default_vga
&nbsp; &nbsp; &nbsp; },</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; { .driver = &quot;cirrus-vga&quot;,
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; .flag = &amp;default_vga &nbsp; &nbsp;
&nbsp; },</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; { .driver = &quot;vmware-svga&quot;,
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;.flag = &amp;default_vga &nbsp; &nbsp;
&nbsp; },</font>
<br><font size=2 face="sans-serif">};</font>
<br><font size=2 face="sans-serif">_______________________________ </font>
<br>
<br>
<br><font size=2 face="sans-serif">Following is my procedure to download
and compile spiced QEMU:</font>
<br><font size=2 face="sans-serif">__________________________________</font>
<br><font size=2 face="sans-serif">I download latest Spiced QEMU code from
spice repositories using GIT and compile it following the instruction from
wiki(http://www.spice-space.org/page/Building_Instructions):</font>
<br><font size=2 face="sans-serif">http://www.spice-space.org/page/Building_Instructions
</font>
<br><font size=3>&nbsp; </font>
<table width=100%>
<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 size=2 face="sans-serif">__________________________________</font></table>
<br>
<br><font size=2 face="sans-serif">Thanks for your suggestions in advance!</font>
<br>
<br><font size=2 face="sans-serif">Thanks,</font>
<br><font size=2 face="sans-serif">Lyon</font><br><pre>
--------------------------------------------------------
ZTE&nbsp;Information&nbsp;Security&nbsp;Notice:&nbsp;The&nbsp;information&nbsp;contained&nbsp;in&nbsp;this&nbsp;mail&nbsp;is&nbsp;solely&nbsp;property&nbsp;of&nbsp;the&nbsp;sender's&nbsp;organization.&nbsp;This&nbsp;mail&nbsp;communication&nbsp;is&nbsp;confidential.&nbsp;Recipients&nbsp;named&nbsp;above&nbsp;are&nbsp;obligated&nbsp;to&nbsp;maintain&nbsp;secrecy&nbsp;and&nbsp;are&nbsp;not&nbsp;permitted&nbsp;to&nbsp;disclose&nbsp;the&nbsp;contents&nbsp;of&nbsp;this&nbsp;communication&nbsp;to&nbsp;others.
This&nbsp;email&nbsp;and&nbsp;any&nbsp;files&nbsp;transmitted&nbsp;with&nbsp;it&nbsp;are&nbsp;confidential&nbsp;and&nbsp;intended&nbsp;solely&nbsp;for&nbsp;the&nbsp;use&nbsp;of&nbsp;the&nbsp;individual&nbsp;or&nbsp;entity&nbsp;to&nbsp;whom&nbsp;they&nbsp;are&nbsp;addressed.&nbsp;If&nbsp;you&nbsp;have&nbsp;received&nbsp;this&nbsp;email&nbsp;in&nbsp;error&nbsp;please&nbsp;notify&nbsp;the&nbsp;originator&nbsp;of&nbsp;the&nbsp;message.&nbsp;Any&nbsp;views&nbsp;expressed&nbsp;in&nbsp;this&nbsp;message&nbsp;are&nbsp;those&nbsp;of&nbsp;the&nbsp;individual&nbsp;sender.
This&nbsp;message&nbsp;has&nbsp;been&nbsp;scanned&nbsp;for&nbsp;viruses&nbsp;and&nbsp;Spam&nbsp;by&nbsp;ZTE&nbsp;Anti-Spam&nbsp;system.
</pre>