From ba2a92db1ff682c16730b1d7f156bac61928f04d Mon Sep 17 00:00:00 2001 From: Paul Durrant Date: Mon, 2 Jan 2023 11:05:16 +0000 Subject: hw/xen: Add xenstore operations to allow redirection to internal emulation Signed-off-by: Paul Durrant Signed-off-by: David Woodhouse Reviewed-by: Paul Durrant --- hw/i386/kvm/xenstore_impl.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'hw/i386/kvm/xenstore_impl.h') diff --git a/hw/i386/kvm/xenstore_impl.h b/hw/i386/kvm/xenstore_impl.h index bbe2391e2e..0df2a91aae 100644 --- a/hw/i386/kvm/xenstore_impl.h +++ b/hw/i386/kvm/xenstore_impl.h @@ -12,13 +12,7 @@ #ifndef QEMU_XENSTORE_IMPL_H #define QEMU_XENSTORE_IMPL_H -typedef uint32_t xs_transaction_t; - -#define XBT_NULL 0 - -#define XS_PERM_NONE 0x00 -#define XS_PERM_READ 0x01 -#define XS_PERM_WRITE 0x02 +#include "hw/xen/xen_backend_ops.h" typedef struct XenstoreImplState XenstoreImplState; -- cgit 1.4.1