All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH v2 0/2] x86: apic: add LVTT test
@ 2016-09-21  5:09 Peter Xu
  2016-09-21  5:09 ` [kvm-unit-tests PATCH v2 1/2] x86: apic: eoi() for deadline timer isr Peter Xu
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Peter Xu @ 2016-09-21  5:09 UTC (permalink / raw)
  To: kvm; +Cc: drjones, pbonzini, rkrcmar, peterx

1st patch fixes not eoi()ing in existing deadline timer isr.

2nd patch adds lvtt test. Please review. Thanks!

v2
- adding eoi() in LVT timer handler, otherwise continuous interrupt
  will be ignored (found this when testing together with deadline
  timer)
- better comments for "initial" [Drew]
- check lvtt_counter==1 in report() [Drew]
- setting x86/apic timeout to 30s [Drew]

Peter Xu (2):
  x86: apic: eoi() for deadline timer isr
  x86: apic: add LVT timer test

 x86/apic.c        | 44 ++++++++++++++++++++++++++++++++++++++++++++
 x86/unittests.cfg |  1 +
 2 files changed, 45 insertions(+)

-- 
2.7.4


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-09-22 22:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-21  5:09 [kvm-unit-tests PATCH v2 0/2] x86: apic: add LVTT test Peter Xu
2016-09-21  5:09 ` [kvm-unit-tests PATCH v2 1/2] x86: apic: eoi() for deadline timer isr Peter Xu
2016-09-21  5:09 ` [kvm-unit-tests PATCH v2 2/2] x86: apic: add LVT timer test Peter Xu
2016-09-21  8:10   ` Andrew Jones
2016-09-21  8:12 ` [kvm-unit-tests PATCH v2 0/2] x86: apic: add LVTT test Andrew Jones
2016-09-22 22:41 ` Radim Krčmář

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.