On 30/06/26 09:49, Misbah Anjum N wrote:
On 2026-06-29 16:34, Aditya Gupta wrote:
<...snip...>
base-commit: 20553466cc47af6a8c95f665b601fce3c852e503
Hi Aditya,
I've tested the v3 patch series on PowerNV and pSeries guests including the new remote interrupts functional test and Power8E/NVL removal.
Testing Environment: - Host: Fedora 42 ppc64le - Arch: ppc64le - QEMU: emulator version 11.0.50 (v11.0.0-2400-g20553466cc-dirty)
PowerNV Guest Bringup Status: Success qemu-system-ppc64 -name test-vm -machine powernv -m 4096 -smp 4 -nographic -kernel ~/.cache/qemu/download/6fd29aff9ad4362511ea5d0acbb510667c7031928e97d64ec15bbc5daf4b8151 -drive file=~/.cache/qemu/download/aee2192b692077c4bde31cb56ce474424b358f17cec323d5c94af3970c9aada2,format=raw,if=none,id=drive0,readonly=on -device nvme,drive=drive0,bus=pcie.2,addr=0x0,serial=1234 -append "root=/dev/nvme0n1 console=tty0 console=hvc0"
PSeries Guest Bringup Status: Success qemu-system-ppc64 -name test-vm -machine pseries,accel=kvm -m 4096 smp 8,sockets=1,cores=8,threads=1 -nographic -serial mon:stdio -drive file=/home/kvmci/tests/data/avocado-vt/images/rhel8.0devel-ppc64le.qcow2,if=virtio,format=qcow2 -netdev bridge,id=net0,br=virbr0 -device virtio-net-pci,netdev=net0
Power8E/NVL Removal Verification Status: Success (both correctly rejected after removal) qemu-system-ppc64: unable to find CPU model 'power8e_v2.1' qemu-system-ppc64: unable to find CPU model 'power8nvl_v1.0'
QEMU Functional Test Results (make check-functional-ppc64) Status: Success Ok: 12 Fail: 0 Skipped: 4
QEMU Unit Test Results (make check-qtest-ppc64) Status: Success Ok: 33 Fail: 0 Skipped: 0
Result: All tests passed successfully.
Tested-by: Misbah Anjum N <misanjum@linux.ibm.com>
Thank you for thoroughly testing this misbah ! - Aditya G
Thanks, Misbah Anjum N