Skip to content

Commit

Permalink
fix for minios suspend/resume
Browse files Browse the repository at this point in the history
  • Loading branch information
clupuishere committed Jan 24, 2023
1 parent 3789e08 commit ff047a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xen/arch/x86/domctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,8 @@ long arch_do_domctl(
ret = -EFAULT;
xfree(xsave_area);
}
else
size = 0;

vcpu_unpause(v);

Expand Down

0 comments on commit ff047a7

Please sign in to comment.