From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXXKM-0001m7-Kb for qemu-devel@nongnu.org; Fri, 26 Sep 2014 11:21:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXXKH-0007RJ-P8 for qemu-devel@nongnu.org; Fri, 26 Sep 2014 11:20:58 -0400 From: Eric Blake Date: Fri, 26 Sep 2014 09:20:30 -0600 Message-Id: <1411744833-20699-1-git-send-email-eblake@redhat.com> Subject: [Qemu-devel] [PATCH v5a 0/3] trivial qapi cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Luiz Capitulino , Fam Zheng , Markus Armbruster , wenchaoqemu@gmail.com This is split out from [PATCH v4 00/19]: drop qapi nested structs in order to get the trivial stuff in now, rather than holding it up for what may be another month while I address the larger findings against the rest of that series. v4 was here: https://lists.gnu.org/archive/html/qemu-devel/2014-09/msg04022.html Changelog: v5: no change (just splitting the series into two parts) v4: add docs (patch 3 is new) [Markus] v3: no changes v2: add makefile cleanups (patch 1-2) v1: this portion of the larger series was not present Eric Blake (3): qapi: Consistent whitespace in tests/Makefile qapi: Ignore files created during make check qapi: Update docs given recent event, spacing fixes docs/qapi-code-gen.txt | 100 +++++++++++++++++++++++++++++++++++++++---------- tests/.gitignore | 3 ++ tests/Makefile | 32 ++++++++-------- 3 files changed, 99 insertions(+), 36 deletions(-) -- 1.9.3