All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] svm: migrate pirq with vcpu
@ 2011-01-21 15:03 Wei Wang2
  0 siblings, 0 replies; only message in thread
From: Wei Wang2 @ 2011-01-21 15:03 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 338 bytes --]

Hi,
hvm_migrate_pirqs() is missing in svm_do_resume(). This patch fix this.
Thanks,
Wei
Signed-off-by: Wei Wang <wei.wang2@amd.com>
--
Advanced Micro Devices GmbH
Sitz: Dornach, Gemeinde Aschheim, 
Landkreis München Registergericht München, 
HRB Nr. 43632
WEEE-Reg-Nr: DE 12919551
Geschäftsführer:
Alberto Bozzo, Andrew Bowd

[-- Attachment #2: fix_svm_pirq.patch --]
[-- Type: text/x-diff, Size: 478 bytes --]

diff -r 051a1b1b8f8a xen/arch/x86/hvm/svm/svm.c
--- a/xen/arch/x86/hvm/svm/svm.c	Wed Jan 19 18:24:26 2011 +0000
+++ b/xen/arch/x86/hvm/svm/svm.c	Fri Jan 21 15:08:44 2011 +0100
@@ -705,7 +705,7 @@ static void svm_do_resume(struct vcpu *v
     {
         v->arch.hvm_svm.launch_core = smp_processor_id();
         hvm_migrate_timers(v);
-
+        hvm_migrate_pirqs(v);
         /* Migrating to another ASID domain.  Request a new ASID. */
         hvm_asid_flush_vcpu(v);
     }

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-01-21 15:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-21 15:03 [PATCH] svm: migrate pirq with vcpu Wei Wang2

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.