From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an7VY-0007ms-DK for qemu-devel@nongnu.org; Mon, 04 Apr 2016 12:37:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1an7VX-0000uk-7P for qemu-devel@nongnu.org; Mon, 04 Apr 2016 12:37:44 -0400 Received: from mail-vk0-x22a.google.com ([2607:f8b0:400c:c05::22a]:32937) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1an7VX-0000ug-2s for qemu-devel@nongnu.org; Mon, 04 Apr 2016 12:37:43 -0400 Received: by mail-vk0-x22a.google.com with SMTP id k1so187255161vkb.0 for ; Mon, 04 Apr 2016 09:37:42 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <570292CF.10305@redhat.com> References: <1459785281-6686-1-git-send-email-dgilbert@redhat.com> <570292CF.10305@redhat.com> From: Peter Maydell Date: Mon, 4 Apr 2016 17:37:23 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] Migration: Add i82801b11 migration data List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcel Apfelbaum Cc: Juan Quintela , "Michael S. Tsirkin" , "Dr. David Alan Gilbert (git)" , QEMU Developers , Amit Shah , John Snow 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... thanks -- PMM