Re: [PATCH v3] tests/functional/ppc: skip remote interrupts test if -net user not built
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | gmane.comp.emulators.qemu |
|---|---|
| Message-ID | <[email protected]> |
On 28/7/26 09:46, Shivang Upadhyay wrote: > While running remote interrupts test, without libslirp-devel installed, > facing the following panic logs. > > File > ... > raise VMLaunchFailure( > ...<3 lines>... > ) from exc > ... > Output: qemu-system-ppc64: -netdev user,id=net0: network backend > 'user' is not compiled into this binary > > Adding netdev user requirement for this test. > > Suggested-by: Amit Machhiwal <[email protected]> > Reviewed-by: Amit Machhiwal <[email protected]> > Suggested-by: Thomas Huth <[email protected]> > Reviewed-by: Thomas Huth <[email protected]> > Fixes: 63f5ba80921 ("tests/functional: tests/functional: Add remote interrupts test for PowerNV") > Signed-off-by: Shivang Upadhyay <[email protected]> > --- Queued via hw-misc, thanks.