From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzpFU-0002iF-Iy for qemu-devel@nongnu.org; Wed, 25 Jun 2014 11:36:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzpFO-0001Zu-Nk for qemu-devel@nongnu.org; Wed, 25 Jun 2014 11:36:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49891) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzpFO-0001Zn-FY for qemu-devel@nongnu.org; Wed, 25 Jun 2014 11:36:30 -0400 Date: Wed, 25 Jun 2014 11:36:26 -0400 From: Luiz Capitulino Message-ID: <20140625113626.0a8ab29d@redhat.com> In-Reply-To: <1403652840-13449-1-git-send-email-wenchaoqemu@gmail.com> References: <1403652840-13449-1-git-send-email-wenchaoqemu@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH FOR 2.1 0/5] clean up for qapi event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wenchao Xia Cc: pbonzini@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com On Tue, 24 Jun 2014 16:33:55 -0700 Wenchao Xia wrote: > > Paolo Bonzini (1): > tests/test-qmp-event: fix for GLib < 2.31 > > Wenchao Xia (4): > qapi: move event defines > qapi: ignore generated event files > qapi script: clean up in scripts > qapi event: clean up in callers I've applied patches 2-5, as explained in the other email. Anyone interested in doing additional review still have time to do so though. Thanks. > > .gitignore | 1 + > Makefile | 2 +- > docs/qapi-code-gen.txt | 8 +- > hw/watchdog/watchdog.c | 2 +- > include/block/blockjob.h | 2 +- > monitor.c | 2 +- > qapi-event.json | 318 ------------------------------- > qapi-schema.json | 12 +- > qapi/block-core.json | 3 +- > qapi/event.json | 318 +++++++++++++++++++++++++++++++ > scripts/qapi-event.py | 5 +- > scripts/qapi.py | 2 +- > tests/qapi-schema/event-nest-struct.err | 2 +- > tests/test-qmp-event.c | 1 + > 14 files changed, 341 insertions(+), 337 deletions(-) > delete mode 100644 qapi-event.json > create mode 100644 qapi/event.json >