OSDN Git Service

hw/xen: Add xenstore wire implementation and implementation stubs
authorDavid Woodhouse <dwmw@amazon.co.uk>
Wed, 18 Jan 2023 18:55:47 +0000 (18:55 +0000)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Tue, 7 Mar 2023 17:04:30 +0000 (17:04 +0000)
commit0254c4d19df3e89e964f121df1e73f2d871fd46e
tree956c74fc347059c95e681e29039eb38448510731
parent9832009d9dd2386664c15cc70f6e6bfe062be8bd
hw/xen: Add xenstore wire implementation and implementation stubs

This implements the basic wire protocol for the XenStore commands, punting
all the actual implementation to xs_impl_* functions which all just return
errors for now.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Paul Durrant <paul@xen.org>
hw/i386/kvm/meson.build
hw/i386/kvm/trace-events
hw/i386/kvm/xen_xenstore.c
hw/i386/kvm/xenstore_impl.c [new file with mode: 0644]
hw/i386/kvm/xenstore_impl.h [new file with mode: 0644]