]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/xen: Add basic ring handling to xenstore
authorDavid Woodhouse <dwmw@amazon.co.uk>
Wed, 28 Dec 2022 10:06:49 +0000 (10:06 +0000)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Mon, 30 Jan 2023 20:25:21 +0000 (20:25 +0000)
commit3f0df64a33c788a334033aa75944ee59764ee565
treed581cdeadc17f052b6cd91b5111608a89d577f5f
parent008904a56556ac9883006a6d5398a4fc44e54ce2
hw/xen: Add basic ring handling to xenstore

Extract requests, return ENOSYS to all of them. This is enough to allow
older Linux guests to boot, as they need *something* back but it doesn't
matter much what.

In the first instance we're likely to wire this up over a UNIX socket to
an actual xenstored implementation, but in the fullness of time it would
be nice to have a fully single-tenant "virtual" xenstore within qemu.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
hw/i386/kvm/xen_xenstore.c