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