tests/virtme-run: Disable pdcm
There are issues when running a nested KVM with Fedora 35 when pdcm is enabled. Work around this for now by disabling it. Related: https://bugzilla.redhat.com/show_bug.cgi?id=2022075 Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2152>
This commit is contained in:
parent
4ce233b89e
commit
7435bfd0e5
@ -31,7 +31,8 @@ virtme-run \
|
||||
--rw \
|
||||
--pwd \
|
||||
--kimg "$IMAGE" \
|
||||
--script-sh "sh -c \"env $VIRTME_ENV $DIRNAME/run-kvm-test.sh \\\"$WRAPPER\\\" \\\"$WRAPPER_ARGS\\\" \\\"$TEST_EXECUTABLE\\\" \\\"$TEST_RESULT_FILE\\\"\""
|
||||
--script-sh "sh -c \"env $VIRTME_ENV $DIRNAME/run-kvm-test.sh \\\"$WRAPPER\\\" \\\"$WRAPPER_ARGS\\\" \\\"$TEST_EXECUTABLE\\\" \\\"$TEST_RESULT_FILE\\\"\"" \
|
||||
--qemu-opts -cpu host,pdcm=off
|
||||
|
||||
TEST_RESULT="$(cat "$TEST_RESULT_FILE")"
|
||||
rm "$TEST_RESULT_FILE"
|
||||
|
Loading…
Reference in New Issue
Block a user