On Thu, 1 Feb 2024 at 16:48, David Woodhouse <dw...@infradead.org> wrote:
>
> The following changes since commit 14639717bf379480e937716fcaf1e72b47fd4c5f:
>
>   Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into 
> staging (2024-01-31 19:53:45 +0000)
>
> are available in the Git repository at:
>
>   git://git.infradead.org/users/dwmw2/qemu.git 
> tags/pull-nic-config.for-upstream-20240201
>
> for you to fetch changes up to 5382a24c9b0be4391ea91b020bb72ad15c05cc88:
>
>   net: make nb_nics and nd_table[] static in net/net.c (2024-02-01 16:21:52 
> +0000)
>
> ----------------------------------------------------------------
> Rework matching of network devices to -nic options

This fails "make check' because some of the qom-test and
test-hmp checks fail when the QEMU binary segfaults.

https://gitlab.com/qemu-project/qemu/-/jobs/6084552256
https://gitlab.com/qemu-project/qemu/-/jobs/6084044180

Reproduces on an x86-64 host if you do a build and 'make check'
for all target archs.

Generally this kind of segfault is because some machine type
segfaults on startup. For instance:

$ ./build/all/qemu-system-hppa -M C3700
Segmentation fault (core dumped)

(It's possible that's the only machine type that has a
problem; I haven't tried to exhaustively check.)

-- PMM

Reply via email to