diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2014-05-08 16:34:56 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-06-04 09:56:12 +0200 |
commit | 0d6ecec2526d26ada9f4e44d27686a40ab9c087b (patch) | |
tree | 934227a6c695ca743df76b8fdb49d89c61102d44 /hw/block/dataplane/Makefile.objs | |
parent | 580b6b2aa2fea42ee42921ef5812b40224ab1b49 (diff) |
dataplane: delete IOQueue since it is no longer used
This custom Linux AIO request queue is no longer used by virtio-blk
data-plane.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/block/dataplane/Makefile.objs')
-rw-r--r-- | hw/block/dataplane/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/block/dataplane/Makefile.objs b/hw/block/dataplane/Makefile.objs index 9da2eb82ba..e786f66421 100644 --- a/hw/block/dataplane/Makefile.objs +++ b/hw/block/dataplane/Makefile.objs @@ -1 +1 @@ -obj-y += ioq.o virtio-blk.o +obj-y += virtio-blk.o |