mbox

[PULL] virtio-serial: guest_connected transition fixes

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

Pull-request

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

Message

Amit Shah April 26, 2012, 7:22 a.m. UTC
Hi,

These patches fix guest_connected being always on for all ports by
default due to checking of guest features before the guest had a
chance to go up and set its features.

The 2nd patch resets the guest_connected bit on guest driver reset,
which wasn't done till now.

Please pull.


The following changes since commit 3c30dd5a68e9fee6af67cfd0d14ed7520820f36a:

  target-arm: Move reset handling to arm_cpu_reset (2012-04-21 18:13:22 +0000)

are available in the git repository at:
  git://git.kernel.org/pub/scm/virt/qemu/amit/virtio-serial.git master


Alon Levy (1):
  virtio-serial-bus: fix guest_connected init before driver init

Amit Shah (1):
  virtio-serial-bus: Unset guest_connected at reset and driver reset

 hw/virtio-serial-bus.c |   57 +++++++++++++++++++++++++++++++++++++++++------
 1 files changed, 49 insertions(+), 8 deletions(-)