Commit 05641af
Mukesh Chaurasiya
powerpc/pseries: Move vas_migration_handler early during migration
Bugzilla: https://bugzilla.redhat.com/2130348
commit 465dda9
Author: Haren Myneni <haren@linux.ibm.com>
Date: Thu Sep 22 01:27:07 2022 -0700
powerpc/pseries: Move vas_migration_handler early during migration
When the migration is initiated, the hypervisor changes VAS
mappings as part of pre-migration event. Then the OS gets the
migration event which closes all VAS windows before the migration
starts. NX generates continuous faults until windows are closed
and the user space can not differentiate these NX faults coming
from the actual migration. So to reduce this time window, close
VAS windows first in pseries_migrate_partition().
Signed-off-by: Haren Myneni <haren@linux.ibm.com>
Reviewed-by: Nathan Lynch <nathanl@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/d8efade91dda831c9ed4abb226dab627da594c5f.camel@linux.ibm.com
Signed-off-by: Mukesh Chaurasiya <mchauras@redhat.com>1 parent 61ade87 commit 05641af
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
740 | 740 | | |
741 | 741 | | |
742 | 742 | | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
743 | 753 | | |
744 | 754 | | |
745 | | - | |
746 | | - | |
747 | | - | |
| 755 | + | |
748 | 756 | | |
749 | 757 | | |
750 | 758 | | |
| |||
765 | 773 | | |
766 | 774 | | |
767 | 775 | | |
| 776 | + | |
768 | 777 | | |
769 | 778 | | |
770 | 779 | | |
| |||
0 commit comments