qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/8] qemu-nbd: Restore "qemu-nbd -v --fork" output
@ 2023-09-06  9:32 Denis V. Lunev
  2023-09-06  9:32 ` [PATCH 1/8] qemu-nbd: improve error message for dup2 error Denis V. Lunev
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Denis V. Lunev @ 2023-09-06  9:32 UTC (permalink / raw)
  To: qemu-devel, qemu-block; +Cc: den, Eric Blake, Vladimir Sementsov-Ogievskiy

This series contains the fix to the regression introduced with 5c56dd27a2
plus documentation update.

Changes from v2:
- fixed error message of dup2 (patch #1)
- removed options copy as suggested by Eric
- moved all other options used in nbd_client_thread() to struct NbdClientOpts
  for consistency
- added documentation update to document -v behavior
- small formatting fix (please drop if this is extra)

Signed-off-by: Denis V. Lunev <den@openvz.org>
CC: Eric Blake <eblake@redhat.com>
CC: Vladimir Sementsov-Ogievskiy <vsementsov@yandex-team.ru>



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

end of thread, other threads:[~2023-09-07 22:16 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-06  9:32 [PATCH v3 0/8] qemu-nbd: Restore "qemu-nbd -v --fork" output Denis V. Lunev
2023-09-06  9:32 ` [PATCH 1/8] qemu-nbd: improve error message for dup2 error Denis V. Lunev
2023-09-07 20:46   ` Eric Blake
2023-09-06  9:32 ` [PATCH 2/8] qemu-nbd: define struct NbdClientOpts when HAVE_NBD_DEVICE is not defined Denis V. Lunev
2023-09-07 21:35   ` Eric Blake
2023-09-06  9:32 ` [PATCH 3/8] qemu-nbd: move srcpath into struct NbdClientOpts Denis V. Lunev
2023-09-07 21:43   ` Eric Blake
2023-09-06  9:32 ` [PATCH 4/8] qemu-nbd: put saddr into " Denis V. Lunev
2023-09-07 21:48   ` Eric Blake
2023-09-06  9:32 ` [PATCH 5/8] qemu-nbd: invent nbd_client_release_pipe() helper Denis V. Lunev
2023-09-07 21:54   ` Eric Blake
2023-09-06  9:32 ` [PATCH 6/8] qemu-nbd: Restore "qemu-nbd -v --fork" output Denis V. Lunev
2023-09-07 21:59   ` Eric Blake
2023-09-06  9:32 ` [PATCH 7/8] qemu-nbd: document -v behavior in respect to --fork in man Denis V. Lunev
2023-09-07 22:01   ` Eric Blake
2023-09-07 22:03     ` Denis V. Lunev
2023-09-06  9:32 ` [PATCH 8/8] qemu-nbd: fix formatting in main() Denis V. Lunev
2023-09-07 22:15   ` 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).