[PATCH v2 0/1] hw/intc/loongson_ipi: Fix for LoongArch

Philippe Mathieu-Daudé posted 1 patch 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240627125819.62779-1-philmd@linaro.org
Maintainers: Song Gao <gaosong@loongson.cn>, Huacai Chen <chenhuacai@kernel.org>, Jiaxun Yang <jiaxun.yang@flygoat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>
include/hw/intc/loongson_ipi.h |  1 +
hw/intc/loongson_ipi.c         | 16 ++++++++++------
hw/mips/loongson3_virt.c       |  1 +
3 files changed, 12 insertions(+), 6 deletions(-)
[PATCH v2 0/1] hw/intc/loongson_ipi: Fix for LoongArch
Posted by Philippe Mathieu-Daudé 5 months ago
v2:
- Only skip mmio-related code in loongson_ipi_realize()

Jiaxun Yang (1):
  hw/intc/loongson_ipi: Gate MMIO regions creation with property

 include/hw/intc/loongson_ipi.h |  1 +
 hw/intc/loongson_ipi.c         | 16 ++++++++++------
 hw/mips/loongson3_virt.c       |  1 +
 3 files changed, 12 insertions(+), 6 deletions(-)

-- 
2.41.0
Re: [PATCH v2 0/1] hw/intc/loongson_ipi: Fix for LoongArch
Posted by Philippe Mathieu-Daudé 4 months, 1 week ago
On 27/6/24 14:58, Philippe Mathieu-Daudé wrote:
> v2:
> - Only skip mmio-related code in loongson_ipi_realize()
> 
> Jiaxun Yang (1):
>    hw/intc/loongson_ipi: Gate MMIO regions creation with property
> 
>   include/hw/intc/loongson_ipi.h |  1 +
>   hw/intc/loongson_ipi.c         | 16 ++++++++++------
>   hw/mips/loongson3_virt.c       |  1 +
>   3 files changed, 12 insertions(+), 6 deletions(-)
> 

ping?

Re: [PATCH v2 0/1] hw/intc/loongson_ipi: Fix for LoongArch
Posted by maobibo 4 months, 1 week ago

On 2024/7/15 下午5:57, Philippe Mathieu-Daudé wrote:
> On 27/6/24 14:58, Philippe Mathieu-Daudé wrote:
>> v2:
>> - Only skip mmio-related code in loongson_ipi_realize()
>>
>> Jiaxun Yang (1):
>>    hw/intc/loongson_ipi: Gate MMIO regions creation with property
>>
>>   include/hw/intc/loongson_ipi.h |  1 +
>>   hw/intc/loongson_ipi.c         | 16 ++++++++++------
>>   hw/mips/loongson3_virt.c       |  1 +
>>   3 files changed, 12 insertions(+), 6 deletions(-)
>>
> 
> ping?
Hi Philippe,

It is only temporary fix, in the long term we hope that interrupt 
controller emulation is similar with other architectures in directory
hw/intc/, and we post the patch at website:

https://lore.kernel.org/qemu-devel/20240704033802.3838618-1-maobibo@loongson.cn/

Regards
Bibo Mao


Re: [PATCH v2 0/1] hw/intc/loongson_ipi: Fix for LoongArch
Posted by Philippe Mathieu-Daudé 4 months, 1 week ago
On 15/7/24 12:08, maobibo wrote:
> 
> 
> On 2024/7/15 下午5:57, Philippe Mathieu-Daudé wrote:
>> On 27/6/24 14:58, Philippe Mathieu-Daudé wrote:
>>> v2:
>>> - Only skip mmio-related code in loongson_ipi_realize()
>>>
>>> Jiaxun Yang (1):
>>>    hw/intc/loongson_ipi: Gate MMIO regions creation with property
>>>
>>>   include/hw/intc/loongson_ipi.h |  1 +
>>>   hw/intc/loongson_ipi.c         | 16 ++++++++++------
>>>   hw/mips/loongson3_virt.c       |  1 +
>>>   3 files changed, 12 insertions(+), 6 deletions(-)
>>>
>>
>> ping?
> Hi Philippe,
> 
> It is only temporary fix, in the long term we hope that interrupt 
> controller emulation is similar with other architectures in directory
> hw/intc/, and we post the patch at website:
> 
> https://lore.kernel.org/qemu-devel/20240704033802.3838618-1-maobibo@loongson.cn/

I missed that, thanks for pointing the series.