]> www.infradead.org Git - users/dwmw2/qemu.git/commit
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>
Wed, 1 Mar 2023 09:09:22 +0000 (09:09 +0000)
commit458d6cfa55fbcf81d203671dceabbf7cef07fc8c
tree9d4529190dbdcdbdb49664690ec2a13de2d20747
parent79807f3e6bf1186c684312d4e7fb426b2643bade
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>
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]