On Tue, Feb 01, 2022 at 12:54:10PM +0100, Cornelia Huck wrote: > On Sun, Jan 30 2022, Yishai Hadas <yishaih@xxxxxxxxxx> wrote: > > > @@ -44,6 +45,7 @@ struct vfio_device { > > /** > > * struct vfio_device_ops - VFIO bus driver device callbacks > > * > > + * @flags: Global flags from enum vfio_device_ops_flags > > You add this here, only to remove it in patch 15 again. Leftover from > some refactoring? Yes, thanks, it is a rebasing error :\ Jason