From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj9vM-0001rO-AR for qemu-devel@nongnu.org; Tue, 19 Jul 2011 09:01:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qj9vK-0005QZ-Ff for qemu-devel@nongnu.org; Tue, 19 Jul 2011 09:01:19 -0400 Received: from mail-gw0-f45.google.com ([74.125.83.45]:39656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj9vJ-0005Pw-DS for qemu-devel@nongnu.org; Tue, 19 Jul 2011 09:01:17 -0400 Received: by gwb19 with SMTP id 19so1965002gwb.4 for ; Tue, 19 Jul 2011 06:01:16 -0700 (PDT) Message-ID: <4E25801A.6080905@codemonkey.ws> Date: Tue, 19 Jul 2011 08:01:14 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <20110719080040.GC29759@amit-x200.redhat.com> In-Reply-To: <20110719080040.GC29759@amit-x200.redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] virtio-serial: Fixes, trace points List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: qemu list On 07/19/2011 03:00 AM, Amit Shah wrote: > 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 Pulled. Thanks. Regards, Anthony Liguori > > 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 > >