[PULL 0/8] loongarch-to-apply queue

Bibo Mao posted 8 patches 6 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250428040313.413822-1-maobibo@loongson.cn
Maintainers: Song Gao <gaosong@loongson.cn>, Bibo Mao <maobibo@loongson.cn>, Jiaxun Yang <jiaxun.yang@flygoat.com>
There is a newer version of this series
hw/intc/loongarch_extioi.c                | 12 ++++---
hw/intc/loongarch_extioi_common.c         | 41 ++++++++++++++++++++++
hw/intc/loongarch_ipi.c                   | 29 ++++++++++++++++
hw/intc/loongarch_pch_pic.c               | 26 +++++---------
hw/intc/loongarch_pic_common.c            | 25 +++++++++++++
hw/loongarch/boot.c                       |  1 +
hw/loongarch/virt-acpi-build.c            | 12 +++----
hw/loongarch/virt.c                       | 58 +++++++++++++++++++++++++++++++
include/hw/intc/loongarch_extioi.h        |  1 +
include/hw/intc/loongarch_extioi_common.h |  1 +
include/hw/intc/loongarch_ipi.h           |  1 +
include/hw/intc/loongarch_pch_pic.h       |  1 +
include/hw/intc/loongarch_pic_common.h    |  1 +
13 files changed, 181 insertions(+), 28 deletions(-)
[PULL 0/8] loongarch-to-apply queue
Posted by Bibo Mao 6 months, 3 weeks ago
The following changes since commit 019fbfa4bcd2d3a835c241295e22ab2b5b56129b:

  Merge tag 'pull-misc-2025-04-24' of https://repo.or.cz/qemu/armbru into staging (2025-04-24 13:44:57 -0400)

are available in the Git repository at:

  https://github.com/bibo-mao/qemu.git tags/pull-loongarch-20250428

for you to fetch changes up to 55985a3fd236acab9e4c16c198246fcace766155:

  hw/loongarch/virt: Allow user to customize OEM ID and OEM table ID (2025-04-28 11:39:20 +0800)

----------------------------------------------------------------
pull-loongarch-20250428 queue

----------------------------------------------------------------
Bibo Mao (8):
      hw/intc/loongarch_ipi: Add reset support
      hw/intc/loongarch_extioi: Add reset support
      hw/intc/loongarch_extioi: Replace legacy reset callback with new api
      hw/intc/loongarch_pch: Add reset support
      hw/intc/loongarch_pch: Replace legacy reset callback with new api
      hw/loongarch/virt: Get physical entry address with elf file
      hw/loongarch/virt: Replace RSDT with XSDT table
      hw/loongarch/virt: Allow user to customize OEM ID and OEM table ID

 hw/intc/loongarch_extioi.c                | 12 ++++---
 hw/intc/loongarch_extioi_common.c         | 41 ++++++++++++++++++++++
 hw/intc/loongarch_ipi.c                   | 29 ++++++++++++++++
 hw/intc/loongarch_pch_pic.c               | 26 +++++---------
 hw/intc/loongarch_pic_common.c            | 25 +++++++++++++
 hw/loongarch/boot.c                       |  1 +
 hw/loongarch/virt-acpi-build.c            | 12 +++----
 hw/loongarch/virt.c                       | 58 +++++++++++++++++++++++++++++++
 include/hw/intc/loongarch_extioi.h        |  1 +
 include/hw/intc/loongarch_extioi_common.h |  1 +
 include/hw/intc/loongarch_ipi.h           |  1 +
 include/hw/intc/loongarch_pch_pic.h       |  1 +
 include/hw/intc/loongarch_pic_common.h    |  1 +
 13 files changed, 181 insertions(+), 28 deletions(-)
Re: [PULL 0/8] loongarch-to-apply queue
Posted by Stefan Hajnoczi 6 months, 2 weeks ago
Please take a look at the following CI failure:

Fail: The memory reads and writes count does not match.
Expected Reads: 114688, Actual Reads: 0
Expected Writes: 63488, Actual Writes: 32768
make[1]: *** [Makefile:202: run-plugin-memory-with-libmem.so] Error 1

https://gitlab.com/qemu-project/qemu/-/jobs/9865233699#L4223

Thanks!

Stefan
Re: [PULL 0/8] loongarch-to-apply queue
Posted by bibo mao 6 months, 2 weeks ago

On 2025/4/29 下午10:04, Stefan Hajnoczi wrote:
> Please take a look at the following CI failure:
> 
> Fail: The memory reads and writes count does not match.
> Expected Reads: 114688, Actual Reads: 0
> Expected Writes: 63488, Actual Writes: 32768
> make[1]: *** [Makefile:202: run-plugin-memory-with-libmem.so] Error 1
> 
> https://gitlab.com/qemu-project/qemu/-/jobs/9865233699#L4223
yes, I can reproduce this problem.
It is caused with patch 6 "hw/loongarch/virt: Get physical entry address 
with elf file".

Regards
Bibo Mao
> 
> Thanks!
> 
> Stefan
>