commit | 0254c4d19df3e89e964f121df1e73f2d871fd46e | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw@amazon.co.uk> | Wed Jan 18 18:55:47 2023 +0000 |
committer | David Woodhouse <dwmw@amazon.co.uk> | Tue Mar 07 17:04:30 2023 +0000 |
tree | 956c74fc347059c95e681e29039eb38448510731 | |
parent | 9832009d9dd2386664c15cc70f6e6bfe062be8bd [diff] |
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>