From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5fdo-0004UY-MQ for qemu-devel@nongnu.org; Fri, 11 Jul 2014 14:33:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X5fdi-0000Aj-FH for qemu-devel@nongnu.org; Fri, 11 Jul 2014 14:33:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X5fdi-00009P-6k for qemu-devel@nongnu.org; Fri, 11 Jul 2014 14:33:46 -0400 Date: Fri, 11 Jul 2014 21:35:54 +0300 From: "Michael S. Tsirkin" Message-ID: <20140711183554.GA3643@redhat.com> References: <20140527120050.15172.94908.stgit@3820> <20140527120718.15172.9772.stgit@3820> <20140709142403.GG4537@noname.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140709142403.GG4537@noname.redhat.com> Subject: Re: [Qemu-devel] [PATCH v10 18/18] Add qtest for vhost-user List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: snabb-devel@googlegroups.com, qemu-devel@nongnu.org, Nikolay Nikolaev , luke@snabb.co, a.motakis@virtualopensystems.com, tech@virtualopensystems.com On Wed, Jul 09, 2014 at 04:24:03PM +0200, Kevin Wolf wrote: > Am 27.05.2014 um 14:07 hat Nikolay Nikolaev geschrieben: > > This test creates a 'server' chardev to listen for vhost-user messages. > > Once VHOST_USER_SET_MEM_TABLE is received it mmaps each received region, > > and read 1k bytes from it. The read data is compared to data from readl. > > > > The test requires hugetlbfs to be already mounted and writable. The mount > > point defaults to '/hugetlbfs' and can be specified via the environment > > variable QTEST_HUGETLBFS_PATH. > > > > The rom pc-bios/pxe-virtio.rom is used to instantiate a virtio pcicontroller. > > > > Signed-off-by: Antonios Motakis > > Signed-off-by: Nikolay Nikolaev > > This breaks the test case build on RHEL 6 because G_TIME_SPAN_SECOND > apparently doesn't exist before glib 2.26. > > Kevin Nikolay can you fix pls asap? I'm fine with detecting this at configure time and disabling the test if that's what it takes ...