Il 01/07/2012 13:06, Alexey Kardashevskiy ha scritto: > Doing MSI init stuff, QEMU-VFIO calls the same event_notifier_init() > (returns recycled fd=XX what is correct but confuses) and > qemu_set_fd_handler() which adds a handler but select() does not pick > it up.
This sounds like a missing qemu_notify_event(). There was a recent thread on a similar problem with block/iscsi.c. Paolo