From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy8L4-0004Cv-Fk for qemu-devel@nongnu.org; Fri, 20 Jun 2014 19:35:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wy8Kt-0001ZY-62 for qemu-devel@nongnu.org; Fri, 20 Jun 2014 19:35:22 -0400 Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]:62234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy8Ks-0001Yr-T1 for qemu-devel@nongnu.org; Fri, 20 Jun 2014 19:35:11 -0400 Received: by mail-pa0-f42.google.com with SMTP id lj1so3637417pab.29 for ; Fri, 20 Jun 2014 16:35:08 -0700 (PDT) Message-ID: <53A4C50A.9060703@gmail.com> Date: Sat, 21 Jun 2014 07:34:34 +0800 From: Wenchao Xia MIME-Version: 1.0 References: <1403073840-32603-1-git-send-email-pbonzini@redhat.com> <53A456C3.4070905@redhat.com> In-Reply-To: <53A456C3.4070905@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 2.1 00/36] Pending monitor patches for 2.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , Paolo Bonzini , qemu-devel@nongnu.org Cc: lcapitulino@redhat.com 于 2014/6/20 23:44, Eric Blake 写道: > On 06/18/2014 12:43 AM, Paolo Bonzini wrote: >> This includes: >> >> - Max's dependency fixes for QAPI scripts >> >> - Wenchao's QAPI event series >> >> - my thread-safety fixes, rebased onto QAPI events >> >> Paolo >> > >> monitor.c | 226 ++++++------- >> qapi-event.json | 306 +++++++++++++++++ >> qapi-schema.json | 162 +++++++-- >> qapi/Makefile.objs | 1 + >> qapi/block-core.json | 150 +++++++++ >> qapi/block.json | 14 + >> qapi/qmp-event.c | 74 +++++ > > Wenchao, as part of your followups to this series, I'd really like to > move qapi-event.json into qapi/event.json, so that all of our subset > .json files live in the same directory. > I'll send the clean up patch onece the Paolo's series get merged.