FreeBSD Bugzilla – Attachment 170204 Details for
Bug 209327
Under XenServer 6.5 - Live Migration results in a Kernel Panic when the VM 'Lands' on the other Node
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix
tmp.patch (text/plain), 904 bytes, created by
Roger Pau Monné
on 2016-05-11 09:49:33 UTC
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Roger Pau Monné
Created:
2016-05-11 09:49:33 UTC
Size:
904 bytes
patch
obsolete
>diff --git a/sys/dev/xen/control/control.c b/sys/dev/xen/control/control.c >index 60e448a..87c1d70 100644 >--- a/sys/dev/xen/control/control.c >+++ b/sys/dev/xen/control/control.c >@@ -128,6 +128,7 @@ __FBSDID("$FreeBSD$"); > #include <machine/_inttypes.h> > #include <machine/intr_machdep.h> > #include <machine/apicvar.h> >+#include <machine/cpu.h> > > #include <vm/vm.h> > #include <vm/vm_extern.h> >@@ -404,14 +405,14 @@ xctrl_suspend() > gnttab_resume(); > > #ifdef SMP >- /* Send an IPI_BITMAP in case there are pending bitmap IPIs. */ >- lapic_ipi_vectored(IPI_BITMAP_VECTOR, APIC_IPI_DEST_ALL); > if (smp_started && !CPU_EMPTY(&cpu_suspend_map)) { > /* > * Now that event channels have been initialized, > * resume CPUs. > */ > resume_cpus(cpu_suspend_map); >+ /* Send an IPI_BITMAP in case there are pending bitmap IPIs. */ >+ cpu_ops.ipi_vectored(IPI_BITMAP_VECTOR, APIC_IPI_DEST_ALL); > } > #endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 209327
:
170177
| 170204