OSDN Git Service

hw/remote/proxy: Remove dubious 'event_notifier-posix.c' include
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 6 Jun 2023 13:49:13 +0000 (15:49 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 Jun 2023 08:23:01 +0000 (10:23 +0200)
commita0488cd0444101765744b8ea848fa4af7a2e850c
tree89f3e1768dd4a76552a101ea8ba031b3c93ded73
parent6c5f893d1771edc49fe6d3f8580be19a42b3b118
hw/remote/proxy: Remove dubious 'event_notifier-posix.c' include

event_notifier-posix.c is registered in meson's util_ss[] source
set, which is built as libqemuutil.a.p library. Both tools and
system emulation binaries are linked with qemuutil, so there is
no point in including this source file.

Introduced in commit bd36adb8df ("multi-process: create IOHUB
object to handle irq").

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230606134913.93724-1-philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
hw/remote/proxy.c