qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/3] nbd-client: drop extra error noise
@ 2018-12-18 22:57 Eric Blake
  2018-12-18 22:57 ` [Qemu-devel] [PATCH v2 1/3] nbd: publish _lookup functions Eric Blake
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Eric Blake @ 2018-12-18 22:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: vsementsov

This is a counter-proposal to Vladimir's initial post for
reducing the noise in iotest 083.  The difference is that
I dropped error_get_hint, since I couldn't find any useful
hint to be traced during transmission phase in the first place,
and instead added a trace message for the one place where we
do set hints during handshaking phase.

Eric Blake (1):
  nbd/client: Trace all server option error messages

Vladimir Sementsov-Ogievskiy (2):
  nbd: publish _lookup functions
  block/nbd-client: use traces instead of noisy error_report_err

 include/block/nbd.h        |  5 +++++
 nbd/nbd-internal.h         |  5 -----
 block/nbd-client.c         | 23 +++++++++++++++++++----
 nbd/client.c               |  2 ++
 block/trace-events         |  4 ++++
 nbd/trace-events           |  1 +
 tests/qemu-iotests/083.out | 28 ----------------------------
 7 files changed, 31 insertions(+), 37 deletions(-)

-- 
2.17.2

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-12-19 17:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-18 22:57 [Qemu-devel] [PATCH v2 0/3] nbd-client: drop extra error noise Eric Blake
2018-12-18 22:57 ` [Qemu-devel] [PATCH v2 1/3] nbd: publish _lookup functions Eric Blake
2018-12-18 22:57 ` [Qemu-devel] [PATCH v2 2/3] nbd/client: Trace all server option error messages Eric Blake
2018-12-19 11:41   ` Vladimir Sementsov-Ogievskiy
2018-12-18 22:57 ` [Qemu-devel] [PATCH v2 3/3] block/nbd-client: use traces instead of noisy error_report_err Eric Blake
2018-12-19 12:03 ` [Qemu-devel] [PATCH v2 0/3] nbd-client: drop extra error noise Vladimir Sementsov-Ogievskiy
2018-12-19 17:22   ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).