Re: [PATCH V2 01/20] migration: fix populate_vfio_info

2023-03-16 Thread Juan Quintela
Steve Sistare wrote: > Include CONFIG_DEVICES so that populate_vfio_info is instantiated for > CONFIG_VFIO. Without it, the 'info migrate' command never returns > info about vfio. > > Fixes: 43bd0bf30f ("migration: Move populate_vfio_info() into a separate > file") > Signed-off-by: Steve Sistare

Re: [PATCH V2 01/20] migration: fix populate_vfio_info

2023-02-07 Thread Thomas Huth
On 07/02/2023 19.47, Steve Sistare wrote: Include CONFIG_DEVICES so that populate_vfio_info is instantiated for CONFIG_VFIO. Without it, the 'info migrate' command never returns info about vfio. Fixes: 43bd0bf30f ("migration: Move populate_vfio_info() into a separate file") Oh, weird, I'm pre