From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45354) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLBKO-0001UW-CZ for qemu-devel@nongnu.org; Mon, 18 Jan 2016 10:02:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLBKL-0006rc-1E for qemu-devel@nongnu.org; Mon, 18 Jan 2016 10:02:44 -0500 Received: from e06smtp07.uk.ibm.com ([195.75.94.103]:58377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLBKK-0006rO-NU for qemu-devel@nongnu.org; Mon, 18 Jan 2016 10:02:40 -0500 Received: from localhost by e06smtp07.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 18 Jan 2016 15:02:38 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id 7A2E717D8042 for ; Mon, 18 Jan 2016 15:02:40 +0000 (GMT) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps4076.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u0IF2ZkU459190 for ; Mon, 18 Jan 2016 15:02:35 GMT Received: from d06av07.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u0IF2Zxg019978 for ; Mon, 18 Jan 2016 10:02:35 -0500 From: Greg Kurz Date: Mon, 18 Jan 2016 16:02:34 +0100 Message-ID: <20160118150234.30699.57180.stgit@bahia.huguette.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH 0/2] 9pfs: fsdev: use error_report() instead of fprintf(stderr) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Greg Kurz , qemu-devel@nongnu.org, "Aneesh Kumar K.V" Hi, This series moves all the 9pfs/fsdev code to use error_report(), with the notable exception of virtfs-proxy-helper, which doesn't need it. Markus, Should this patches go through your tree ? Or can they go through my 9p tree if you ack them ? Cheers. -- Greg --- Greg Kurz (2): 9pfs: use error_report() instead of fprintf(stderr) fsdev: use error_report() instead of fprintf(stderr) fsdev/qemu-fsdev.c | 7 ++++--- hw/9pfs/9p-handle.c | 5 +++-- hw/9pfs/9p-local.c | 15 ++++++++------- hw/9pfs/9p-proxy.c | 12 ++++++------ hw/9pfs/9p.c | 2 +- 5 files changed, 22 insertions(+), 19 deletions(-)