From: Avi Kivity <a...@redhat.com>

typo, missing zero.

Signed-off-by: Avi Kivity <a...@redhat.com>

diff --git a/qemu/qemu-kvm.c b/qemu/qemu-kvm.c
index 121873e..c5a5880 100644
--- a/qemu/qemu-kvm.c
+++ b/qemu/qemu-kvm.c
@@ -803,7 +803,7 @@ static int must_use_aliases_target(target_phys_addr_t addr)
 {
     if (destroy_region_works)
         return false;
-    if (addr >= 0xe000000 && addr < 0x100000000ull)
+    if (addr >= 0xe0000000 && addr < 0x100000000ull)
         return true;
     return false;
 }
--
To unsubscribe from this list: send the line "unsubscribe kvm-commits" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to