]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/xen: Implement core serialize/deserialize methods for xenstore_impl
authorDavid Woodhouse <dwmw@amazon.co.uk>
Tue, 31 Jan 2023 15:00:54 +0000 (15:00 +0000)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Wed, 1 Feb 2023 14:10:45 +0000 (14:10 +0000)
commitc9249012c93223611aac55ff57c14166febd8d27
treef045e128304b4214bc6858e7cf1ca015d2d765ae
parent34791a71b600c23026baf366a0d0fc7582df7dee
hw/xen: Implement core serialize/deserialize methods for xenstore_impl

In fact I think we want to only serialize the contents of the domain's
path in /local/domain/${domid} and leave the rest to be recreated? Will
defer to Paul for that.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
hw/i386/kvm/xen_xenstore.c
hw/i386/kvm/xenstore_impl.c
hw/i386/kvm/xenstore_impl.h
tests/unit/test-xs-node.c