From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60106) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bz0AS-00011D-CW for qemu-devel@nongnu.org; Tue, 25 Oct 2016 07:45:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bz0AR-0001W8-I5 for qemu-devel@nongnu.org; Tue, 25 Oct 2016 07:45:20 -0400 Received: from mail-vk0-x231.google.com ([2607:f8b0:400c:c05::231]:33595) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bz0AR-0001Vs-6W for qemu-devel@nongnu.org; Tue, 25 Oct 2016 07:45:19 -0400 Received: by mail-vk0-x231.google.com with SMTP id d65so3406484vkg.0 for ; Tue, 25 Oct 2016 04:45:18 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1477386565-26225-1-git-send-email-armbru@redhat.com> References: <1477386565-26225-1-git-send-email-armbru@redhat.com> From: Peter Maydell Date: Tue, 25 Oct 2016 12:44:57 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] tests: Restore check-qdict unit test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: QEMU Developers , =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= , Paolo Bonzini On 25 October 2016 at 10:09, Markus Armbruster wrote: > Commit ea3af47 accidentally dropped check-qdict from the list of unit > tests. Put it back. > > Signed-off-by: Markus Armbruster > --- > Could be committed directly as a build fix. If not, I'll include it > in my next pull. Applied to master as a buildfix; thanks. -- PMM