From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS294-0006tf-9N for qemu-devel@nongnu.org; Tue, 26 Jul 2016 09:11:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bS28y-00073F-Ss for qemu-devel@nongnu.org; Tue, 26 Jul 2016 09:11:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bS28y-000739-My for qemu-devel@nongnu.org; Tue, 26 Jul 2016 09:11:32 -0400 Date: Tue, 26 Jul 2016 18:41:22 +0530 From: Amit Shah Message-ID: <20160726130906.GA24341@grmbl.mre> References: <1469027314-31655-1-git-send-email-ehabkost@redhat.com> <1469027314-31655-27-git-send-email-ehabkost@redhat.com> <20160726051138.GB27202@grmbl.mre> <20160726100049.7f003705@nial.brq.redhat.com> <20160726114655.GB26166@grmbl.mre> <20160726145839.3cdd8213@nial.brq.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160726145839.3cdd8213@nial.brq.redhat.com> Subject: Re: [Qemu-devel] [PULL 26/28] apic: Use apic_id as apic's migration instance_id List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: Eduardo Habkost , Peter Maydell , Paolo Bonzini , qemu-devel@nongnu.org, Richard Henderson On (Tue) 26 Jul 2016 [14:58:39], Igor Mammedov wrote: > > This was flagged by a nightly run of the static checker when this > > series was pulled. On a 'before' tree, ie one w/o the patches, do > > this: > > > > qemu -dump-vmstate before.json > > > > and for after: > > > > qemu -dump-vmstate after.json > > > > then, > > > > python ./scripts/vmstate-static-checker.py -s before.json -d after.json > I don't think it is valid comparison though, as it compares default PC machines. > In this case it's pc-i440fx-2.6 and pc-i440fx-2.7, you see the difference > which is expected due to instance_id change. > > You shouldn't see it when comparing same machine types. No, this is comparing the git tree just before and after the series is applied. Amit