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)
commit4b86713236e4bd6ea6c881a97711ae039fc4069b
tree04523b0567c7f666f11e1cda7ffc071271f5d38c
parente8d26f29b7c48aa037a4796e2aa878c58a04609c
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]