From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48661) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTHkU-00042u-CE for qemu-devel@nongnu.org; Thu, 27 Mar 2014 17:22:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTHkK-0007wW-8V for qemu-devel@nongnu.org; Thu, 27 Mar 2014 17:22:06 -0400 Received: from v220110690675601.yourvserver.net ([37.221.199.173]:56649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTHkK-0007wG-2b for qemu-devel@nongnu.org; Thu, 27 Mar 2014 17:21:56 -0400 Message-ID: <53349666.6010004@weilnetz.de> Date: Thu, 27 Mar 2014 22:21:42 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1395918686-27043-1-git-send-email-stefanha@redhat.com> <1395918686-27043-2-git-send-email-stefanha@redhat.com> <5334114D.2040001@redhat.com> In-Reply-To: <5334114D.2040001@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] tests: skip POSIX-only tests on Windows List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Andreas Faerber Am 27.03.2014 12:53, schrieb Paolo Bonzini: > Il 27/03/2014 12:11, Stefan Hajnoczi ha scritto: >> test-aio, test-rfifolock, and test-vmstate only build on POSIX hosts. > > test-aio should build on Win32. Can be fixed in 2.1 though. > > Paolo > The modifications for tests-aio.c are trivial: conditionally remove test_timer_schedule, test_source_timer_schedule and all related code. Here is a patch which does this: http://repo.or.cz/w/qemu/ar7.git/commit/1df736569169f20ae27a62ecd786a61fbd43d7cd Regards Stefan