You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Popcorn should fail nicely if target machine has a missing or different executable. For example, if the migration target is missing the executable, then BUG() is called and the origin of migration becomes stuck in a spin loop.
if (__construct_mm(req, rc)) {
BUG();
return -EINVAL;
}
The text was updated successfully, but these errors were encountered:
Popcorn should fail nicely if target machine has a missing or different executable. For example, if the migration target is missing the executable, then BUG() is called and the origin of migration becomes stuck in a spin loop.
The text was updated successfully, but these errors were encountered: