commit | 2a89f9247ae43a2cf36fbc07b21b5792fc7b9efe | [log] [tgz] |
---|---|---|
author | Reilly Grant <grantr@vmware.com> | Thu Mar 14 11:55:41 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 15 08:26:26 2013 -0400 |
tree | 869acbbc9e9cf4ae92e7153b387dfccd0a76659e | |
parent | 8a7fbfab4be39b8690543f3d29b26860d2f6c576 [diff] |
VSOCK: Support VM sockets connected to the hypervisor. The resource ID used for VM socket control packets (0) is already used for the VMCI_GET_CONTEXT_ID hypercall so a new ID (15) must be used when the guest sends these datagrams to the hypervisor. The hypervisor context ID must also be removed from the internal blacklist. Signed-off-by: Reilly Grant <grantr@vmware.com> Acked-by: Andy King <acking@vmware.com> Signed-off-by: David S. Miller <davem@davemloft.net>