]> git.baikalelectronics.ru Git - kernel.git/commit
vhost: split structs into a separate header file
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 17 Dec 2018 17:35:09 +0000 (18:35 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 19 Dec 2018 23:23:49 +0000 (18:23 -0500)
commit8570e46a87e5cdbee9229694b7afc568e8b77d96
tree04523b0567c7f666f11e1cda7ffc071271f5d38c
parente595818370c78b942be8663ff5061d78ce330483
vhost: split structs into a separate header file

vhost structs are shared by vhost-kernel and vhost-user.  Split them
into a separate file to ease copying them into programs that implement
either the server or the client side of vhost-user.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/uapi/linux/vhost.h
include/uapi/linux/vhost_types.h [new file with mode: 0644]