nbd: Split nbd.c
authorFam Zheng <famz@redhat.com>
Thu, 14 Jan 2016 08:41:02 +0000 (16:41 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 15 Jan 2016 17:58:02 +0000 (18:58 +0100)
commit798bfe00063ceaa90aa2bf6e4e5c569c80fb4e92
tree1389023d3237be76713630c50f8147d722b5984d
parentee7d7aabdaea4484e069cb99c9fc54e8cb24b56f
nbd: Split nbd.c

We have NBD server code and client code, all mixed in a file. Now split
them into separate files under nbd/, and update MAINTAINERS.

filter_nbd for iotest 083 is updated to keep the log filtered out.

Signed-off-by: Fam Zheng <famz@redhat.com>
Message-Id: <1452760863-25350-3-git-send-email-famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
MAINTAINERS
Makefile.objs
nbd/Makefile.objs [new file with mode: 0644]
nbd/client.c [new file with mode: 0644]
nbd/common.c [new file with mode: 0644]
nbd/nbd-internal.h [new file with mode: 0644]
nbd/server.c [moved from nbd.c with 68% similarity]
tests/qemu-iotests/083