From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjChv-000301-1d for qemu-devel@nongnu.org; Tue, 19 Jul 2011 11:59:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjChs-0003ST-2r for qemu-devel@nongnu.org; Tue, 19 Jul 2011 11:59:38 -0400 Received: from mail-gy0-f173.google.com ([209.85.160.173]:57880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjChr-0003QI-IW for qemu-devel@nongnu.org; Tue, 19 Jul 2011 11:59:35 -0400 Received: by mail-gy0-f173.google.com with SMTP id 2so2060342gyf.4 for ; Tue, 19 Jul 2011 08:59:35 -0700 (PDT) Message-ID: <4E25A9E4.7050805@codemonkey.ws> Date: Tue, 19 Jul 2011 10:59:32 -0500 From: Anthony Liguori MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] virtio-serial: trace events, trivial fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Amit Shah Cc: qemu list On 07/07/2011 08:13 AM, Amit Shah wrote: > Hello, > > This series adds some trace events to virtio-serial-bus.c and > virtio-console.c. There's also one trivial patch to remove a trailing > \n from an error_report() string. > > Note: some mirrors may not yet have received the update. Pulled. Thanks. Regards, Anthony Liguori > > > The following changes since commit 9312805d33e8b106bae356d13a8071fb37d75554: > > pxa2xx_lcd: add proper rotation support (2011-07-04 22:12:21 +0200) > > are available in the git repository at: > git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git for-anthony > > > Amit Shah (3): > virtio-serial-bus: Add trace events > virtio-console: Add some trace events > virtio-serial-bus: Fix trailing \n in error_report string > > hw/virtio-console.c | 9 ++++++++- > hw/virtio-serial-bus.c | 9 ++++++++- > trace-events | 11 +++++++++++ > 3 files changed, 27 insertions(+), 2 deletions(-) >