|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [PATCH] Fix shadow_op_off hypercall
a domain might panic with unknown dirty bit fault
in case of live-migration failure.
Signed-off-by: Kouya Shimura <kouya@xxxxxxxxxxxxxx>
diff -r 2c9d0eb5a855 xen/arch/ia64/xen/domain.c
--- a/xen/arch/ia64/xen/domain.c Fri Feb 15 10:34:00 2008 -0700
+++ b/xen/arch/ia64/xen/domain.c Tue Feb 19 10:10:44 2008 +0900
@@ -1744,7 +1744,7 @@ int shadow_mode_control(struct domain *d
v->arch.shadow_bitmap = NULL;
/* Flush vhpt and tlb to restore dirty bit usage. */
- domain_flush_tlb_vhpt(d);
+ flush_tlb_for_log_dirty(d);
/* Free bitmap. */
d->arch.shadow_bitmap_size = 0;
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [PATCH] Fix shadow_op_off hypercall,
Kouya Shimura <=
|
|
|
|
|