commit | 99634e3ec0d4e0df28ae465b10f3613a4ceee58b | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Jan 20 14:22:55 2020 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jan 23 09:51:07 2020 +0100 |
tree | 822fdfd1530d57a0fe55f9a27f1a39647cbb71b3 | |
parent | 5fcf3a55a62afb0760ccb6f391d62f20bce4a42f [diff] |
KVM: x86: list MSR_IA32_UCODE_REV as an emulated MSR Even if it's read-only, it can still be written to by userspace. Let them know by adding it to KVM_GET_MSR_INDEX_LIST. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>