]> 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)
commit50d15281e407ae4874ab6f70812c487a00762e1f
tree04523b0567c7f666f11e1cda7ffc071271f5d38c
parent8ee35e1432e5efe0e6a9839b1fbad616644abfba
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]