On Fri, Dec 01, 2023 at 10:41:59AM +0100, Peter Krempa wrote:
A bug in qemuProcessStartWithMemoryState caused that we would start
qemu
with '-loadvm SNAP' and '-incoming defer' together. qemu doesn't
expect
that and crashes on an assertion failure [1].
[1]:
https://issues.redhat.com/browse/RHEL-16782
Fixes: 8a88d3e5860881f430e528d3e5e8d6455ded4d1d
Resolves:
https://issues.redhat.com/browse/RHEL-17841
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
src/qemu/qemu_process.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>