Fixed build errors integrating upstream qemu configure fixes - #3
Fixed build errors integrating upstream qemu configure fixes#3valerino wants to merge 2 commits into
Conversation
|
I don't think turning off Werror is the way to go. The usb error is fixed via qemu/qemu@121829c this commit. host-libusb is fixed with qemu/qemu@9d8fa0d which deals with the libusb deprecation but allows people to build still with older versions of libusb. And, the VTE issue can be done with this commit. The VTE changes actually change more upstream but since luaqemu still seems to be based on qemu 2.9.50 while upstream is 2.12, these 3 patches are all that are needed. Ideally, moving to 2.12 is best, and keeping up with upstream. I've looked into it briefly but a lot of hunks for the luajit patch fail and I haven't got the time to go through them just yet (not a developer of luaqemu, just interested in using it) |
tested on ubuntu 18.04