qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v1 0/5] KVM-UNIT-TESTS: Hyper-V SynIC timers test
@ 2015-11-26 16:29 Andrey Smetanin
  2015-11-26 16:29 ` [Qemu-devel] [PATCH v1 1/5] lib/x86: Added Hyper-V MSR's availability bits into msr.h Andrey Smetanin
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Andrey Smetanin @ 2015-11-26 16:29 UTC (permalink / raw)
  To: kvm; +Cc: qemu-devel, Paolo Bonzini, Marcelo Tosatti, Roman Kagan,
	Denis V. Lunev

The test checks Hyper-V SynIC timers functionality.
The test runs on every vCPU and performs start/stop
of periodic/one-shot timers (with period=1ms) and checks
validity of received expiration messages in appropriate
ISR's.

Signed-off-by: Andrey Smetanin <asmetanin@virtuozzo.com>
Reviewed-by: Roman Kagan <rkagan@virtuozzo.com>
CC: Paolo Bonzini <pbonzini@redhat.com>
CC: Marcelo Tosatti <mtosatti@redhat.com>
CC: Roman Kagan <rkagan@virtuozzo.com>
CC: Denis V. Lunev <den@openvz.org>
CC: qemu-devel@nongnu.org

Andrey Smetanin (5):
  lib/x86: Added Hyper-V MSR's availability bits into msr.h
  lib/x86: Added HV_X64_MSR_TIME_REF_COUNT value into msr.h
  lib/x86: Added Hyper-V SynIC timers MSR's values
  lib/x86: Make free_page() available to call
  x86: Hyper-V SynIC timers test

 config/config-x86-common.mak |   4 +-
 lib/x86/msr.h                |  19 ++
 lib/x86/vm.h                 |   1 +
 x86/hyperv_stimer.c          | 500 +++++++++++++++++++++++++++++++++++++++++++
 x86/hyperv_synic.c           |   2 +-
 x86/unittests.cfg            |   5 +
 6 files changed, 529 insertions(+), 2 deletions(-)
 create mode 100644 x86/hyperv_stimer.c

-- 
2.4.3

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

end of thread, other threads:[~2015-11-27 12:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-26 16:29 [Qemu-devel] [PATCH v1 0/5] KVM-UNIT-TESTS: Hyper-V SynIC timers test Andrey Smetanin
2015-11-26 16:29 ` [Qemu-devel] [PATCH v1 1/5] lib/x86: Added Hyper-V MSR's availability bits into msr.h Andrey Smetanin
2015-11-26 16:29 ` [Qemu-devel] [PATCH v1 2/5] lib/x86: Added HV_X64_MSR_TIME_REF_COUNT value " Andrey Smetanin
2015-11-26 16:29 ` [Qemu-devel] [PATCH v1 3/5] lib/x86: Added Hyper-V SynIC timers MSR's values Andrey Smetanin
2015-11-26 16:29 ` [Qemu-devel] [PATCH v1 4/5] lib/x86: Make free_page() available to call Andrey Smetanin
2015-11-26 16:29 ` [Qemu-devel] [PATCH v1 5/5] x86: Hyper-V SynIC timers test Andrey Smetanin
     [not found]   ` <56583BB4.8080600@redhat.com>
2015-11-27 11:30     ` Andrey Smetanin
2015-11-27 12:12       ` Paolo Bonzini
2015-11-27 11:17 ` [Qemu-devel] [PATCH v1 0/5] KVM-UNIT-TESTS: " Paolo Bonzini
2015-11-27 11:31   ` Andrey Smetanin

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).