From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:41357) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnntu-0006aq-Tj for qemu-devel@nongnu.org; Thu, 19 Jan 2012 04:03:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rnntp-0001Mf-An for qemu-devel@nongnu.org; Thu, 19 Jan 2012 04:03:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:31075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rnntp-0001MK-3T for qemu-devel@nongnu.org; Thu, 19 Jan 2012 04:03:13 -0500 Message-ID: <4F17DC4A.3090806@redhat.com> Date: Thu, 19 Jan 2012 10:03:06 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1326876486-13995-1-git-send-email-cyliu@suse.com> <4F16A433.8000405@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH][resend] Add -f option to qemu-nbd List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Chunyan Liu Cc: stefanha@gmail.com, qemu-devel@nongnu.org On 01/19/2012 09:52 AM, Chunyan Liu wrote: > Currently, to print the connected device name, we can also change code a little > as following: ("-v" can still indicate working on background or not. ) Unfortunately not, that will cause the parent to exit with a status code of 1. Paolo