Re: [Qemu-devel] possible ahci/migrate fix

2019-02-27 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > Hi Alex, > Can you see if the attached patch fixes the ahci/migrate failure you > see; it won't fail for me however mean I am to it. Reviewed-by: Juan Quintela It fixes the issue at point, and even if it is not a full solution (not sure if it is or not), it

Re: [Qemu-devel] possible ahci/migrate fix

2019-02-27 Thread Dr. David Alan Gilbert
* Alex Bennée (alex.ben...@linaro.org) wrote: > > Dr. David Alan Gilbert writes: > > > Hi Alex, > > Can you see if the attached patch fixes the ahci/migrate failure you > > see; it won't fail for me however mean I am to it. > > over 2000 iterations without issue, commit before crashed within

Re: [Qemu-devel] possible ahci/migrate fix

2019-02-27 Thread Alex Bennée
Dr. David Alan Gilbert writes: > Hi Alex, > Can you see if the attached patch fixes the ahci/migrate failure you > see; it won't fail for me however mean I am to it. over 2000 iterations without issue, commit before crashed within 30 Tested-by: Alex Bennée How quickly can we get this mer

Re: [Qemu-devel] possible ahci/migrate fix

2019-02-27 Thread Juan Quintela
"Dr. David Alan Gilbert" wrote: > Hi Alex, > Can you see if the attached patch fixes the ahci/migrate failure you > see; it won't fail for me however mean I am to it. > > > void migration_object_finalize(void) > { > +/* > + * Cancel the current migration - that will (eventually

[Qemu-devel] possible ahci/migrate fix

2019-02-27 Thread Dr. David Alan Gilbert
Hi Alex, Can you see if the attached patch fixes the ahci/migrate failure you see; it won't fail for me however mean I am to it. From f4c327d14d656d1c0f0e694d0efc6165493416f0 Mon Sep 17 00:00:00 2001 From: "Dr. David Alan Gilbert" Date: Wed, 27 Feb 2019 12:04:37 + Subject: [PATCH] migrati

Re: [Qemu-devel] possible ahci/migrate fix

2019-02-27 Thread Dr. David Alan Gilbert
* Juan Quintela (quint...@redhat.com) wrote: > "Dr. David Alan Gilbert" wrote: > > Hi Alex, > > Can you see if the attached patch fixes the ahci/migrate failure you > > see; it won't fail for me however mean I am to it. > > > > > > > > > void migration_object_finalize(void) > > { > > +