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 <a.mota...@virtualopensystems.com> > Signed-off-by: Nikolay Nikolaev <n.nikol...@virtualopensystems.com>
This breaks the test case build on RHEL 6 because G_TIME_SPAN_SECOND apparently doesn't exist before glib 2.26. Kevin