From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mt6Ub-0005xq-HK for qemu-devel@nongnu.org; Wed, 30 Sep 2009 17:13:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mt6UW-0005qE-Eu for qemu-devel@nongnu.org; Wed, 30 Sep 2009 17:13:44 -0400 Received: from [199.232.76.173] (port=55636 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mt6UW-0005q3-8x for qemu-devel@nongnu.org; Wed, 30 Sep 2009 17:13:40 -0400 Received: from mail-fx0-f214.google.com ([209.85.220.214]:56575) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mt6UW-0000jO-0X for qemu-devel@nongnu.org; Wed, 30 Sep 2009 17:13:40 -0400 Received: by fxm10 with SMTP id 10so2204166fxm.8 for ; Wed, 30 Sep 2009 14:13:39 -0700 (PDT) Message-ID: <4AC3C9FD.3050705@codemonkey.ws> Date: Wed, 30 Sep 2009 16:13:33 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 1/6] char: Emit 'OPENED' events on char device open References: <1254225888-17093-1-git-send-email-amit.shah@redhat.com> <1254225888-17093-2-git-send-email-amit.shah@redhat.com> In-Reply-To: <1254225888-17093-2-git-send-email-amit.shah@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: qemu-devel@nongnu.org Amit Shah wrote: > Notify users of the char interface whenever the file / connection is > opened. > > The existing RESET event is triggered when the qemu char state is reset > as well; which may not be as interesting as char device open events. > > Signed-off-by: Amit Shah > This series breaks the build (ppc440_bamboo.c). You should always build without an explicit --target-list to avoid this in the future. Regards, Anthony Liguori