KVM: selftests: create alias mappings when using shared memory
[linux-2.6-microblaze.git] / tools / testing / selftests / kvm / lib / kvm_util_internal.h
index b30e8c7..a03febc 100644 (file)
@@ -19,7 +19,9 @@ struct userspace_mem_region {
        int fd;
        off_t offset;
        void *host_mem;
+       void *host_alias;
        void *mmap_start;
+       void *mmap_alias;
        size_t mmap_size;
        struct rb_node gpa_node;
        struct rb_node hva_node;