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
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