Re: [Qemu-devel] [PATCH v2 00/26] qapi: Another round of fixes and cleanups

2015-09-03 Thread Markus Armbruster
Markus Armbruster writes: > Markus Armbruster writes: > >> v2: >> * Trivially rebased, R-bys retained >> * [PATCH 02] Clean up string literal to please pylint >> * [PATCH 07] Commit message fix [Eric] >> * [PATCH 20] Doc fix [Eric] >> * [PATCH 21] Update test cases for the change even though the

Re: [Qemu-devel] [PATCH v2 00/26] qapi: Another round of fixes and cleanups

2015-08-31 Thread Markus Armbruster
Markus Armbruster writes: > v2: > * Trivially rebased, R-bys retained > * [PATCH 02] Clean up string literal to please pylint > * [PATCH 07] Commit message fix [Eric] > * [PATCH 20] Doc fix [Eric] > * [PATCH 21] Update test cases for the change even though they fail > for other reasons [Eric]

[Qemu-devel] [PATCH v2 00/26] qapi: Another round of fixes and cleanups

2015-08-28 Thread Markus Armbruster
v2: * Trivially rebased, R-bys retained * [PATCH 02] Clean up string literal to please pylint * [PATCH 07] Commit message fix [Eric] * [PATCH 20] Doc fix [Eric] * [PATCH 21] Update test cases for the change even though they fail for other reasons [Eric] Previously posted as part of "[PATCH RFC v