[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 0/6] testing/next (netbsd stuff)
|
From: |
Alex Bennée |
|
Subject: |
[PATCH v1 0/6] testing/next (netbsd stuff) |
|
Date: |
Mon, 4 Nov 2019 17:36:48 +0000 |
Hi,
As we approach hard-freeze I'm trying to temper what comes in through
the testing/next tree. However it would be nice to get the NetBSD upto
speed with the other NetBSDs. Although the serial install is working
well for me this has had a rocky road so if others could also give it
a good testing that would be great. I've also disabled one of the
regular failing tests for non-Linux targets. There are other tests
that still fail however including the tests/test-aio-multithread which
asserts in the async utils around about 20% of the time:
assertion "QSLIST_EMPTY(&ctx->scheduled_coroutines)" failed: file
"/home/qemu/qemu-test.nS1czd/src/util/async.c", line 279, function
"aio_ctx_finalize"
You can run:
make vm-build-netbsd TARGET_LIST=x86_64-softmmu BUILD_TARGET=check-unit
on repeat to trigger it. If anyone has cycles to work out why please
have a look.
The following patches need review:
05 - tests only run ipmi bt test if CONFIG_LINUX
06 - tests vm support sites with sha512 checksums
Alex Bennée (2):
tests: only run ipmi-bt-test if CONFIG_LINUX
tests/vm: support sites with sha512 checksums
Gerd Hoffmann (4):
tests/vm: netbsd autoinstall, using serial console
tests/vm: add console_consume helper
tests/vm: use console_consume for netbsd
tests/vm: update netbsd to version 8.1
tests/Makefile.include | 2 +
tests/vm/basevm.py | 29 ++++++-
tests/vm/netbsd | 190 ++++++++++++++++++++++++++++++++++++++---
3 files changed, 209 insertions(+), 12 deletions(-)
--
2.20.1
- [PATCH v1 0/6] testing/next (netbsd stuff),
Alex Bennée <=