hw/mem: Use memory_region_size() in cxl_type3
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Fri, 21 Apr 2023 16:08:26 +0000 (17:08 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 19 May 2023 05:36:09 +0000 (01:36 -0400)
commit3521176526a901bd2a8418ce6470df0e38ca4e11
tree0741467be7f267bc4c4ad3cf56b9f4838a616024
parent847ea4e746a1cac861ffe6b8256052131e8e3b93
hw/mem: Use memory_region_size() in cxl_type3

Accessors prefered over direct use of int128_get64() as they
clamp out of range values.  None are expected here but
cleaner to always use the accessor than mix and match.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Message-Id: <20230421160827.2227-3-Jonathan.Cameron@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Gregory Price <gregory.price@memverge.com>
hw/mem/cxl_type3.c