From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vb96Q-0003tH-JI for qemu-devel@nongnu.org; Tue, 29 Oct 2013 09:13:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vb96K-00085T-43 for qemu-devel@nongnu.org; Tue, 29 Oct 2013 09:12:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14949) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vb96J-000857-Nl for qemu-devel@nongnu.org; Tue, 29 Oct 2013 09:12:52 -0400 Date: Tue, 29 Oct 2013 18:42:45 +0530 From: Amit Shah Message-ID: <20131029131245.GA5862@grmbl.mre> References: <20131004154802.GA25646@grmbl.mre> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131004154802.GA25646@grmbl.mre> Subject: Re: [Qemu-devel] [PULL v2][RESEND] char: fix segfault on chardev detach List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Paolo Bonzini , qemu list , Gerd Hoffmann On (Fri) 04 Oct 2013 [21:18:02], Amit Shah wrote: > Hi Anthony, > > Please pull to receive a fix for a segfault in the char layer. The > patches have been on the list for a week, and Gerd has reviewed them. > > (I'm overloading the virtio-serial git tree for this series, haven't > gotten around to setting up a separate tree for char yet.) > > > v2: I bungled up the git url, fixed one below. Ping? > > > The following changes since commit aaa6a40194e9f204cb853f64ef3c1e170bb014e8: > > Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging (2013-09-03 12:33:32 -0500) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git char-remove-watch-on-unplug > > for you to fetch changes up to 386a5a1e0057e220f79c48fe3689e3dfb17f1b09: > > char: remove watch callback on chardev detach from frontend (2013-09-05 18:30:36 +0530) > > > Amit Shah (3): > char: move backends' io watch tag to CharDriverState > char: use common function to disable callbacks on chardev close > char: remove watch callback on chardev detach from frontend > > include/sysemu/char.h | 1 + > qemu-char.c | 82 +++++++++++++++++++-------------------------------- > 2 files changed, 32 insertions(+), 51 deletions(-) > > Amit Amit