From: Asias He <asias.hejun@xxxxxxxxx> This area is used for virtio-mmio. Signed-off-by: Asias He <asias.hejun@xxxxxxxxx> --- tools/kvm/x86/include/kvm/kvm-arch.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/kvm/x86/include/kvm/kvm-arch.h b/tools/kvm/x86/include/kvm/kvm-arch.h index 31c0fb8..551c8b4 100644 --- a/tools/kvm/x86/include/kvm/kvm-arch.h +++ b/tools/kvm/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 */ -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html