summaryrefslogtreecommitdiff
path: root/include/hw/virtio/dataplane/hostmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/virtio/dataplane/hostmem.h')
-rw-r--r--include/hw/virtio/dataplane/hostmem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/virtio/dataplane/hostmem.h b/include/hw/virtio/dataplane/hostmem.h
index b2cf09333f..2810f4b44e 100644
--- a/include/hw/virtio/dataplane/hostmem.h
+++ b/include/hw/virtio/dataplane/hostmem.h
@@ -18,6 +18,7 @@
#include "qemu/thread.h"
typedef struct {
+ MemoryRegion *mr;
void *host_addr;
hwaddr guest_addr;
uint64_t size;