From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Wnvon-0006jz-G3 for mharc-qemu-trivial@gnu.org; Fri, 23 May 2014 16:11:53 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wnvof-0006bt-Ng for qemu-trivial@nongnu.org; Fri, 23 May 2014 16:11:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnvoZ-0008SH-Jl for qemu-trivial@nongnu.org; Fri, 23 May 2014 16:11:45 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:59935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnvoM-0008Ic-IZ; Fri, 23 May 2014 16:11:26 -0400 Received: from [192.168.88.2] (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 0C3E042B94; Sat, 24 May 2014 00:11:26 +0400 (MSK) Message-ID: <537FAB6D.7010701@msgid.tls.msk.ru> Date: Sat, 24 May 2014 00:11:25 +0400 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 To: Le Tan , qemu-devel@nongnu.org References: <1400631039-7208-1-git-send-email-tamlokveer@gmail.com> <1400631039-7208-2-git-send-email-tamlokveer@gmail.com> In-Reply-To: <1400631039-7208-2-git-send-email-tamlokveer@gmail.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: qemu-trivial@nongnu.org, peter.crosthwaite@xilinx.com, jan.kiszka@web.de, afaerber@suse.de Subject: Re: [Qemu-trivial] [PATCH 1/2] arch_init: replace fprintf(stderr, ...) with error_report() 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, 23 May 2014 20:11:51 -0000 21.05.2014 04:10, Le Tan wrote: > Replace fprintf(stderr,...) with error_report() in the file > arch_init.c. The trailing "\n"s of the @fmt argument have been removed > because @fmt of error_report() should not contain newline. Applied to -trivial queue. Thank you for the work! /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnvoT-0006Uz-DN for qemu-devel@nongnu.org; Fri, 23 May 2014 16:11:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnvoM-0008Ii-PX for qemu-devel@nongnu.org; Fri, 23 May 2014 16:11:33 -0400 Message-ID: <537FAB6D.7010701@msgid.tls.msk.ru> Date: Sat, 24 May 2014 00:11:25 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1400631039-7208-1-git-send-email-tamlokveer@gmail.com> <1400631039-7208-2-git-send-email-tamlokveer@gmail.com> In-Reply-To: <1400631039-7208-2-git-send-email-tamlokveer@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH 1/2] arch_init: replace fprintf(stderr, ...) with error_report() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Le Tan , qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, peter.crosthwaite@xilinx.com, jan.kiszka@web.de, afaerber@suse.de 21.05.2014 04:10, Le Tan wrote: > Replace fprintf(stderr,...) with error_report() in the file > arch_init.c. The trailing "\n"s of the @fmt argument have been removed > because @fmt of error_report() should not contain newline. Applied to -trivial queue. Thank you for the work! /mjt