Re: [PATCH V2] migration: fix populate_vfio_info

2023-03-07 Thread Dr. David Alan Gilbert
* Steven Sistare (steven.sist...@oracle.com) wrote: > On 3/7/2023 6:32 AM, Dr. David Alan Gilbert wrote: > > * Steve Sistare (steven.sist...@oracle.com) wrote: > >> Include CONFIG_DEVICES so that populate_vfio_info is instantiated for > >> CONFIG_VFIO. Without it, the 'info migrate' command never

Re: [PATCH V2] migration: fix populate_vfio_info

2023-03-07 Thread Steven Sistare
On 3/7/2023 6:32 AM, Dr. David Alan Gilbert wrote: > * Steve Sistare (steven.sist...@oracle.com) 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

Re: [PATCH V2] migration: fix populate_vfio_info

2023-03-07 Thread Dr. David Alan Gilbert
* Steve Sistare (steven.sist...@oracle.com) 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")

[PATCH V2] migration: fix populate_vfio_info

2023-02-07 Thread Steve Sistare
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 Reviewed-by: Marc-André Lureau