#ifndef __LINUX_KVM_X86_H#define __LINUX_KVM_X86_H/* * KVM x86 specific structures and definitions * */#include <asm/types.h>#include <linux/ioctl.h>structkvm_memory_alias{__u32slot;/* this has a different namespace than memory slots */__u32flags;__u64guest_phys_addr;__u64memory_size;__u64target_phys_addr;};#endif