Thomas Huth
8c2787629e
stubs: Move qemu_fd_register stub to util/main-loop.c
...
The linker of MinGW sometimes runs into the following problem:
libqemuutil.a(util_main-loop.c.obj): In function `qemu_fd_register':
/builds/huth/qemu/build/../util/main-loop.c:331: multiple definition of
`qemu_fd_register'
libqemuutil.a(stubs_fd-register.c.obj):/builds/huth/qemu/stubs/fd-register.c:5:
first defined here
collect2: error: ld returned 1 exit status
/builds/huth/qemu/rules.mak:88: recipe for target 'tests/test-timed-average.exe'
failed
qemu_fd_register() is defined in util/main-loop.c for WIN32, so let's simply
move the stub also there in the #else part of the corresponding #ifndef
to fix this problem.
Message-Id: <20200903054503.425435-1-thuth@redhat.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2020-09-07 12:34:17 +02:00
..
2020-08-13 13:34:14 +01:00
2020-03-09 16:45:16 +00:00
2018-09-25 15:50:15 +02:00
2020-05-18 18:16:00 +01:00
2017-02-21 11:14:07 +00:00
2020-08-13 13:32:59 +01:00
2018-10-02 18:47:55 +02:00
2016-03-22 22:20:15 +01:00
2019-07-15 15:39:02 +02:00
2019-01-11 15:46:56 +01:00
2016-05-19 16:42:28 +02:00
2020-04-01 14:24:03 -04:00
2020-01-21 14:18:12 -10:00
2020-07-13 14:36:10 +01:00
2020-06-23 15:46:05 +01:00
2020-07-13 11:40:52 +02:00
2016-09-29 14:13:39 +02:00
2019-06-12 13:20:20 +02:00
2019-12-18 12:26:25 +01:00
2020-01-06 18:41:32 +04:00
2020-07-13 14:36:10 +01:00
2019-06-12 13:20:20 +02:00
2019-12-18 08:36:16 +01:00
2019-10-24 19:26:52 +02:00
2018-01-24 19:20:19 +02:00
2020-03-09 16:41:31 +00:00
2020-05-18 18:16:00 +01:00
2020-03-09 16:41:31 +00:00
2019-08-16 13:31:52 +02:00
2019-04-02 13:52:02 +01:00
2019-04-02 13:52:02 +01:00
2020-06-26 06:45:29 -04:00
2020-01-07 12:08:39 +01:00
2020-03-18 14:03:46 -04:00
2016-04-06 09:52:07 +08:00
2017-01-31 10:10:14 +11:00
2020-01-07 16:50:09 +04:00
2019-10-08 14:27:35 +01:00
2018-06-29 12:22:28 +01:00
2018-05-04 08:27:53 +02:00
2017-01-16 13:25:18 +00:00
2020-05-04 16:07:43 +01:00
2020-09-07 12:34:17 +02:00
2019-09-11 08:46:17 +02:00
2020-08-21 11:57:13 -04:00
2019-10-26 15:38:06 +02:00
2020-08-21 06:30:43 -04:00
2019-09-24 12:18:47 +01:00
2020-02-21 09:15:03 +11:00
2020-03-09 13:36:15 +01:00
2020-07-27 09:40:12 +01:00
2020-07-27 09:40:16 +01:00
2017-10-10 09:45:00 -07:00
2019-06-24 22:19:30 +02:00
2016-08-03 18:44:56 +02:00
2019-10-28 11:22:31 +01:00
2020-07-10 15:18:08 +02:00
2019-10-25 14:38:29 +02:00
2019-06-12 13:20:20 +02:00
2019-11-18 16:01:34 -06:00
2019-06-12 13:20:20 +02:00
2020-07-10 18:02:15 -04:00
2020-07-13 14:36:09 +01:00
2020-07-10 15:18:08 +02:00
2019-04-18 22:18:59 +02:00
2017-04-28 18:48:11 +02:00
2020-05-20 10:34:40 +01:00
2018-12-20 10:29:08 +01:00
2020-06-16 14:49:05 +01:00
2019-09-16 17:13:06 +02:00
2020-02-12 16:23:01 +01:00
2020-09-01 11:08:57 +02:00
2020-06-16 14:49:05 +01:00
2019-12-17 19:33:52 +01:00
2019-01-30 10:51:20 +01:00
2020-05-04 16:07:43 +01:00
2019-06-11 20:22:09 +02:00
2020-04-07 16:19:49 +01:00
2017-11-15 09:34:51 +01:00
2018-04-05 14:37:38 +02:00
2020-05-04 14:54:35 -05:00
2020-05-04 16:07:43 +01:00
2017-09-26 14:46:23 +02:00
2016-05-18 15:04:27 +03:00
2020-09-01 11:35:43 +02:00
2020-08-21 06:18:24 -04:00
2018-08-24 20:26:37 +02:00
2018-06-29 12:32:10 +02:00
2019-06-12 13:20:20 +02:00
2020-09-01 11:08:57 +02:00