qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 10/11] hw/intc/loongarch_ipi: Fix ipi device access of 64bits


From: gaosong
Subject: Re: [PATCH 10/11] hw/intc/loongarch_ipi: Fix ipi device access of 64bits
Date: Mon, 4 Jul 2022 17:09:55 +0800
User-agent: Mozilla/5.0 (X11; Linux loongarch64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0


On 2022/7/4 下午1:28, Richard Henderson wrote:
On 7/1/22 15:04, Xiaojuan Yang wrote:
+static const MemoryRegionOps loongarch_ipi64_ops = {
+    .write = loongarch_ipi_writeq,
+    .impl.min_access_size = 8,
+    .impl.max_access_size = 8,
+    .valid.min_access_size = 4,
+    .valid.max_access_size = 8,
+    .endianness = DEVICE_LITTLE_ENDIAN,
+};

Is it really valid to write 4 bytes instead of 8?

This ipi64_ops only support 8 bytes writing,   We will correct it.

Thanks.
Song Gao

r~

reply via email to

[Prev in Thread] Current Thread [Next in Thread]