commit | 0238ea913c21a89387f93097acfbdfeebc9c9257 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Wed Mar 13 11:31:24 2013 +0100 |
committer | Gleb Natapov <gleb@redhat.com> | Thu Mar 14 10:01:21 2013 +0200 |
tree | 679e48065643a243ce9ee5ada932fd558ba39b40 | |
parent | c18911a23ce1dec27fa3325b50587de2569d26f8 [diff] |
KVM: nVMX: Add preemption timer support Provided the host has this feature, it's straightforward to offer it to the guest as well. We just need to load to timer value on L2 entry if the feature was enabled by L1 and watch out for the corresponding exit reason. Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Gleb Natapov <gleb@redhat.com>