commit | 29d6ca41992a771e2441424099695c329d735c28 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 03 03:42:41 2021 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Feb 09 08:17:07 2021 -0500 |
tree | 98244b59d7d142dcfde4e11a45470e8c9eb216b5 | |
parent | 6f7a343987fa24299db1a36b7af55bdbd5dd3b1b [diff] |
KVM: x86: reading DR cannot fail kvm_get_dr and emulator_get_dr except an in-range value for the register number so they cannot fail. Change the return type to void. Suggested-by: Sean Christopherson <seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>