Searched hist:e9d90d472da97e1b1560bffb89578ba082c88a69 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/x86/kvm/ |
H A D | i8254.h | diff e9d90d472da97e1b1560bffb89578ba082c88a69 Thu Jul 26 10:01:50 CDT 2012 Avi Kivity <avi@redhat.com> 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>
|
H A D | Makefile | diff e9d90d472da97e1b1560bffb89578ba082c88a69 Thu Jul 26 10:01:50 CDT 2012 Avi Kivity <avi@redhat.com> 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>
|
H A D | i8254.c | diff e9d90d472da97e1b1560bffb89578ba082c88a69 Thu Jul 26 10:01:50 CDT 2012 Avi Kivity <avi@redhat.com> 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>
|
H A D | lapic.h | diff e9d90d472da97e1b1560bffb89578ba082c88a69 Thu Jul 26 10:01:50 CDT 2012 Avi Kivity <avi@redhat.com> 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>
|
H A D | lapic.c | diff e9d90d472da97e1b1560bffb89578ba082c88a69 Thu Jul 26 10:01:50 CDT 2012 Avi Kivity <avi@redhat.com> 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>
|