Eduardo Habkost <ehabk...@redhat.com> writes: > With this, code that uses symbols from qemu-file.c don't need to bring extra > dependencies because of the actual QEMUFile operation implementations.
Each case of omitting the "extra dependencies" should be visible in makefiles as "prerequisites include qemu-file.o, but not all qemu-file-*.o". I can see one: tests/Makefile has just qemu-file-unix.o, but not qemu-file-stdio.o. Out of curiosity: will there be more? Regardless: Reviewed-by: Markus Armbruster <arm...@redhat.com>