| commit | 68f29910494aaa3b4d3bbdeeb5ed64542ccd29af | [log] [tgz] |
|---|---|---|
| author | Fuad Tabba <tabba@google.com> | Mon Apr 07 14:04:18 2025 +0000 |
| committer | Fuad Tabba <tabba@google.com> | Thu Sep 18 10:18:02 2025 +0100 |
| tree | 6aa58170e37841e69daba8f80d821ae9f81c394d | |
| parent | 481d978ec64271f67c39e02f5695a4d61d11f62c [diff] |
Make kvm__supports_vm_extension() fallback on kvm__supports_extension() Instead of failing, make kvm__supports_vm_extension() fallback onto using kvm__supports_extension() if the VM version isn't implemented. --- This is obviously a change in functionality. However, the only current user is for checking KVM_CAP_MSI_DEVID, which is a more recent capability than KVM_CAP_CHECK_EXTENSION_VM. Therefore, the behavior should remain the same for all intents and purposes.