All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH kvm-unit-tests 0/5] add test for hyperv connections
@ 2017-06-06 19:19 Roman Kagan
  2017-06-06 19:19 ` [PATCH kvm-unit-tests 1/5] hyperv: move test dev control codes to C file Roman Kagan
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Roman Kagan @ 2017-06-06 19:19 UTC (permalink / raw)
  To: kvm
  Cc: Paolo Bonzini, Radim Krčmář, Evgeny Yakovlev,
	Denis V . Lunev

A patchset adding support for Hyper-V message and event connections has
been posted on qemu-devel.  It also contained extensions for
hyperv_testdev to support testing those features.

This series makes use of this support and adds a test for them.

Roman Kagan (5):
  hyperv: move test dev control codes to C file
  hyperv: don't take vcpu where inappropriate
  hyperv: add more test control codes
  hyperv: add more hyperv definitions
  add hyperv_connections test

 x86/Makefile.common      |   3 +
 x86/hyperv.h             |  40 +++++-
 x86/hyperv.c             |  65 ++++++++--
 x86/hyperv_connections.c | 328 +++++++++++++++++++++++++++++++++++++++++++++++
 x86/hyperv_stimer.c      |  12 +-
 x86/hyperv_synic.c       |   6 +-
 x86/unittests.cfg        |   5 +
 7 files changed, 430 insertions(+), 29 deletions(-)
 create mode 100644 x86/hyperv_connections.c

-- 
2.9.4

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

end of thread, other threads:[~2017-06-14 18:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-06 19:19 [PATCH kvm-unit-tests 0/5] add test for hyperv connections Roman Kagan
2017-06-06 19:19 ` [PATCH kvm-unit-tests 1/5] hyperv: move test dev control codes to C file Roman Kagan
2017-06-06 19:19 ` [PATCH kvm-unit-tests 2/5] hyperv: don't take vcpu where inappropriate Roman Kagan
2017-06-06 19:19 ` [PATCH kvm-unit-tests 3/5] hyperv: add more test control codes Roman Kagan
2017-06-06 19:19 ` [PATCH kvm-unit-tests 4/5] hyperv: add more hyperv definitions Roman Kagan
2017-06-06 19:19 ` [PATCH kvm-unit-tests 5/5] add hyperv_connections test Roman Kagan
2017-06-13 19:28   ` Radim Krčmář
2017-06-14 11:28     ` Paolo Bonzini
2017-06-14 12:02       ` Roman Kagan
2017-06-14 12:01     ` Roman Kagan
2017-06-14 12:59       ` Radim Krčmář
2017-06-14 13:21         ` Roman Kagan
2017-06-14 16:34           ` Radim Krčmář
2017-06-14 18:58 ` [PATCH kvm-unit-tests 0/5] add test for hyperv connections 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.