diff options
author | Chris Lalancette <clalance@redhat.com> | 2010-06-17 01:11:11 +0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-08-01 11:46:49 +0400 |
commit | 33572ac0ad5ba5016da72e6654e607726568f9c0 (patch) | |
tree | fe622a883803896c98de49226fb1899807005ba9 /arch/x86/kvm/lapic.c | |
parent | c37eda138473f8c843f2b4aa8da252fdfdaaafa3 (diff) | |
download | linux-33572ac0ad5ba5016da72e6654e607726568f9c0.tar.xz |
KVM: x86: Introduce a workqueue to deliver PIT timer interrupts
We really want to "kvm_set_irq" during the hrtimer callback,
but that is risky because that is during interrupt context.
Instead, offload the work to a workqueue, which is a bit safer
and should provide most of the same functionality.
Signed-off-by: Chris Lalancette <clalance@redhat.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/x86/kvm/lapic.c')
0 files changed, 0 insertions, 0 deletions