From mboxrd@z Thu Jan 1 00:00:00 1970 From: Radim =?utf-8?B?S3LEjW3DocWZ?= Subject: Re: [PATCH kvm-unit-tests 5/5] add hyperv_connections test Date: Tue, 13 Jun 2017 21:28:59 +0200 Message-ID: <20170613192858.GB1276@potion> References: <20170606191959.16987-1-rkagan@virtuozzo.com> <20170606191959.16987-6-rkagan@virtuozzo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Paolo Bonzini , Evgeny Yakovlev , "Denis V . Lunev" To: Roman Kagan Return-path: Received: from mx1.redhat.com ([209.132.183.28]:63120 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752168AbdFMT3C (ORCPT ); Tue, 13 Jun 2017 15:29:02 -0400 Content-Disposition: inline In-Reply-To: <20170606191959.16987-6-rkagan@virtuozzo.com> Sender: kvm-owner@vger.kernel.org List-ID: 2017-06-06 22:19+0300, Roman Kagan: > Add a test for Hyper-V message and event connections. > > It requires QEMU with the extended test device supporting message end > event connection test modes (recently posted on qemu-devel). On older > QEMU versions it fails. Doesn't QEMU provide a way to detect this feature from the outside (some command line magic) that we could use it to skip the test? Thanks.