]> git.baikalelectronics.ru Git - kernel.git/commit
xen/pvcalls: introduce the pvcalls xenbus frontend
authorStefano Stabellini <sstabellini@kernel.org>
Mon, 30 Oct 2017 22:40:51 +0000 (15:40 -0700)
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>
Tue, 31 Oct 2017 13:05:53 +0000 (09:05 -0400)
commit9a07a03b655dcd8de5deaf7aa8c945647a5cec95
tree6e0bff1d7da0b2fc50edec3c9f435784be69af0d
parentc163dbd2855838e8b6bda6665d81e4bba48ec517
xen/pvcalls: introduce the pvcalls xenbus frontend

Introduce a xenbus frontend for the pvcalls protocol, as defined by
https://xenbits.xen.org/docs/unstable/misc/pvcalls.html.

This patch only adds the stubs, the code will be added by the following
patches.

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 [new file with mode: 0644]