]> git.proxmox.com Git - mirror_qemu.git/commit
hw/xen: populate store frontend nodes with XenStore PFN/port
authorDavid Woodhouse <dwmw@amazon.co.uk>
Thu, 12 Oct 2023 09:59:45 +0000 (10:59 +0100)
committerDavid Woodhouse <dwmw@amazon.co.uk>
Tue, 7 Nov 2023 08:54:20 +0000 (08:54 +0000)
commitd388c9f53b971fd185ee1dc2f4f3ca88abda906d
treec50396a8d3cea1f8ef1436db3abfeb57739fcba3
parent8473607bcfef62fd8f6bb98b27807bbfce30a81a
hw/xen: populate store frontend nodes with XenStore PFN/port

This is kind of redundant since without being able to get these through
some other method (HVMOP_get_param) the guest wouldn't be able to access
XenStore in order to find them.

Signed-off-by: David Woodhouse <dwmw@amazon.co.uk>
Reviewed-by: Paul Durrant <paul@xen.org>
hw/i386/kvm/xen_xenstore.c