Re: [PATCH 0/6] qapi: Module fixes and cleanups

2019-12-03 Thread Markus Armbruster
Markus Armbruster writes: > Kevin recently posted a minimally invasive fix for empty QAPI > modules[*]. This is my attempt at a fix that also addresses the > design weakness that led to the bug. Queued for 5.0.

Re: [PATCH 0/6] qapi: Module fixes and cleanups

2019-11-20 Thread Markus Armbruster
Markus Armbruster writes: > Kevin recently posted a minimally invasive fix for empty QAPI > modules[*]. This is my attempt at a fix that also addresses the > design weakness that led to the bug. [*] Subject: [RFC PATCH 15/18] qapi: Support empty modules Message-Id: <20191017130204.16131-16-kw..

Re: [PATCH 0/6] qapi: Module fixes and cleanups

2019-11-20 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20191120182551.23795-1-arm...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN === #

Re: [PATCH 0/6] qapi: Module fixes and cleanups

2019-11-20 Thread Markus Armbruster
Fat-fingered Kevin's e-mail address... Markus Armbruster writes: > Kevin recently posted a minimally invasive fix for empty QAPI > modules[*]. This is my attempt at a fix that also addresses the > design weakness that led to the bug. > > Markus Armbruster (6): > qapi: Tweak "command returns a

[PATCH 0/6] qapi: Module fixes and cleanups

2019-11-20 Thread Markus Armbruster
Kevin recently posted a minimally invasive fix for empty QAPI modules[*]. This is my attempt at a fix that also addresses the design weakness that led to the bug. Markus Armbruster (6): qapi: Tweak "command returns a nice type" check for clarity tests/Makefile.include: Fix missing test-qapi-e