Commit 93f073a
Maxim Levitsky
KVM: x86: do not allow re-enabling quirks
JIRA: https://issues.redhat.com/browse/RHEL-47242
commit 9966b78
Author: Paolo Bonzini <pbonzini@redhat.com>
Date: Mon Mar 3 09:09:37 2025 -0500
KVM: x86: do not allow re-enabling quirks
Allowing arbitrary re-enabling of quirks puts a limit on what the
quirks themselves can do, since you cannot assume that the quirk
prevents a particular state. More important, it also prevents
KVM from disabling a quirk at VM creation time, because userspace
can always go back and re-enable that.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com>1 parent 60ee501 commit 93f073a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6550 | 6550 | | |
6551 | 6551 | | |
6552 | 6552 | | |
6553 | | - | |
| 6553 | + | |
6554 | 6554 | | |
6555 | 6555 | | |
6556 | 6556 | | |
| |||
0 commit comments