Re: [PATCH RFC v2 00/18] Add VFIO mediated device support and DEV-MSI support for the idxd driver

From: Paolo Bonzini
Date: Tue Aug 18 2020 - 12:28:36 EST


On 18/08/20 13:50, Jason Gunthorpe wrote:
> For instance, what about suspend/resume of containers using idxd?
> Wouldn't you want to have the same basic approach of controlling the
> wq from userspace that virtualization uses?

The difference is that VFIO more or less standardizes the approach you
use for live migration. With another interface you'd have to come up
with something for every driver, and add support in CRIU for every
driver as well.

Paolo