mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 02:54:58 -06:00
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> Reviewed-by: Paul Durrant <paul@xen.org>
This commit is contained in:
parent
794fba23a5
commit
c08f5d0e53
6 changed files with 288 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
|
||||
#include "xen_evtchn.h"
|
||||
#include "xen_overlay.h"
|
||||
#include "xen_xenstore.h"
|
||||
|
||||
#include "sysemu/kvm.h"
|
||||
#include "sysemu/kvm_xen.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue