From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59226) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOI0S-0004L6-3x for qemu-devel@nongnu.org; Mon, 23 Sep 2013 22:05:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOI0J-000868-5u for qemu-devel@nongnu.org; Mon, 23 Sep 2013 22:05:40 -0400 Received: from e28smtp06.in.ibm.com ([122.248.162.6]:44446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOI0I-00085C-F6 for qemu-devel@nongnu.org; Mon, 23 Sep 2013 22:05:31 -0400 Received: from /spool/local by e28smtp06.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 24 Sep 2013 07:35:22 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp03.in.ibm.com (Postfix) with ESMTP id 40D971258053 for ; Tue, 24 Sep 2013 07:35:31 +0530 (IST) Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r8O27Wot44892404 for ; Tue, 24 Sep 2013 07:37:32 +0530 Received: from d28av04.in.ibm.com (localhost [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r8O25IcE015358 for ; Tue, 24 Sep 2013 07:35:18 +0530 Message-ID: <52419C17.3090903@linux.vnet.ibm.com> Date: Tue, 24 Sep 2013 10:05:11 -0400 From: Wenchao Xia MIME-Version: 1.0 References: <1378977312-17696-1-git-send-email-xiawenc@linux.vnet.ibm.com> <1378977312-17696-4-git-send-email-xiawenc@linux.vnet.ibm.com> <52406456.2000700@redhat.com> In-Reply-To: <52406456.2000700@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [RFC PATCH 3/8] qapi: move MonitorEvent define List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: kwolf@redhat.com, pbonzini@redhat.com, stefanha@redhat.com, qemu-devel@nongnu.org, anthony@codemonkey.ws 于 2013/9/23 11:55, Eric Blake 写道: > On 09/12/2013 03:15 AM, Wenchao Xia wrote: >> Signed-off-by: Wenchao Xia >> --- >> new file mode 100644 >> index 0000000..aef71d9 >> --- /dev/null >> +++ b/include/qapi/qmp/qevent.h >> @@ -0,0 +1,41 @@ >> +#ifndef QEVENT_H > No copyright notice? Fix that. > Will add one in next version.