Loading
vfio/migration: bugfix cache write-back issue
virt inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I9DRAC CVE: NA ---------------------------------------------------------------------- In the new vfio framework, cache write-back is placed in the device data copy stage after stopping the device operation. Writing back to the cache at this stage will cause the data obtained by the cache to be written back to be empty. In order to ensure that the cache data is written back successfully, the data needs to be written back into the stop device stage. Signed-off-by:Longfang Liu <liulongfang@huawei.com> Signed-off-by:
JiangShui Yang <yangjiangshui@h-partners.com>