qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V4] char: restore read callback on a reattached


From: Gal Hammer
Subject: Re: [Qemu-devel] [PATCH V4] char: restore read callback on a reattached (hotplug) chardev
Date: Wed, 18 Dec 2013 16:14:41 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 18/12/2013 07:35, Amit Shah wrote:

As far as I could tell the pty backend doesn't suffer from this
issue. That's why I didn't change anything there.

pty_chr_update_read_handler() calls pty_chr_state(), which calls
remove_fd_in_watch().

Yes, but the pty_chr_update_read_handler() isn't called on device removal so remove_fd_in_watch() is not executed.

However I did find that there was a problem in the pty backend that I missed and I'll post an updated patch.

Thanks,

    Gal.





reply via email to

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