From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyt2u-0008RA-7R for qemu-devel@nongnu.org; Wed, 10 Dec 2014 21:00:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xyt2p-0005JG-A9 for qemu-devel@nongnu.org; Wed, 10 Dec 2014 21:00:00 -0500 Received: from szxga01-in.huawei.com ([119.145.14.64]:55259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyt2o-0005GH-PH for qemu-devel@nongnu.org; Wed, 10 Dec 2014 20:59:55 -0500 Message-ID: <5488FA76.9070508@huawei.com> Date: Thu, 11 Dec 2014 09:59:18 +0800 From: Gonglei MIME-Version: 1.0 References: <1418204253-5869-1-git-send-email-kraxel@redhat.com> <1418204253-5869-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1418204253-5869-3-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 02/10] vnc: remove unused DisplayState parameter, add id instead. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Paolo Bonzini , qemu-devel@nongnu.org, Anthony Liguori On 2014/12/10 17:37, Gerd Hoffmann wrote: > DisplayState isn't used anywhere, drop it. Add the vnc server ID as > parameter instead, so it is possible to specify the server instance. > > Signed-off-by: Gerd Hoffmann > --- > include/ui/console.h | 16 ++++++++-------- > ui/vnc.c | 29 ++++++++++++++--------------- > vl.c | 7 ++++--- > 3 files changed, 26 insertions(+), 26 deletions(-) Reviewed-by: Gonglei