On Fri, 2026-07-24 at 14:52 +0530, Amit Machhiwal wrote:
>
> Below change should be enough to achieve what you are trying.
>
> diff --git a/tests/functional/ppc64/test_powernv.py
> b/tests/functional/ppc64/test_powernv.py
> index bac2017e18df..f3e05e4d3810 100755
> --- a/tests/functional/ppc64/test_powernv.py
> +++ b/tests/functional/ppc64/test_powernv.py
> @@ -90,6 +90,7 @@ def test_linux_smt_boot(self):
>
> def test_linux_remote_interrupts(self):
> self.require_accelerator("tcg")
> + self.require_netdev('user')
> self.set_machine('powernv')
>
Hi Amit,
Thanks for proper fix, I wanted something like this. I'll try this and
send a revision.
~Shivang.