Actions
action #921
closedopenqa: use IO::Select
Description
there are two places in backend/qemu.pm that call sysread() on a blocking socket. There seems to be a condition that makes them lock up. Rewrite to use IO::Select there as well.
Actions