From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya1Hv-0001L4-0N for qemu-devel@nongnu.org; Mon, 23 Mar 2015 08:17:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ya1Hs-0004vZ-9O for qemu-devel@nongnu.org; Mon, 23 Mar 2015 08:16:58 -0400 Received: from mail-ph.de-nserver.de ([85.158.179.214]:62922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ya1Hr-0004uJ-W5 for qemu-devel@nongnu.org; Mon, 23 Mar 2015 08:16:56 -0400 Message-ID: <5510042C.9080106@profihost.ag> Date: Mon, 23 Mar 2015 13:16:44 +0100 From: Stefan Priebe - Profihost AG MIME-Version: 1.0 References: <550549ED.7050704@profihost.ag> <20150323115430.GB9268@stefanha-thinkpad.redhat.com> In-Reply-To: <20150323115430.GB9268@stefanha-thinkpad.redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] live migration fails after host kernel upgrade (3.12 => 3.18) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel Hi, Thanks. I fixed it - there is already a patchseries in 4.0 to fix this. It will be backported in 3.18.10 or 3.18.11. Stefan Am 23.03.2015 um 12:54 schrieb Stefan Hajnoczi: > On Sun, Mar 15, 2015 at 09:59:25AM +0100, Stefan Priebe wrote: >> after upgrading the host kernel from 3.12 to 3.18 live migration fails with >> the following qemu output (guest running on a host with 3.12 => host with >> 3.18): >> >> kvm: Features 0x30afffe3 unsupported. Allowed features: 0x79bfbbe7 >> qemu: warning: error while loading state for instance 0x0 of device >> '0000:00:12.0/virtio-net' >> kvm: load of migration failed: Operation not permitted >> >> But i can't > > Hi Stefan, > I haven't checked the exact feature bits but it might be the UFO feature > problem. The tun driver was changed to drop a feature, this broke live > migration. > > Take a look at > https://lists.linuxfoundation.org/pipermail/virtualization/2015-February/029217.html > > Stefan >