Re: [PATCH V6 mlx5-next 09/15] vfio: Extend the device migration protocol with RUNNING_P2P
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2022-02-01 12:14:03
Also in:
kvm, linux-pci
From: Jason Gunthorpe <jgg@nvidia.com>
Date: 2022-02-01 12:14:03
Also in:
kvm, linux-pci
On Tue, Feb 01, 2022 at 12:54:10PM +0100, Cornelia Huck wrote:
On Sun, Jan 30 2022, Yishai Hadas [off-list ref] wrote:quoted
@@ -44,6 +45,7 @@ struct vfio_device { /** * struct vfio_device_ops - VFIO bus driver device callbacks * + * @flags: Global flags from enum vfio_device_ops_flagsYou add this here, only to remove it in patch 15 again. Leftover from some refactoring?
Yes, thanks, it is a rebasing error :\ Jason