Re: [PATCH v2 03/21] hw/vfio: Compile some common objects once

2025-03-10 Thread Eric Auger
On 3/9/25 12:08 AM, Philippe Mathieu-Daudé wrote: > Some files don't rely on any target-specific knowledge > and can be compiled once: > > - helpers.c > - container-base.c > - migration.c (removing unnecessary "exec/ram_addr.h") > - migration-multifd.c > - cpr.c > > Signed-off-by: Philippe

[PATCH v2 03/21] hw/vfio: Compile some common objects once

2025-03-08 Thread Philippe Mathieu-Daudé
Some files don't rely on any target-specific knowledge and can be compiled once: - helpers.c - container-base.c - migration.c (removing unnecessary "exec/ram_addr.h") - migration-multifd.c - cpr.c Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Pierrick Bouvier Reviewed-by: Richard Hend