From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49724) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aneGO-00056d-LT for qemu-devel@nongnu.org; Tue, 05 Apr 2016 23:36:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aneGJ-0002gp-JJ for qemu-devel@nongnu.org; Tue, 05 Apr 2016 23:36:16 -0400 Received: from resqmta-po-12v.sys.comcast.net ([96.114.154.171]:42024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aneGJ-0002gl-El for qemu-devel@nongnu.org; Tue, 05 Apr 2016 23:36:11 -0400 From: Eric Blake Date: Tue, 5 Apr 2016 21:35:01 -0600 Message-Id: <1459913704-19949-1-git-send-email-eblake@redhat.com> Subject: [Qemu-devel] [PATCH 0/3 for-2.6] more nbd fixups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com Patch 1 fixes a minor bug (wrong error) on read-only exports, patch 2 and 3 fix up the debugging traces I used to find the root cause of patch 1. Maintainer's discretion on whether to take all three or just patch 1 in qemu 2.6 (but debug output improvements can't cause regressions...) Eric Blake (3): nbd: Return correct error for write to read-only export nbd: Avoid bitrot in TRACE() usage nbd: Improve debug traces on little-endian nbd/nbd-internal.h | 15 +++++++++------ nbd/client.c | 8 ++++---- nbd/server.c | 6 ++++-- 3 files changed, 17 insertions(+), 12 deletions(-) -- 2.5.5