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

2017-02-28 Thread Eric Blake
On 02/28/2017 12:03 PM, no-re...@patchew.org wrote: > Hi, > > This series seems to have some coding style problems. See output below for > more information: > > Checking PATCH 18/26: tests-qobject-input-strict: Merge into > test-qobject-input-visitor... > ERROR: line over 90 characters > #486:

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

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

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

2017-02-28 Thread Markus Armbruster
v3: * PATCH 12+18+19: Commit message tidied up [Eric] * PATCH 17: Spurious whitespace change dropped [Eric] * PATCH 22: Missing visit_end_list() fixed [Eric] * PATCH 23: Misplaced visit_end_list() fixed, unwanted test change dropped [Eric] v2: * PATCH 19-20+22+24-25: New * PATCH 03: Update MAINTA