Skip to content

Commit a0488cd

Browse files
philmdbonzini
authored andcommitted
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 bd36adb ("multi-process: create IOHUB object to handle irq"). Signed-off-by: Philippe Mathieu-Daudé <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 6c5f893 commit a0488cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hw/remote/proxy.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include "qom/object.h"
2323
#include "qemu/event_notifier.h"
2424
#include "sysemu/kvm.h"
25-
#include "util/event_notifier-posix.c"
2625

2726
static void probe_pci_info(PCIDevice *dev, Error **errp);
2827
static void proxy_device_reset(DeviceState *dev);

0 commit comments

Comments
 (0)