From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LKcYk-0003L9-OE for qemu-devel@nongnu.org; Wed, 07 Jan 2009 12:51:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LKcYk-0003KC-1b for qemu-devel@nongnu.org; Wed, 07 Jan 2009 12:51:14 -0500 Received: from [199.232.76.173] (port=33834 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKcYj-0003K2-Nn for qemu-devel@nongnu.org; Wed, 07 Jan 2009 12:51:13 -0500 Received: from mail-ew0-f21.google.com ([209.85.219.21]:45538) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LKcYj-00061e-78 for qemu-devel@nongnu.org; Wed, 07 Jan 2009 12:51:13 -0500 Received: by ewy14 with SMTP id 14so9731018ewy.10 for ; Wed, 07 Jan 2009 09:51:12 -0800 (PST) Message-ID: <4964EB88.1010303@codemonkey.ws> Date: Wed, 07 Jan 2009 11:51:04 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <1231242281-2597-1-git-send-email-markmc@redhat.com> <4963943C.8060304@codemonkey.ws> <1231323650.5050.8.camel@localhost.localdomain> In-Reply-To: <1231323650.5050.8.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] virtio-net migration fix Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark McLoughlin Cc: qemu-devel@nongnu.org > Thanks, I should have seen that myself ... > > Cheers, > Mark. > > From: Mark McLoughlin > Subject: [PATCH] virtio-net migration fix > > We are failing to save whether the guest will supply us rx > buffers using the new mergeable format; this can cause a > migrated guest to crash with: > > virtio-net header not in first element > > Bump the savevm version number and refuse to load v1 saves > just to be on the safe side. > > Signed-off-by: Mark McLoughlin > Applied. Thanks. Regards, Anthony Liguori