
25 Jan
2024
25 Jan
'24
3:59 p.m.
On Wed, Jan 24, 2024 at 20:37:50 +0100, Andrea Bolognani wrote:
Other architectures generally don't have an ISA bus, so this default never worked for them.
Since it's now possible for a specific model not to be chosen during postparse, something that couldn't happen until now, we need to handle the scenario by presenting the user with a reasonable error message.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- src/qemu/qemu_domain.c | 5 ++++- src/qemu/qemu_validate.c | 9 ++++++++- .../aarch64-panic-no-model.aarch64-latest.err | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-)
Reviewed-by: Peter Krempa <pkrempa@redhat.com>