hw/intc/loongarch_ipi: Use MemTxAttrs interface for ipi ops
authorBibo Mao <maobibo@loongson.cn>
Wed, 13 Dec 2023 04:12:01 +0000 (12:12 +0800)
committerSong Gao <gaosong@loongson.cn>
Thu, 11 Jan 2024 11:22:47 +0000 (19:22 +0800)
commitfdd6ee0b7653e5b195e0b351fb53bb1e6d4c84bd
tree41ec550baa07fc271e00a6985b2231b3cadc6571
parent714b03c12599a8ce19d51cc1cd40631796c9e4f6
hw/intc/loongarch_ipi: Use MemTxAttrs interface for ipi ops

There are two interface pairs for MemoryRegionOps, read/write and
read_with_attrs/write_with_attrs. The later is better for ipi device
emulation since initial cpu can be parsed from attrs.requester_id.

And requester_id can be overrided for IOCSR_IPI_SEND and mail_send
function when it is to forward message to another vcpu.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20231215100333.3933632-2-maobibo@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>
hw/intc/loongarch_ipi.c