Frank Chang 231a90c085 hw/intc: Add .impl.[min|max]_access_size declaration in RISC-V ACLINT
If device's MemoryRegion doesn't have .impl.[min|max]_access_size
declaration, the default access_size_min would be 1 byte and
access_size_max would be 4 bytes (see: softmmu/memory.c).
This will cause a 64-bit memory access to ACLINT to be splitted into
two 32-bit memory accesses.

Signed-off-by: Frank Chang <frank.chang@sifive.com>
Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Jim Shu <jim.shu@sifive.com>
Message-Id: <20220420080901.14655-2-frank.chang@sifive.com>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2022-04-22 10:35:16 +10:00
..
2022-04-06 20:03:26 +01:00
2021-10-12 08:20:08 +02:00
2022-04-21 09:27:54 -07:00
2022-03-09 18:06:40 +00:00
2022-04-20 09:36:24 +02:00
2022-03-09 09:13:39 +00:00
2022-04-20 09:36:24 +02:00
2022-04-21 09:27:54 -07:00
2022-04-20 10:51:11 -07:00
2022-04-20 09:36:24 +02:00
2022-04-22 10:35:16 +10:00
2022-04-20 10:51:11 -07:00
2020-08-21 06:30:33 -04:00
2022-04-06 10:50:37 +02:00