summaryrefslogtreecommitdiffstats
path: root/nbd/Makefile.objs
diff options
context:
space:
mode:
authorFam Zheng <famz@redhat.com>2016-01-14 16:41:02 +0800
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:28:24 -0600
commit713e998dc244cbe9cef1c076f33ee56a95bd5304 (patch)
tree31113ac5ab03adc2e865376a594e8c72da16eac1 /nbd/Makefile.objs
parent1bcdfdfd8786ef4d39fb58c02f8c26a8396ccd39 (diff)
downloadhqemu-713e998dc244cbe9cef1c076f33ee56a95bd5304.zip
hqemu-713e998dc244cbe9cef1c076f33ee56a95bd5304.tar.gz
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>
Diffstat (limited to 'nbd/Makefile.objs')
-rw-r--r--nbd/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/nbd/Makefile.objs b/nbd/Makefile.objs
new file mode 100644
index 0000000..eb3dd44
--- /dev/null
+++ b/nbd/Makefile.objs
@@ -0,0 +1 @@
+block-obj-y += server.o client.o common.o
OpenPOWER on IntegriCloud