Clemens Kolbitsch wrote:
hi!
my virtual device inside qemu (a pci device) is listening for socket-(tcp)-connections.

however, accept() always fails (code works fine if not executed inside the qemu-process)... now i'm wondering if qemu interferes somehow...

is that possible?

frustrated.... *gg*

ok.... i found an answer to it.

obviously, qemu has to handle interrupt-signals (e.g. from its client-os). this interrupts accepting connections.

very bad for me, but at least a logical reason :-/


Reply via email to