qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] ac1b84: char: restore read callback on a reat


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] ac1b84: char: restore read callback on a reattached (hotpl...
Date: Thu, 13 Mar 2014 11:30:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: ac1b84dd1e020648db82a99260891aa982d1142c
      
https://github.com/qemu/qemu/commit/ac1b84dd1e020648db82a99260891aa982d1142c
  Author: Gal Hammer <address@hidden>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M qemu-char.c

  Log Message:
  -----------
  char: restore read callback on a reattached (hotplug) chardev

Fix a bug that was introduced in commit 386a5a1e. A removal of a device
set the chr handlers to NULL. However when the device is plugged back,
its read callback is not restored so data can't be transferred from the
host to the guest (e.g. via the virtio-serial port).

https://bugzilla.redhat.com/show_bug.cgi?id=1027181

Signed-off-by: Gal Hammer <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 4a9a1f49c58fb0cbdd17ad3de2cc682aad3230b8
      
https://github.com/qemu/qemu/commit/4a9a1f49c58fb0cbdd17ad3de2cc682aad3230b8
  Author: Peter Maydell <address@hidden>
  Date:   2014-03-13 (Thu, 13 Mar 2014)

  Changed paths:
    M qemu-char.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-chardev-1' into staging

char: restore read callback on a reattached (hotplug) chardev

# gpg: Signature made Thu 13 Mar 2014 10:29:34 GMT using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/kraxel/tags/pull-chardev-1:
  char: restore read callback on a reattached (hotplug) chardev

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/57fac92c2d44...4a9a1f49c58f

reply via email to

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