diff --git a/x86/include/kvm/kvm-arch.h b/x86/include/kvm/kvm-arch.h index 31c0fb8..551c8b4 100644 --- a/x86/include/kvm/kvm-arch.h +++ b/x86/include/kvm/kvm-arch.h @@ -21,6 +21,7 @@ * from. Note that this is a PCI bus address (though same on x86). */ #define KVM_PCI_MMIO_AREA (KVM_MMIO_START + 0x1000000) +#define KVM_VIRTIO_MMIO_AREA (KVM_MMIO_START + 0x2000000) struct kvm { int sys_fd; /* For system ioctls(), i.e. /dev/kvm */