From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9XEk-0005hp-IR for qemu-devel@nongnu.org; Tue, 22 Jul 2014 06:24:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9XEc-0004c6-St for qemu-devel@nongnu.org; Tue, 22 Jul 2014 06:23:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13201) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9XEc-0004c0-Hf for qemu-devel@nongnu.org; Tue, 22 Jul 2014 06:23:50 -0400 Date: Tue, 22 Jul 2014 15:52:58 +0530 From: Amit Shah Message-ID: <20140722102258.GA18209@grmbl.mre> References: <60DF1D8F-DF62-472B-AC2A-D6CC4761AE91@alex.org.uk> <53CA0744.1070800@redhat.com> <3AFC9677-55B1-4A93-BFCE-3A90FA872D2F@alex.org.uk> <53CA1E95.3030006@redhat.com> <53CA4E3D.1020005@redhat.com> <20140722071130.GF26186@grmbl.mre> <20140722095000.GB5922@grmbl.mre> <53CE3511.3000402@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53CE3511.3000402@redhat.com> Subject: Re: [Qemu-devel] Live migrate, inconsistent machine types - new machine type to fix? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: "qemu-devel@nongnu.org" , Alex Bligh On (Tue) 22 Jul 2014 [11:55:29], Paolo Bonzini wrote: > Il 22/07/2014 11:50, Amit Shah ha scritto: > > These are the ones that remain after fixing up the rest: > > > > Section "xio3130-downstream" Description "xio3130-express-downstream-port": version error: 2 > 0 > > Section "usb-host" Section "usb-host" Description "usb-host": minimum version error: 0 < 1 > > Section "ich9-usb-ehci1" Section "ich9-usb-ehci1" Description "ehci": minimum version error: 0 < 1 > > Section "x3130-upstream" Description "xio3130-express-upstream-port": version error: 2 > 0 > > Section "usb-ehci" Section "usb-ehci" Description "ehci": minimum version error: 0 < 1 > > Section "ioh3420" Description "ioh-3240-express-root-port": version error: 2 > 0 > > Section "isa-pit", Description "i8254": expected field "channels", got "channels[0].irq_disabled"; skipping rest > > Section "PIIX4_PM" Section "PIIX4_PM" Description "piix4_pm": minimum version error: 2 < 3 > > What about qemu-kvm 1.0 vs qemu 2.1? Just one extra failure: Section "pci-assign" does not exist in dest Also interesting is qemu 1.0 -> qemu-kvm-1.0: Section "i6300esb" Section "i6300esb" Description "i6300esb_wdt": minimum version error: 1336 < 1368 Section "isa-pit", Description "i8254": expected field "channels", got "flags"; skipping rest And qemu-kvm-1.0 to qemu-1.0: Section "kvmclock" does not exist in dest Section "i6300esb" version error: 1368 > 1336 Section "i6300esb" Description "i6300esb_wdt": version error: 1368 > 1336 Section "isa-pit", Description "i8254": expected field "flags", got "channels"; skipping rest Section "pci-assign" does not exist in dest Amit