From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53983) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhbUz-0005C0-1X for qemu-devel@nongnu.org; Wed, 07 Sep 2016 07:58:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bhbUv-0005Xz-3z for qemu-devel@nongnu.org; Wed, 07 Sep 2016 07:58:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53342) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bhbUu-0005Xv-Uu for qemu-devel@nongnu.org; Wed, 07 Sep 2016 07:58:33 -0400 Message-ID: <1473249510.28663.76.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 07 Sep 2016 13:58:30 +0200 In-Reply-To: <1470024419-10886-1-git-send-email-lizhijian@cn.fujitsu.com> References: <1470024419-10886-1-git-send-email-lizhijian@cn.fujitsu.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] qemu-options.hx: correct spice options streaming-video default document value to 'off' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Li Zhijian Cc: qemu-devel@nongnu.org On Mo, 2016-08-01 at 12:06 +0800, Li Zhijian wrote: > since f1d3e58, the code had changed the default value to 'off', so this p= atch > make document and code are consistent. Added to UI queue. thanks, Gerd