Re: [Qemu-devel] [PATCH] util: merge main-loop.c and iohandler.c

2019-07-12 Thread Marc-André Lureau
On Fri, Jul 12, 2019 at 9:34 PM Paolo Bonzini wrote: > > main-loop.c has a dependency on iohandler.c, and everything breaks > if that dependency is instead satisfied by stubs/iohandler.c. > Just put everything in the same file to avoid strange dependencies > on the order of files in util-obj-y. >

[Qemu-devel] [PATCH] util: merge main-loop.c and iohandler.c

2019-07-12 Thread Paolo Bonzini
main-loop.c has a dependency on iohandler.c, and everything breaks if that dependency is instead satisfied by stubs/iohandler.c. Just put everything in the same file to avoid strange dependencies on the order of files in util-obj-y. Signed-off-by: Paolo Bonzini --- util/Makefile.objs | 2 +- u