On Wed, Jan 24, 2024 at 20:37:22 +0100, Andrea Bolognani wrote:
This demonstrates that on aarch64, where a native panic device
doesn't exist, it's necessary for the user to specify the model
explicitly.
Signed-off-by: Andrea Bolognani <abologna(a)redhat.com>
---
.../aarch64-panic-no-model.aarch64-latest.err | 1 +
tests/qemuxmlconfdata/aarch64-panic-no-model.xml | 13 +++++++++++++
tests/qemuxmlconftest.c | 1 +
3 files changed, 15 insertions(+)
create mode 100644 tests/qemuxmlconfdata/aarch64-panic-no-model.aarch64-latest.err
create mode 100644 tests/qemuxmlconfdata/aarch64-panic-no-model.xml
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>