From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XXZE7-0007ii-Cn for mharc-qemu-trivial@gnu.org; Fri, 26 Sep 2014 13:22:39 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXZE0-0007Zj-Qm for qemu-trivial@nongnu.org; Fri, 26 Sep 2014 13:22:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXZDv-0008MT-Bx for qemu-trivial@nongnu.org; Fri, 26 Sep 2014 13:22:32 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:46068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXZDk-0008DN-PO; Fri, 26 Sep 2014 13:22:16 -0400 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 2AA6146F3D; Fri, 26 Sep 2014 21:22:11 +0400 (MSK) Message-ID: <5425A0C3.40409@msgid.tls.msk.ru> Date: Fri, 26 Sep 2014 21:22:11 +0400 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.7.0 MIME-Version: 1.0 To: arei.gonglei@huawei.com, qemu-devel@nongnu.org References: <1411719272-9788-1-git-send-email-arei.gonglei@huawei.com> In-Reply-To: <1411719272-9788-1-git-send-email-arei.gonglei@huawei.com> X-Enigmail-Version: 1.6 OpenPGP: id=804465C5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: peter.maydell@linaro.org, weidong.huang@huawei.com, qemu-trivial@nongnu.org, armbru@redhat.com, pbonzini@redhat.com, eblake@redhat.com Subject: Re: [Qemu-trivial] [PATCH 0/3] os-posix: improve the error message printing X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2014 17:22:37 -0000 26.09.2014 12:14, arei.gonglei@huawei.com wrote: > From: Gonglei > > The patches mainly improve the error message printing. > And adjust coding style of os-posix.c. > > Daemonize the QEMU process after initialization, QEMU will not detach from > standard IO until it is ready to receive connections on any of its devices. > So, using fprintf print error. > > Cc: Eric Blake > > Gonglei (3): > os-posix: change tab to space avoid violating coding style > os-posix: remove confused errno > os-posix: report error message when lock file failed Applied all 3 to -trivial, thank you! /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXZDq-0007Pj-I0 for qemu-devel@nongnu.org; Fri, 26 Sep 2014 13:22:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXZDl-0008ET-08 for qemu-devel@nongnu.org; Fri, 26 Sep 2014 13:22:22 -0400 Message-ID: <5425A0C3.40409@msgid.tls.msk.ru> Date: Fri, 26 Sep 2014 21:22:11 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1411719272-9788-1-git-send-email-arei.gonglei@huawei.com> In-Reply-To: <1411719272-9788-1-git-send-email-arei.gonglei@huawei.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH 0/3] os-posix: improve the error message printing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: arei.gonglei@huawei.com, qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, weidong.huang@huawei.com, qemu-trivial@nongnu.org, armbru@redhat.com, pbonzini@redhat.com 26.09.2014 12:14, arei.gonglei@huawei.com wrote: > From: Gonglei > > The patches mainly improve the error message printing. > And adjust coding style of os-posix.c. > > Daemonize the QEMU process after initialization, QEMU will not detach from > standard IO until it is ready to receive connections on any of its devices. > So, using fprintf print error. > > Cc: Eric Blake > > Gonglei (3): > os-posix: change tab to space avoid violating coding style > os-posix: remove confused errno > os-posix: report error message when lock file failed Applied all 3 to -trivial, thank you! /mjt