Re: qemu_set_fd_handler callback is delayed

2020-01-02 Thread Stefan Hajnoczi
On Mon, Dec 30, 2019 at 06:21:27PM +, Eltahawy, Mahmoud wrote: > I am new to QEMU and I am using qemu-3.0.1, I noticed a strange behavior for > qemu_set_fd_handler that the callback for reading from a file descriptor is > delayed then expected while the file descriptor(socket) has a data to r

qemu_set_fd_handler callback is delayed

2019-12-30 Thread Eltahawy, Mahmoud
Hi, I am new to QEMU and I am using qemu-3.0.1, I noticed a strange behavior for qemu_set_fd_handler that the callback for reading from a file descriptor is delayed then expected while the file descriptor(socket) has a data to read. I register a callback for reading from a socket using qemu_set