From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHYzP-0006Zb-52 for qemu-devel@nongnu.org; Mon, 18 Mar 2013 08:16:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UHYzN-00081v-VU for qemu-devel@nongnu.org; Mon, 18 Mar 2013 08:16:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35345) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UHYzN-00081o-P0 for qemu-devel@nongnu.org; Mon, 18 Mar 2013 08:16:29 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2ICGSk7006547 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 18 Mar 2013 08:16:28 -0400 Date: Mon, 18 Mar 2013 17:46:26 +0530 From: Amit Shah Message-ID: <20130318121626.GC4684@amit.redhat.com> References: <1363279017-3894-1-git-send-email-hdegoede@redhat.com> <1363279017-3894-3-git-send-email-hdegoede@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1363279017-3894-3-git-send-email-hdegoede@redhat.com> Subject: Re: [Qemu-devel] [PATCH 2/8] virtio-console: Remove any pending watches on close List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: =?iso-8859-1?Q?Marc-Andr=E9?= Lureau , qemu-devel@nongnu.org, Gerd Hoffmann On (Thu) 14 Mar 2013 [17:36:51], Hans de Goede wrote: > Signed-off-by: Hans de Goede Acked-by: Amit Shah Amit