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