Re: [Qemu-devel] [PATCH v2] char: restore read callback on a reattached (hotplug) chardev

2013-12-11 Thread Eric Blake
On 12/11/2013 02:47 AM, Gal Hammer wrote: > 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 transfter from the s/transfter/transferred/ > host to t

Re: [Qemu-devel] [PATCH v2] char: restore read callback on a reattached (hotplug) chardev

2013-12-11 Thread Paolo Bonzini
Il 11/12/2013 10:47, Gal Hammer ha scritto: > 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 transfter from the > host to the guest via the virtio-s

[Qemu-devel] [PATCH v2] char: restore read callback on a reattached (hotplug) chardev

2013-12-11 Thread Gal Hammer
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 transfter from the host to the guest via the virtio-serial port. https://bugzilla.redhat.com/show_bug.cg