vhost-user: factor out msg head and payload
commit24e34754eb78064abafd3f9a59bb35a0e2bcf406
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 8 Jan 2018 17:46:02 +0000 (8 19:46 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 18 Jan 2018 19:52:39 +0000 (18 21:52 +0200)
tree945bd0ab36d185d686713345cec135ed2f7539b7
parentab20bbd29767a634bb11ca9f2115233f1e9e950c
vhost-user: factor out msg head and payload

split header and payload into separate structures,
to enable easier handling of alignment issues.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/virtio/vhost-user.c