From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33143) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7dEp-00049R-AM for qemu-devel@nongnu.org; Tue, 31 May 2016 02:33:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7dEl-0000Fy-4J for qemu-devel@nongnu.org; Tue, 31 May 2016 02:33:14 -0400 Received: from mga11.intel.com ([192.55.52.93]:56286) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7dEk-0000FI-VD for qemu-devel@nongnu.org; Tue, 31 May 2016 02:33:11 -0400 From: Robert Ho Date: Tue, 31 May 2016 14:42:34 +0800 Message-Id: <1464676956-8460-1-git-send-email-robert.hu@intel.com> Subject: [Qemu-devel] [PATCH 0/2] Reveal 'to' parameter of 'vnc' option to user List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, robert.hu@intel.com I find that '-vnc' option actually has a parameter 'to', implicitly; while actually is there and can be used but not be public. Don't know why but this may probably confuse user, especially when used in some default situation implicitly. So shall I? 1. Add its description in QEMU manual info 2. Expilicitly print out when it's used with non-default value Robert Ho (2): Reveal 'to' param of '-vnc' option in qemu man page Explicitly print out default vnc option in use qemu-options.hx | 7 +++++++ vl.c | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) -- 1.8.3.1