commit | 700766ba602330a4fc907254a2f45773a6c694fa | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Oct 17 14:30:44 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Oct 25 19:53:38 2023 +0200 |
tree | b101f9a5e554519b0a489d664b5fccb4b0b17196 | |
parent | 86f2438fc231666ad7fdf9560fc8f27eedd69252 [diff] |
kvm: i386: require KVM_CAP_ADJUST_CLOCK This was introduced in KVM in Linux 2.6.33, we can require it unconditionally. KVM_CLOCK_TSC_STABLE was only added in Linux 4.9, for now do not require it (though it would allow the removal of some pretty yucky code). Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>