commit | 802ddc375acabf06c0cb5a2716ca3573bc9ca89f | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Nov 04 15:51:24 2011 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Nov 11 14:02:58 2011 +0100 |
tree | 6bcec5b805731e5013e8b0a205e92d04cd1757ee | |
parent | f1ef5555c24914f8ad4051a20571a5c62022d928 [diff] |
qemu-nbd: open the block device after starting the client thread This is cleaner, because we do not need to close the block device when there is an error opening /dev/nbdX. It was done this way only to print errors before daemonizing. At the same time, use atexit to ensure that the block device is closed whenever we exit. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>