Loading migration/postcopy-ram.c +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ static bool ufd_version_check(int ufd, MigrationIncomingState *mis) api_struct.api = UFFD_API; api_struct.features = 0; if (ioctl(ufd, UFFDIO_API, &api_struct)) { error_report("postcopy_ram_supported_by_host: UFFDIO_API failed: %s", error_report("%s: UFFDIO_API failed: %s", __func__, strerror(errno)); return false; } Loading Loading
migration/postcopy-ram.c +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ static bool ufd_version_check(int ufd, MigrationIncomingState *mis) api_struct.api = UFFD_API; api_struct.features = 0; if (ioctl(ufd, UFFDIO_API, &api_struct)) { error_report("postcopy_ram_supported_by_host: UFFDIO_API failed: %s", error_report("%s: UFFDIO_API failed: %s", __func__, strerror(errno)); return false; } Loading