Loading
vfio/migration: added map length page alignment
virt inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9DRAC CVE: NA ---------------------------------------------------------------------- On systems with more than 64KB pages, since the ACC dev BAR2 configuration space will only map 32KB to the VM, if page alignment is not performed, the length of the allocated space will fail the length check. This will cause a VF device to fail to be enabled successfully on systems with pages above 64KB. Signed-off-by:Longfang Liu <liulongfang@huawei.com> Signed-off-by:
JiangShui Yang <yangjiangshui@h-partners.com>