Skip to content

Commit

Permalink
Revert "Merge branch 'vsock-virtio'"
Browse files Browse the repository at this point in the history
This reverts commit 0d76d6e and merge
commit c402293, reversing changes made
to c89359a.

The virtio-vsock device specification is not finalized yet.  Michael
Tsirkin voiced concerned about merging this code when the hardware
interface (and possibly the userspace interface) could still change.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Stefan Hajnoczi authored and David S. Miller committed Dec 9, 2015
1 parent bc0b8b6 commit 8ac2837
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 2,778 deletions.
4 changes: 0 additions & 4 deletions drivers/vhost/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,3 @@ config VHOST_CROSS_ENDIAN_LEGACY
adds some overhead, it is disabled by default.

If unsure, say "N".

if STAGING
source "drivers/vhost/Kconfig.vsock"
endif
7 changes: 0 additions & 7 deletions drivers/vhost/Kconfig.vsock

This file was deleted.

4 changes: 0 additions & 4 deletions drivers/vhost/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,5 @@ vhost_net-y := net.o
obj-$(CONFIG_VHOST_SCSI) += vhost_scsi.o
vhost_scsi-y := scsi.o

obj-$(CONFIG_VHOST_VSOCK) += vhost_vsock.o
vhost_vsock-y := vsock.o

obj-$(CONFIG_VHOST_RING) += vringh.o

obj-$(CONFIG_VHOST) += vhost.o
Loading

0 comments on commit 8ac2837

Please sign in to comment.