On Wed, 2 Dec 2020 00:43:14 +0530
Kirti Wankhede wrote:
> Header file where CONFIG_VFIO is defined is not included in migration.c
> file.
>
> Moved populate_vfio_info() to hw/vfio/common.c file. Added its stub in
> stubs/vfio.c file. Updated header files and meson file accordingly.
>
> Fixes: 3
Header file where CONFIG_VFIO is defined is not included in migration.c
file.
Moved populate_vfio_info() to hw/vfio/common.c file. Added its stub in
stubs/vfio.c file. Updated header files and meson file accordingly.
Fixes: 3710586caa5d ("qapi: Add VFIO devices migration stats in Migration
stats"