Revert "Merge branch 'vsock-virtio'"
This reverts commit0d76d6e8b2
and merge commitc402293bd7
, reversing changes made toc89359a42e
. 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>
This commit is contained in:

committed by
David S. Miller

parent
bc0b8b66e0
commit
8ac2837c89
@@ -175,10 +175,8 @@ void vsock_insert_connected(struct vsock_sock *vsk);
|
||||
void vsock_remove_bound(struct vsock_sock *vsk);
|
||||
void vsock_remove_connected(struct vsock_sock *vsk);
|
||||
struct sock *vsock_find_bound_socket(struct sockaddr_vm *addr);
|
||||
struct sock *vsock_find_unbound_socket(struct sockaddr_vm *addr);
|
||||
struct sock *vsock_find_connected_socket(struct sockaddr_vm *src,
|
||||
struct sockaddr_vm *dst);
|
||||
void vsock_for_each_connected_socket(void (*fn)(struct sock *sk));
|
||||
int vsock_bind_dgram_generic(struct vsock_sock *vsk, struct sockaddr_vm *addr);
|
||||
|
||||
#endif /* __AF_VSOCK_H__ */
|
||||
|
Reference in New Issue
Block a user