Re: [PATCH for-6.1 2/4] migration: Move populate_vfio_info() into a separate file

2021-05-02 Thread Thomas Huth
On 14/04/2021 13.20, Thomas Huth wrote: The CONFIG_VFIO switch only works in target specific code. Since migration/migration.c is common code, the #ifdef does not have the intended behavior here. Move the related code to a separate file now which gets compiled via specific_ss instead. Fixes: 371

Re: [PATCH for-6.1 2/4] migration: Move populate_vfio_info() into a separate file

2021-04-14 Thread Philippe Mathieu-Daudé
On 4/14/21 1:20 PM, Thomas Huth wrote: > The CONFIG_VFIO switch only works in target specific code. Since > migration/migration.c is common code, the #ifdef does not have > the intended behavior here. Move the related code to a separate > file now which gets compiled via specific_ss instead. > > F

Re: [PATCH for-6.1 2/4] migration: Move populate_vfio_info() into a separate file

2021-04-14 Thread Dr. David Alan Gilbert
* Thomas Huth (th...@redhat.com) wrote: > The CONFIG_VFIO switch only works in target specific code. Since > migration/migration.c is common code, the #ifdef does not have > the intended behavior here. Move the related code to a separate > file now which gets compiled via specific_ss instead. > >

[PATCH for-6.1 2/4] migration: Move populate_vfio_info() into a separate file

2021-04-14 Thread Thomas Huth
The CONFIG_VFIO switch only works in target specific code. Since migration/migration.c is common code, the #ifdef does not have the intended behavior here. Move the related code to a separate file now which gets compiled via specific_ss instead. Fixes: 3710586caa ("qapi: Add VFIO devices migration