edu: mmio: allow 64-bit access
commit20fb3105ce632e70500a92d7c76e02f28c2c07d4
authorLi Qiang <liq3ea@163.com>
Fri, 10 May 2019 16:43:47 +0000 (10 09:43 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 3 Jun 2019 12:03:01 +0000 (3 14:03 +0200)
treea5f63c3b235a36083724906515aab3dcd70e4c56
parent4cfd7bab3f5564f6c1a23b06f73d5aa2f957cd16
edu: mmio: allow 64-bit access

The edu spec says the MMIO area can be accessed by 64-bit.
However currently the 'max_access_size' is not so the MMIO
access dispatch can only access 32-bit one time. This patch fixes
this to respect the spec.

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