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