]> Git Repo - qemu.git/commit - nbd/client.c
nbd: Split nbd.c
authorFam Zheng <[email protected]>
Thu, 14 Jan 2016 08:41:02 +0000 (16:41 +0800)
committerPaolo Bonzini <[email protected]>
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 <[email protected]>
Message-Id: <1452760863[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
MAINTAINERS
Makefile.objs
nbd.c [deleted file]
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 [new file with mode: 0644]
tests/qemu-iotests/083
This page took 0.027919 seconds and 4 git commands to generate.