puller thread shold be joinable?

This commit is contained in:
espes 2015-07-02 21:55:29 +10:00
parent 5a131570bb
commit d098d7f86d
1 changed files with 1 additions and 1 deletions

View File

@ -4807,7 +4807,7 @@ static int nv2a_initfn(PCIDevice *dev)
/* fire up puller */
qemu_thread_create(&d->pfifo.puller_thread,
pfifo_puller_thread,
d, QEMU_THREAD_DETACHED);
d, QEMU_THREAD_JOINABLE);
return 0;
}