From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9WpK-0001cr-0q for qemu-devel@nongnu.org; Fri, 09 Jan 2015 05:29:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y9WpF-0007Xd-Sh for qemu-devel@nongnu.org; Fri, 09 Jan 2015 05:29:57 -0500 Received: from mail-wg0-f54.google.com ([74.125.82.54]:55846) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9WpF-0007XD-MA for qemu-devel@nongnu.org; Fri, 09 Jan 2015 05:29:53 -0500 Received: by mail-wg0-f54.google.com with SMTP id z12so7317173wgg.13 for ; Fri, 09 Jan 2015 02:29:52 -0800 (PST) Message-ID: <54AFADAB.2020308@m2r.biz> Date: Fri, 09 Jan 2015 11:30:03 +0100 From: Fabio Fantoni MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Question and probable bug in qemu spice's parameters List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: spice-devel@lists.freedesktop.org, "qemu-devel@nongnu.org" In qemu docs seems that spice streaming video is default to "filter" but after this patch seems default to "off" without updating qemu-options.hx file: http://git.qemu.org/?p=qemu.git;a=commitdiff;h=f1d3e586f069e17f83b669842bc02d60d509daca What is the correct default actually? If I specify spice image compression, qemu doesn't start and gives me this error: spice: invalid stream video control: (null) To solve I have to set also qemu spice's streaming video parameters. Why qemu doesn't take automatically the default of spice image compression in this case? Thanks for any reply.