]> git.baikalelectronics.ru Git - kernel.git/commit
usb: Add Xen pvUSB protocol description
authorJuergen Gross <jgross@suse.com>
Tue, 23 Nov 2021 13:20:46 +0000 (14:20 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Dec 2021 13:58:31 +0000 (14:58 +0100)
commit0d2df47e1917ad472f445c793e684a1b314c050d
tree80f1770785d426a089c941b275eeb31282509ea4
parent5490b298214cd72e00edffadecb7eea12feb0776
usb: Add Xen pvUSB protocol description

Add the definition of pvUSB protocol used between the pvUSB frontend in
a Xen domU and the pvUSB backend in a Xen driver domain (usually Dom0).

This header was originally provided by Fujitsu for Xen based on Linux
2.6.18.

Changes are:
- adapt to Linux kernel style guide
- use Xen namespace
- add lots of comments
- don't use kernel internal defines

Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Link: https://lore.kernel.org/r/20211123132048.5335-2-jgross@suse.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/xen/interface/io/usbif.h [new file with mode: 0644]