From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wn4zx-0006Cu-Ac for qemu-devel@nongnu.org; Wed, 21 May 2014 07:48:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wn4zp-0007Cw-Rk for qemu-devel@nongnu.org; Wed, 21 May 2014 07:47:53 -0400 Received: from oxygen.pond.sub.org ([144.76.244.19]:38449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wn4zp-0007Cr-Mc for qemu-devel@nongnu.org; Wed, 21 May 2014 07:47:45 -0400 From: Markus Armbruster References: <20140521094407.GC2589@work-vm> <20140521095502.GA32726@grmbl.mre> <20140521100304.GD2589@work-vm> <20140521101205.GB32726@grmbl.mre> Date: Wed, 21 May 2014 13:47:44 +0200 In-Reply-To: <20140521101205.GB32726@grmbl.mre> (Amit Shah's message of "Wed, 21 May 2014 15:42:05 +0530") Message-ID: <87ppj7xsin.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 01/18] migration: dump vmstate info as a json file for static analysis List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: Juan Quintela , qemu list , Alexander Graf , Paolo Bonzini , Andreas F?rber , "Dr. David Alan Gilbert" Amit Shah writes: > On (Wed) 21 May 2014 [11:03:04], Dr. David Alan Gilbert wrote: >> * Amit Shah (amit.shah@redhat.com) wrote: > >> > The idea is to be able to take a qemu binary and compare with another >> > binary; if only fields that are instantiated are used, various >> > invocations will have to be tried to find devices that may have >> > broken. >> > >> > An alternative way of checking only devices which have been added to >> > the running machine can be done via a monitor command (or a parameter >> > to the existing cmdline option). But I'm not sure if that'll be more >> > useful than the current one. >> >> Or perhaps a way to dump that info and mask your checker with it if wanted? > > A 'blacklist' file, which stores names of sections that you're not > interested in? An error message format that lets me grep -v for sections I'm not interested in? Stupidest solution that could possibly work...