vmbus: add vmbus protocol definitions
commit973b1fbd862c848dde7f710ba1b9ca340235e75f
authorJon Doron <arilou@gmail.com>
Fri, 24 Apr 2020 12:34:40 +0000 (24 15:34 +0300)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 10 Jun 2020 16:09:39 +0000 (10 12:09 -0400)
tree1b93df98d3962c74458ed46933719091ce8a344f
parentd42cd96100724bc9fbac18cc17c5f5f9b9b2f181
vmbus: add vmbus protocol definitions

Add a header with data structures and constants used in Hyper-V VMBus
hypervisor <-> guest interactions.

Based on the respective stuff from Linux kernel.

Signed-off-by: Roman Kagan <rkagan@virtuozzo.com>
Signed-off-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
Signed-off-by: Jon Doron <arilou@gmail.com>
Message-Id: <20200424123444.3481728-3-arilou@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/hw/hyperv/vmbus-proto.h [new file with mode: 0644]