All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aditya Gupta <adityag@linux.ibm.com>
To: Misbah Anjum N <misanjum@linux.ibm.com>
Cc: qemu-devel@nongnu.org, qemu-ppc@nongnu.org,
	"Harsh Prateek Bora" <harshpb@linux.ibm.com>,
	"Cédric Le Goater" <clg@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@oss.qualcomm.com>,
	"Shivang Upadhyay" <shivangu@linux.ibm.com>,
	"Daniel P . Berrangé" <berrange@redhat.com>,
	"Sourabh Jain" <sourabhjain@linux.ibm.com>,
	"Hari Bathini" <hbathini@linux.ibm.com>,
	"Nicholas Piggin" <npiggin@gmail.com>,
	"Miles Glenn" <milesg@linux.ibm.com>,
	"Fabiano Rosas" <farosas@suse.de>,
	"Laurent Vivier" <lvivier@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	devel@lists.libvirt.org,
	"Anushree Mathur" <anushree.mathur@linux.ibm.com>,
	"Pierrick Bouvier" <pierrick.bouvier@oss.qualcomm.com>,
	kvm@vger.kernel.org, "Gautam Menghani" <gautam@linux.ibm.com>,
	"Chinmay Rath" <rathc@linux.ibm.com>
Subject: Re: [PATCH v3 0/8] Testcase improvements and Power8E/NVL removal
Date: Wed, 1 Jul 2026 00:04:01 +0530	[thread overview]
Message-ID: <9eb293a6-4619-4499-8ba8-e63a1d703ac2@linux.ibm.com> (raw)
In-Reply-To: <9eefc074b799f7380cf61885bc37642a@linux.ibm.com>


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

      reply	other threads:[~2026-06-30 18:34 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-29 11:04 [PATCH v3 0/8] Testcase improvements and Power8E/NVL removal Aditya Gupta
2026-06-29 11:04 ` [PATCH v3 1/8] tests/functional: Add remote interrupts test for PowerNV Aditya Gupta
2026-06-29 11:20   ` Cédric Le Goater
2026-06-29 11:39     ` Aditya Gupta
2026-06-29 14:43       ` Cédric Le Goater
2026-06-30 11:04         ` Aditya Gupta
2026-06-30 11:13           ` Cédric Le Goater
2026-06-30 11:16             ` Aditya Gupta
2026-06-30 12:54               ` Cédric Le Goater
2026-06-30 11:13           ` Aditya Gupta
2026-06-29 11:04 ` [PATCH v3 2/8] tests/qtest/pnv_spi: Test Power11 PNV_SPI Aditya Gupta
2026-06-29 11:04 ` [PATCH v3 3/8] tests/qtest: Add Power11 chip & machine to qtests Aditya Gupta
2026-06-29 11:18   ` Cédric Le Goater
2026-06-29 11:28     ` Aditya Gupta
2026-06-29 11:04 ` [PATCH v3 4/8] tests/functional: Use default powernv machine instead of power10 Aditya Gupta
2026-06-29 11:04 ` [PATCH v3 5/8] ppc/pnv: Replace Power8E with Power11 for 'none' machine test Aditya Gupta
2026-06-29 11:04 ` [PATCH v3 6/8] ppc/pnv: Remove Power8E and Power8NVL pnv chips Aditya Gupta
2026-06-29 11:04 ` [PATCH v3 7/8] ppc/pnv: Remove Power8E and Power8NVL CPUs Aditya Gupta
2026-06-29 11:04 ` [PATCH v3 8/8] MAINTAINERS: Add self as maintainer for PowerNV Aditya Gupta
2026-06-30  4:19 ` [PATCH v3 0/8] Testcase improvements and Power8E/NVL removal Misbah Anjum N
2026-06-30 18:34   ` Aditya Gupta [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9eb293a6-4619-4499-8ba8-e63a1d703ac2@linux.ibm.com \
    --to=adityag@linux.ibm.com \
    --cc=anushree.mathur@linux.ibm.com \
    --cc=berrange@redhat.com \
    --cc=clg@redhat.com \
    --cc=devel@lists.libvirt.org \
    --cc=farosas@suse.de \
    --cc=gautam@linux.ibm.com \
    --cc=harshpb@linux.ibm.com \
    --cc=hbathini@linux.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=lvivier@redhat.com \
    --cc=milesg@linux.ibm.com \
    --cc=misanjum@linux.ibm.com \
    --cc=npiggin@gmail.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@oss.qualcomm.com \
    --cc=pierrick.bouvier@oss.qualcomm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    --cc=rathc@linux.ibm.com \
    --cc=shivangu@linux.ibm.com \
    --cc=sourabhjain@linux.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.