On Thu, Mar 02, 2017 at 04:16:53PM +0000, Peter Maydell wrote: > On 2 March 2017 at 16:07, Eduardo Habkost <ehabk...@redhat.com> wrote: > > Earlier this week I saw the wait_for_fds assertion (mentioned at > > the thread above) on a travis-ci job again, and I was suspecting > > it was the same vhost_set_mem_table() + TCG error seen at the > > thread above. > > > > Unfortunately travis-ci overwrote the previous logs when I > > restarted the job, and now I can't confirm if it was really the > > same vhost_set_mem_table() error. I guess we'll have to simply > > wait and see if it fails again. > > Here's a fresh new travis job failing like that: > https://travis-ci.org/qemu/qemu/builds/207005044 > (specifically https://travis-ci.org/qemu/qemu/jobs/207005050)
Indeed, it is not exactly the same TCG-related error we've seen in August. It looks like vhost-user-test + TCG is not as broken as I thought. -- Eduardo