
10 Dec
2019
10 Dec
'19
9:16 p.m.
On 12/2/19 9:26 AM, Michal Privoznik wrote:
There are couple of places where a domain with a VFIO device gets special treatment: in CGroups when enabling/disabling access to /dev/vfio/vfio, and when creating/removing nodes in domain mount namespace. Well, a NVMe disk is a VFIO device too. Fortunately, we have this qemuDomainNeedsVFIO() function which is the only place that needs adjustment.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> ---
Reviewed-by: Cole Robinson <crobinso@redhat.com> - Cole