]> git.proxmox.com Git - mirror_qemu.git/commit - qemu-nbd.c
nbd: convert to using I/O channels for actual socket I/O
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 10 Feb 2016 18:41:04 +0000 (18:41 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 16 Feb 2016 16:13:57 +0000 (17:13 +0100)
commit1c778ef729dd50d4b06780af1f44b69c63c532f8
tree72727b34634cbed27f46f2dc32d5eb7c0444a6fd
parentae39827802bc2aa781137d2f41bab0b60acd4e63
nbd: convert to using I/O channels for actual socket I/O

Now that all callers are converted to use I/O channels for
initial connection setup, it is possible to switch the core
NBD protocol handling core over to use QIOChannel APIs for
actual sockets I/O.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-Id: <1455129674-17255-7-git-send-email-berrange@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
block/nbd-client.c
blockdev-nbd.c
include/block/nbd.h
nbd/client.c
nbd/common.c
nbd/nbd-internal.h
nbd/server.c
qemu-nbd.c