From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49276) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XytCg-0002rD-4J for qemu-devel@nongnu.org; Wed, 10 Dec 2014 21:10:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XytCb-0000ZR-7t for qemu-devel@nongnu.org; Wed, 10 Dec 2014 21:10:06 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:51471) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XytCa-0000O5-EJ for qemu-devel@nongnu.org; Wed, 10 Dec 2014 21:10:01 -0500 Message-ID: <5488FCDE.8050206@huawei.com> Date: Thu, 11 Dec 2014 10:09:34 +0800 From: Gonglei MIME-Version: 1.0 References: <1418204253-5869-1-git-send-email-kraxel@redhat.com> <1418204253-5869-4-git-send-email-kraxel@redhat.com> In-Reply-To: <1418204253-5869-4-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 03/10] vnc: add display id to acl names List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org, Anthony Liguori On 2014/12/10 17:37, Gerd Hoffmann wrote: > In case the display id is "default" (which is the one you get if you > don't explicitly assign one) we keep the old name scheme, without > display, for backward compatibility reasons. > > Signed-off-by: Gerd Hoffmann > --- > ui/vnc.c | 22 ++++++++++++++++++++-- > 1 file changed, 20 insertions(+), 2 deletions(-) Reviewed-by: Gonglei