]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/xen: Add xen_xenstore device for xenstore emulation
authorDavid Woodhouse <dwmw@amazon.co.uk>
Fri, 23 Dec 2022 17:39:23 +0000 (17:39 +0000)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 16 Jan 2023 21:10:25 +0000 (21:10 +0000)
commit8351292009e698110474f6e4f4b676a4c5f37009
treee29c7581624c8af08d63fca239b86adc40efffeb
parentfa3c1d39b3d739f182a2216014020f159b7362b1
hw/xen: Add xen_xenstore device for xenstore emulation

Just the basic shell, with the event channel hookup. It only dumps the
buffer for now; a real ring implmentation will come in a subsequent patch.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
hw/i386/kvm/meson.build
hw/i386/kvm/xen_evtchn.c
hw/i386/kvm/xen_xenstore.c [new file with mode: 0644]
hw/i386/kvm/xen_xenstore.h [new file with mode: 0644]
hw/i386/pc.c
target/i386/kvm/xen-emu.c