commit | e9d90d472da97e1b1560bffb89578ba082c88a69 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Thu Jul 26 18:01:50 2012 +0300 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Wed Aug 01 00:21:06 2012 -0300 |
tree | a44f4b5d0d74f88b6dc886a6ee024ae7dd25a5c5 | |
parent | 4a4541a40e1fe145c72c4b959fac524a5600d9fb [diff] |
KVM: Remove internal timer abstraction kvm_timer_fn(), the sole inhabitant of timer.c, is only used by lapic.c. Move it there to make it easier to hack on it. struct kvm_timer is a thin wrapper around hrtimer, and only adds obfuscation. Move near its two users (with different names) to prepare for simplification. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>