From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41695) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxfzV-0003Rh-Ey for qemu-devel@nongnu.org; Thu, 19 Jun 2014 13:19:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxfzM-0006rz-60 for qemu-devel@nongnu.org; Thu, 19 Jun 2014 13:19:13 -0400 Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:49238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxfzL-0006ri-VM for qemu-devel@nongnu.org; Thu, 19 Jun 2014 13:19:04 -0400 Received: by mail-wg0-f49.google.com with SMTP id y10so2653006wgg.32 for ; Thu, 19 Jun 2014 10:19:03 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <53A31B82.5010603@redhat.com> Date: Thu, 19 Jun 2014 19:18:58 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20140619150355.10499.53297.stgit@3820> <20140619150856.10499.93506.stgit@3820> <20140619154120.GA15156@redhat.com> In-Reply-To: <20140619154120.GA15156@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 6/6] qtest: enable vhost-user-test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: snabb-devel@googlegroups.com, Nikolay Nikolaev Cc: tech@virtualopensystems.com, qemu-devel@nongnu.org Il 19/06/2014 17:41, Michael S. Tsirkin ha scritto: >> +check-qtest-i386-y += tests/vhost-user-test$(EXESUF) Just using check-qtest-i386-$(CONFIG_POSIX) will work. Windows doesn't have Unix sockets. Paolo