Actions
action #29634
closedEnable QEMU snapshots function for virtio-gpu
Description
Previously the qemu version of qemu_x86_64 worker was too old and didn't support take snapshots with virtio-gpu.
So we disabled it by: https://github.com/os-autoinst/os-autoinst/pull/832
But the qemu version was updated to "QEMU emulator version 2.9.1(openSUSE Leap 42.3)" now, we should drop this line:
https://github.com/os-autoinst/os-autoinst/pull/832/files#diff-ce37f278fec25235d9f905442ecd8e5aR183
to enable the snapshots function for virtio-gpu.
Updated by szarate over 6 years ago
- Target version set to Ready
I wonder if we can revisit this at some point
Updated by mitiao about 6 years ago
Did it re-enable after qemu backend refactor?
See https://openqa.suse.de/tests/2262499
Updated by okurz about 5 years ago
- Status changed from New to Resolved
- Assignee set to okurz
qemu snapshots work fine, see https://openqa.opensuse.org/tests/1108382
Actions