From: Asias He Date: Sat, 7 Apr 2012 11:42:06 +0000 (+0800) Subject: kvm tools: Introduce KVM_VIRTIO_MMIO_AREA X-Git-Tag: next-20120411~5^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=82ea06e7b6612df03cc92062709ce8a463e2c3a9;p=karo-tx-linux.git kvm tools: Introduce KVM_VIRTIO_MMIO_AREA This area is used for virtio-mmio. Signed-off-by: Asias He Signed-off-by: Pekka Enberg --- diff --git a/tools/kvm/x86/include/kvm/kvm-arch.h b/tools/kvm/x86/include/kvm/kvm-arch.h index 31c0fb8b363d..551c8b49cff5 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 */