From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4snA-0006Rf-QN for qemu-devel@nongnu.org; Wed, 09 Jul 2014 10:24:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X4sn4-0004UH-Ou for qemu-devel@nongnu.org; Wed, 09 Jul 2014 10:24:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61874) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X4sn4-0004U8-Hc for qemu-devel@nongnu.org; Wed, 09 Jul 2014 10:24:10 -0400 Date: Wed, 9 Jul 2014 16:24:03 +0200 From: Kevin Wolf Message-ID: <20140709142403.GG4537@noname.redhat.com> References: <20140527120050.15172.94908.stgit@3820> <20140527120718.15172.9772.stgit@3820> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140527120718.15172.9772.stgit@3820> 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: Nikolay Nikolaev Cc: snabb-devel@googlegroups.com, mst@redhat.com, qemu-devel@nongnu.org, luke@snabb.co, a.motakis@virtualopensystems.com, tech@virtualopensystems.com 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