qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu-nbd daemonizing?
@ 2012-01-14  9:26 Michael Tokarev
  2012-01-15 10:51 ` Paolo Bonzini
  0 siblings, 1 reply; 6+ messages in thread
From: Michael Tokarev @ 2012-01-14  9:26 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel

After looking at the yesterdays issue with non-absolute
paths for qemu-nbd arguments and daemon(3), I've a
question.

Why qemu-nbd daemonizes, and does that only when device
argument is given (dropping -v/verbose case for now)?

This raises two questions:

 - shouldn't it do the same daemonizing in case of usual
   tcp export?

 - shouldn't the daemonizing itself be controlled by an
   option (like -d), and why we can't just send it to
   background using "&" shell constuct?

And while at it, I wonder why it is really unix-only?
There's nothing unix-specific in there exept two things:
it is the device handling (/dev/nbdX) and all the hacks
around this (including this daemonizing).  The rest should
work on win32 just fine.

Thanks,

/mjt

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

end of thread, other threads:[~2012-01-15 17:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-14  9:26 [Qemu-devel] qemu-nbd daemonizing? Michael Tokarev
2012-01-15 10:51 ` Paolo Bonzini
2012-01-15 12:59   ` Michael Tokarev
2012-01-15 16:17     ` Paolo Bonzini
2012-01-15 16:54       ` Michael Tokarev
2012-01-15 17:43         ` Paolo Bonzini

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).