OSDN Git Service

libvhost-user: Send messages with no data
authorDr. David Alan Gilbert <dgilbert@redhat.com>
Fri, 4 May 2018 09:53:46 +0000 (10:53 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 23 May 2018 14:02:02 +0000 (17:02 +0300)
commite3638151da2a314dda3ed862cf707b8b66aca4cb
tree6a39255d51b05aadf213c5a3c9ecc80801af185b
parent9952e807fd016c95f50372536f1ac65a601be6e4
libvhost-user: Send messages with no data

The response to a VHOST_USER_POSTCOPY_ADVISE contains a fd but doesn't
actually contain any data.   FIx vu_message_write so that it doesn't
do a 0-byte write() call, since this was ending up with rc=0
that was confusing the error handling code.

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
contrib/libvhost-user/libvhost-user.c