]> git.baikalelectronics.ru Git - kernel.git/commit
xen/pvcalls: connect to the backend
authorStefano Stabellini <sstabellini@kernel.org>
Mon, 30 Oct 2017 22:40:53 +0000 (15:40 -0700)
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>
Tue, 31 Oct 2017 13:05:53 +0000 (09:05 -0400)
commit3e48b21011527e81e1edc1a2865c443d850a669d
tree0494e503e262679d5fab6f2892517a67200955a6
parent0cbbbd426f5f8e5a051e6f6e559e873dce3e762d
xen/pvcalls: connect to the backend

Implement the probe function for the pvcalls frontend. Read the
supported versions, max-page-order and function-calls nodes from
xenstore.

Only one frontend<->backend connection is supported at any given time
for a guest. Store the active frontend device to a static pointer.

Introduce a stub functions for the event handler.

Signed-off-by: Stefano Stabellini <stefano@aporeto.com>
Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
CC: boris.ostrovsky@oracle.com
CC: jgross@suse.com
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
drivers/xen/pvcalls-front.c