Re: [PATCH-for-5.1 v2 0/2] stubs: Fix notify-event stub linkage error on MinGW

2020-08-18 Thread Philippe Mathieu-Daudé
On 8/18/20 8:37 AM, Paolo Bonzini wrote: > On 05/08/20 10:55, Philippe Mathieu-Daudé wrote: >> 2 trivial patches to fix the link error reported by Thomas: >> >> LINKtests/test-timed-average.exe >> libqemuutil.a(main-loop.o): In function `qemu_notify_event': >> util/main-loop.c:139: multiple

Re: [PATCH-for-5.1 v2 0/2] stubs: Fix notify-event stub linkage error on MinGW

2020-08-17 Thread Paolo Bonzini
On 05/08/20 10:55, Philippe Mathieu-Daudé wrote: > 2 trivial patches to fix the link error reported by Thomas: > > LINKtests/test-timed-average.exe > libqemuutil.a(main-loop.o): In function `qemu_notify_event': > util/main-loop.c:139: multiple definition of `qemu_notify_event' > > tests/

[PATCH-for-5.1 v2 0/2] stubs: Fix notify-event stub linkage error on MinGW

2020-08-05 Thread Philippe Mathieu-Daudé
2 trivial patches to fix the link error reported by Thomas: LINKtests/test-timed-average.exe libqemuutil.a(main-loop.o): In function `qemu_notify_event': util/main-loop.c:139: multiple definition of `qemu_notify_event' tests/test-timed-average.o:/builds/huth/qemu/tests/../stubs/notify-eve