Re: [PATCH v3 16/21] migration: Add support for modules

2020-01-24 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > * Juan Quintela (quint...@redhat.com) wrote: >> So we don't have to compile everything in, or have ifdefs > > Can you explain to me what this is allowing us to do? See the zstd support. We don't need to do anything in any other file. If you compile-in the multif

Re: [PATCH v3 16/21] migration: Add support for modules

2020-01-24 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > So we don't have to compile everything in, or have ifdefs Can you explain to me what this is allowing us to do? Dave > Signed-off-by: Juan Quintela > --- > include/qemu/module.h | 2 ++ > vl.c | 1 + > 2 files changed, 3 insertion

[PATCH v3 16/21] migration: Add support for modules

2020-01-23 Thread Juan Quintela
So we don't have to compile everything in, or have ifdefs Signed-off-by: Juan Quintela --- include/qemu/module.h | 2 ++ vl.c | 1 + 2 files changed, 3 insertions(+) diff --git a/include/qemu/module.h b/include/qemu/module.h index 65ba596e46..907cb5c0a5 100644 --- a/include/qem