From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] svm: Fix migration in the middle of a syscall Date: Wed, 27 Jan 2010 14:38:56 +0000 Message-ID: References: <201001271417.51234.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201001271417.51234.Christoph.Egger@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Christoph Egger , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Looks like this is already handled in svm_{save,load}_cpu_state(). Did you actually reproduce this bug? -- Keir On 27/01/2010 13:17, "Christoph Egger" wrote: > > Hi! > > Attached patch fixes migration in the middle of a syscall. > > Signed-off-by: Christoph Egger > > Keir: Please also apply this patch to xen-3.4-testing. >