<div dir="ltr">Thanks a lot! I don't get any errors when starting the VM, so I assume the setting is in effect.<div><br></div><div>I don't see any difference in performance though. Reading threads around the internet, I get the impression that it's possible to get native performance (ie. same framerate when I watch a video on the VM and view it using spicec, as viewing the video on the host), like this comment says: <a href="https://bugzilla.redhat.com/show_bug.cgi?id=827381#c2">https://bugzilla.redhat.com/show_bug.cgi?id=827381#c2</a></div>

<div><br></div><div>I don't find this to be the case though. Have you been able to achieve native performance for video content over SPICE, and if so how?</div><div class="gmail_extra"><br clear="all"><div><div dir="ltr">

<font color="#500050">Cheers!</font></div></div><div dir="ltr"><font color="#500050"><br></font></div><div><font color="#500050">/Rune</font></div>
<br><br><div class="gmail_quote">On Mon, Jun 16, 2014 at 9:04 AM, Giuseppe Scrivano <span dir="ltr"><<a href="mailto:gscrivan@redhat.com" target="_blank">gscrivan@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="HOEnZb"><div class="h5">Rune Kjær Svendsen <<a href="mailto:runesvend@gmail.com">runesvend@gmail.com</a>> writes:<br>
<br>
> Hello list<br>
><br>
> I'm experimenting with improving performance of viewing a qemu guest<br>
> running on localhost via SPICE.<br>
><br>
> I would like to see if turning off image compression will increase the<br>
> framerate I currently get.<br>
><br>
> This is done by adding the following option to the -spice command when<br>
> running qemu-system-x86_64:<br>
><br>
> image-compression=off<br>
><br>
> But I can't find out how to add the option in virt-manager. If this<br>
> isn't possible, is there some other way of adding this option to the -<br>
> spice options list when virt-manager runs qemu-system-x86_64?<br>
<br>
</div></div>you can edit the definition XML for the virtual machine trough virsh:<br>
<br>
# virsh edit $VM_NAME<br>
<br>
and specify the image compression in the graphics xml block, mine looks<br>
like this:<br>
<br>
    <graphics type='spice' autoport='yes' listen='::'><br>
      <listen type='address' address='::'/><br>
      <image compression='off'/><br>
    </graphics><br>
<br>
Regards,<br>
Giuseppe<br>
</blockquote></div><br></div></div>