From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46050) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqlCo-0002jv-Cp for qemu-devel@nongnu.org; Thu, 14 Apr 2016 13:37:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqlCj-0005oN-FP for qemu-devel@nongnu.org; Thu, 14 Apr 2016 13:37:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqlCj-0005oA-Aw for qemu-devel@nongnu.org; Thu, 14 Apr 2016 13:37:21 -0400 From: Markus Armbruster References: <1460131992-32278-1-git-send-email-eblake@redhat.com> <1460131992-32278-10-git-send-email-eblake@redhat.com> <87bn5c2mot.fsf@dusky.pond.sub.org> Date: Thu, 14 Apr 2016 19:37:18 +0200 In-Reply-To: <87bn5c2mot.fsf@dusky.pond.sub.org> (Markus Armbruster's message of "Thu, 14 Apr 2016 18:13:22 +0200") Message-ID: <87lh4gytv5.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v14 09/19] tests: Add check-qnull List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-devel@nongnu.org, Michael Roth There's one unusual bit: the other check-q*.c leave the visitor stuff to the test-*-visitor.c, but this one doesn't. Hmm.