edu: mmio: allow 64-bit access in read dispatch
commitc45eb53aabaa620c71ac567ddf4ee89802a97a70
authorLi Qiang <liq3ea@163.com>
Fri, 10 May 2019 16:43:48 +0000 (10 09:43 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 3 Jun 2019 12:03:01 +0000 (3 14:03 +0200)
treeb702ed0f88038b4fde7b48a37181e2ad7f01e170
parent20fb3105ce632e70500a92d7c76e02f28c2c07d4
edu: mmio: allow 64-bit access in read dispatch

The edu spec says when address >= 0x80, the MMIO area can
be accessed by 64-bit.

Signed-off-by: Li Qiang <liq3ea@163.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20190510164349.81507-3-liq3ea@163.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/misc/edu.c