|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [IA64] Fix shadow_op_off hypercall
# HG changeset patch
# User Alex Williamson <alex.williamson@xxxxxx>
# Date 1203438399 25200
# Node ID a0900277d1d1efde692543f3cc41d9ddebe24929
# Parent 6aa10413da5bd6fac5edf526cfa2b46e61fb161c
[IA64] 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>
---
xen/arch/ia64/xen/domain.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 6aa10413da5b -r a0900277d1d1 xen/arch/ia64/xen/domain.c
--- a/xen/arch/ia64/xen/domain.c Tue Feb 19 09:25:22 2008 -0700
+++ b/xen/arch/ia64/xen/domain.c Tue Feb 19 09:26:39 2008 -0700
@@ -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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [IA64] Fix shadow_op_off hypercall,
Xen patchbot-unstable <=
|
|
|
|
|