Re: [Qemu-devel] [PATCH v2 00/26] qapi: QMP dispatch and input visitor work

2017-02-26 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 1488145424-14974-1-git-send-email-arm...@redhat.com Type: series Subject: [Qemu-devel] [PATCH v2 00/26] qapi: QMP dispatch and input visitor work === TEST SCRIPT BEGIN === #!/bin/bash

[Qemu-devel] [PATCH v2 00/26] qapi: QMP dispatch and input visitor work

2017-02-26 Thread Markus Armbruster
v2: * PATCH 19-20+22+24-25: New * PATCH 03: Update MAINTAINERS new file * PATCH 21+23: New test_visitor_in_fail_list_nested(), string visitor patch tweaked, comments polished * PATCH 23: full_name() bugs fixed Markus Armbruster (26): qga: Fix crash on non-dictionary QMP argument libqtest: Wo