Xilinx / qemu

Xilinx's fork of Quick EMUlator (QEMU) with improved support and modelling for the Xilinx platforms.
https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/821395464/QEMU+User+Documentation
Other
231 stars 150 forks source link

Fix "no member named 'sem' in 'struct QemuSemaphore'" on macOS #50

Closed cdelledonne closed 3 years ago

cdelledonne commented 3 years ago

Not sure if it's the right way to solve it, looking forward to some feedback.

Closes #48

edgarigl commented 3 years ago

Thanks, I've applied both patches. Next time it would be great if you commit with git commti -s to get the Signed-off-by line included.

Thank you! Edgar

cdelledonne commented 3 years ago

That was quick, thanks!

Next time it would be great if you commit with git commti -s to get the Signed-off-by line included.

Will do.