aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2016-05-11 16:39:36 -0600
committerPaolo Bonzini <pbonzini@redhat.com>2016-06-16 18:39:05 +0200
commit63d5ef869e5e57de4875cd64b6f197cbb5763adf (patch)
tree8525f172624d6526fe0666616dc68aeecb3e82f1 /hw
parent2cb347493c5a0c3634dc13942ba65fdcefbcd34b (diff)
downloadqemu-63d5ef869e5e57de4875cd64b6f197cbb5763adf.zip
qemu-63d5ef869e5e57de4875cd64b6f197cbb5763adf.tar.gz
qemu-63d5ef869e5e57de4875cd64b6f197cbb5763adf.tar.bz2
nbd: Quit server after any write error
We should never ignore failure from nbd_negotiate_send_rep(); if we are unable to write to the client, then it is not worth trying to continue the negotiation. Fortunately, the problem is not too severe - chances are that the errors being ignored here (mainly inability to write the reply to the client) are indications of a closed connection or something similar, which will also affect the next attempt to interact with the client and eventually reach a point where the errors are detected to end the loop. Signed-off-by: Eric Blake <eblake@redhat.com> Message-Id: <1463006384-7734-4-git-send-email-eblake@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw')
0 files changed, 0 insertions, 0 deletions