Mark McLoughlin wrote:
This allows the guest vcpu thread to exit while the I/O thread is
churning away.

+ kvm_sleep_begin();

What if the nic is hot-unplugged here?

        len += qemu_sendv_packet(n->vc, out_sg, out_num);

n is freed, no?

+       kvm_sleep_end();


--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to