diff options
author | Tiejun Chen <tiejun.chen@intel.com> | 2015-02-05 17:22:26 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-02-05 12:26:14 +0100 |
commit | 1c2b364b225a5a93dbd1f317bd000d2fec2694be (patch) | |
tree | d4733f3e2830ab5d77e2afc285a1e49a58bd07da /include/linux/kvm_host.h | |
parent | f798217dfd038af981a18bbe4bc57027a08bb182 (diff) | |
download | linux-1c2b364b225a5a93dbd1f317bd000d2fec2694be.tar.gz linux-1c2b364b225a5a93dbd1f317bd000d2fec2694be.tar.bz2 linux-1c2b364b225a5a93dbd1f317bd000d2fec2694be.zip |
kvm: remove KVM_MMIO_SIZE
After f78146b0f923, "KVM: Fix page-crossing MMIO", and
87da7e66a405, "KVM: x86: fix vcpu->mmio_fragments overflow",
actually KVM_MMIO_SIZE is gone.
Signed-off-by: Tiejun Chen <tiejun.chen@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/linux/kvm_host.h')
-rw-r--r-- | include/linux/kvm_host.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/kvm_host.h b/include/linux/kvm_host.h index 32d057571bf6..8a82838034f1 100644 --- a/include/linux/kvm_host.h +++ b/include/linux/kvm_host.h @@ -33,10 +33,6 @@ #include <asm/kvm_host.h> -#ifndef KVM_MMIO_SIZE -#define KVM_MMIO_SIZE 8 -#endif - /* * The bit 16 ~ bit 31 of kvm_memory_region::flags are internally used * in kvm, other bits are visible for userspace which are defined in |