From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:51781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj5EV-0008Kl-Hr for qemu-devel@nongnu.org; Tue, 19 Jul 2011 04:00:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qj5ET-0005jQ-W2 for qemu-devel@nongnu.org; Tue, 19 Jul 2011 04:00:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60828) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj5ET-0005jF-Nb for qemu-devel@nongnu.org; Tue, 19 Jul 2011 04:00:45 -0400 Date: Tue, 19 Jul 2011 13:30:40 +0530 From: Amit Shah Message-ID: <20110719080040.GC29759@amit-x200.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] virtio-serial: Fixes, trace points List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu list Hi Anthony, Please pull for trace points for virtio-serial/console code and a fix for a host process closing chardev connection causing an abort(). The following changes since commit 89b9ba661bd2d6155308f895ec075d813f0e129b: Fix signal handling of SIG_IPI when io-thread is enabled (2011-07-16 19:43:00 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/qemu/amit/virtio-serial.git for-anthony Amit Shah (4): virtio-serial-bus: Add trace events virtio-console: Add some trace events virtio-serial-bus: Fix trailing \n in error_report string virtio-console: Prevent abort()s in case of host chardev close hw/virtio-console.c | 25 +++++++++++++++++++++++-- hw/virtio-serial-bus.c | 9 ++++++++- trace-events | 11 +++++++++++ 3 files changed, 42 insertions(+), 3 deletions(-) Amit