xen/pvcalls: implement socket command
authorStefano Stabellini <[email protected]>
Thu, 6 Jul 2017 18:01:00 +0000 (11:01 -0700)
committerBoris Ostrovsky <[email protected]>
Thu, 31 Aug 2017 13:45:55 +0000 (09:45 -0400)
commitfb0298754ab79f0aca1a8162f9aeb5b097c0a1b1
tree38e546309b7fcde0767b198554016e5c68e2793a
parentb1efa69317e5e7e813620af180f262a0fc1db47c
xen/pvcalls: implement socket command

Just reply with success to the other end for now. Delay the allocation
of the actual socket to bind and/or connect.

Signed-off-by: Stefano Stabellini <[email protected]>
Reviewed-by: Boris Ostrovsky <[email protected]>
Reviewed-by: Juergen Gross <[email protected]>
CC: [email protected]
CC: [email protected]
Signed-off-by: Boris Ostrovsky <[email protected]>
drivers/xen/pvcalls-back.c