TrungNguyen1909 / qemu-t8030

iPhone 11 emulated on QEMU
Other
1.99k stars 204 forks source link

Fix incorrect use of mutexes in USB/Socket #68

Closed dom-lgtm closed 2 years ago

dom-lgtm commented 2 years ago

Description:

During my restores tries, both the linux and the qemu VM were always hanging. I was never able to successfully restore. When I looked at the USB/Socket driver, the usage of mutexes looked quite odd. I wrote a fix and now I can successfully restore.

Changes:

Siguza commented 2 years ago

Do you understand the purpose of locks?

dom-lgtm commented 2 years ago

@Siguza Yes, do you ?