From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:40755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeoP4-0001DV-RH for qemu-devel@nongnu.org; Thu, 07 Jul 2011 09:14:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QeoP3-00062r-KF for qemu-devel@nongnu.org; Thu, 07 Jul 2011 09:14:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:25172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QeoP3-00062n-3k for qemu-devel@nongnu.org; Thu, 07 Jul 2011 09:14:01 -0400 From: Amit Shah Date: Thu, 7 Jul 2011 18:43:48 +0530 Message-Id: Subject: [Qemu-devel] [PULL] virtio-serial: trace events, trivial fix List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Amit Shah , qemu list 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. 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(-) -- 1.7.5.4