From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roman Kagan Subject: [PATCH kvm-unit-tests 0/5] add test for hyperv connections Date: Tue, 6 Jun 2017 22:19:54 +0300 Message-ID: <20170606191959.16987-1-rkagan@virtuozzo.com> Mime-Version: 1.0 Content-Type: text/plain Cc: Paolo Bonzini , =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= , Evgeny Yakovlev , "Denis V . Lunev" To: kvm@vger.kernel.org Return-path: Received: from mail-eopbgr50124.outbound.protection.outlook.com ([40.107.5.124]:8736 "EHLO EUR03-VE1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751506AbdFFTUX (ORCPT ); Tue, 6 Jun 2017 15:20:23 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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