From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzaEH-00008O-Sk for qemu-devel@nongnu.org; Tue, 24 Jun 2014 19:34:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzaEB-00038D-3D for qemu-devel@nongnu.org; Tue, 24 Jun 2014 19:34:21 -0400 Received: from mail-pd0-x230.google.com ([2607:f8b0:400e:c02::230]:35387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzaEA-000388-Sv for qemu-devel@nongnu.org; Tue, 24 Jun 2014 19:34:15 -0400 Received: by mail-pd0-f176.google.com with SMTP id ft15so845658pdb.7 for ; Tue, 24 Jun 2014 16:34:13 -0700 (PDT) From: Wenchao Xia Date: Tue, 24 Jun 2014 16:33:55 -0700 Message-Id: <1403652840-13449-1-git-send-email-wenchaoqemu@gmail.com> Subject: [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: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, armbru@redhat.com, Wenchao Xia , lcapitulino@redhat.com 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 .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