From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an7cq-0000Tu-CT for qemu-devel@nongnu.org; Mon, 04 Apr 2016 12:45:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1an7cl-0003BI-Cx for qemu-devel@nongnu.org; Mon, 04 Apr 2016 12:45:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an7cl-0003BE-7Z for qemu-devel@nongnu.org; Mon, 04 Apr 2016 12:45:11 -0400 References: <1459785281-6686-1-git-send-email-dgilbert@redhat.com> <570292CF.10305@redhat.com> From: Marcel Apfelbaum Message-ID: <57029A0F.4060101@redhat.com> Date: Mon, 4 Apr 2016 19:45:03 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Migration: Add i82801b11 migration data List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Juan Quintela , "Michael S. Tsirkin" , "Dr. David Alan Gilbert (git)" , QEMU Developers , Amit Shah , John Snow On 04/04/2016 07:37 PM, Peter Maydell wrote: > On 4 April 2016 at 17:14, Marcel Apfelbaum wrote: >> On 04/04/2016 06:54 PM, Dr. David Alan Gilbert (git) wrote: >>> >>> From: "Dr. David Alan Gilbert" >>> >>> The i82801b11 bridge didn't have a vmsd and thus didn't send >>> any migration data, including that of its parent PCIBridge object. >>> The symptom being if the guest used any devices behind the bridge >>> the guest crashed (mostly with various interrupt related issues). >>> >>> Note: This will cause migration from old qemus that used this device to >>> explicitly fail during migration as opposed to the guest crashing. > >> If this patch was enough we got lucky :) >> Is not too late to make it to 2.6, right? > > You should add a line to > http://wiki.qemu.org/Planning/2.6#Known_issues > for things you think should be fixed for 2.6... > Done. Thanks, Marcel > thanks > -- PMM >