msys2 / MINGW-packages

Package scripts for MinGW-w64 targets to build under MSYS2.
https://packages.msys2.org
BSD 3-Clause "New" or "Revised" License
2.3k stars 1.22k forks source link

qemu data path small fix #2725

Closed revelator closed 7 years ago

revelator commented 7 years ago

The windows version expects data to be in the same dir as the qemu executable so i came up with a small fix. `diff -urN qemu-2.9.0.old/os-win32.c qemu-2.9.0/os-win32.c --- qemu-2.9.0.old/os-win32.c 2017-04-20 16:57:01.000000000 +0200 +++ qemu-2.9.0/os-win32.c 2017-07-27 11:21:36.421593700 +0200 @@ -77,11 +77,48 @@ atexit(os_undo_timer_resolution); }

+/* Find a likely location for support files using the location of the binary.

revelator commented 7 years ago

Opened a public repository here https://github.com/revelator/MINGW-packages.