qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/1] virtio-serial: make flow-control logic explicit


From: Amit Shah
Subject: [Qemu-devel] [PATCH 0/1] virtio-serial: make flow-control logic explicit
Date: Tue, 26 Feb 2013 11:43:49 +0530

Hi,

This is an add-on patch to the series Anthony posted introducing flow
control for chardevs.

The previous logic relied on a <= nr_bytes return to the 'write'
function, which indicated a short write, triggering flow control in
the virtio-serial-bus code.  This change explicitly asks the
virtio-serial-bus code to enable flow control for a particular port.

All patches are at

https://git.kernel.org/?p=virt/qemu/amit/virtio-serial.git

Amit Shah (1):
  virtio-serial: make flow control explicit in virtio-console

 hw/virtio-console.c    | 17 +++++++++--------
 hw/virtio-serial-bus.c | 19 +------------------
 2 files changed, 10 insertions(+), 26 deletions(-)

-- 
1.8.1.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]