From: Peter Xu <peterx@redhat.com>
To: kvm@vger.kernel.org
Cc: drjones@redhat.com, pbonzini@redhat.com, rkrcmar@redhat.com,
peterx@redhat.com
Subject: [kvm-unit-tests PATCH v2 0/2] x86: apic: add LVTT test
Date: Wed, 21 Sep 2016 13:09:40 +0800 [thread overview]
Message-ID: <1474434582-21431-1-git-send-email-peterx@redhat.com> (raw)
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
next reply other threads:[~2016-09-21 5:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-21 5:09 Peter Xu [this message]
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ář
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1474434582-21431-1-git-send-email-peterx@redhat.com \
--to=peterx@redhat.com \
--cc=drjones@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=rkrcmar@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).