mbox

[PULL] virtio-serial: trace events, trivial fix

Message ID cover.1310044223.git.amit.shah@redhat.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git for-anthony

Message

Amit Shah July 7, 2011, 1:13 p.m. UTC
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(-)

Comments

Anthony Liguori July 19, 2011, 3:59 p.m. UTC | #1
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(-)
>