Anthony Liguori wrote:
Avi Kivity wrote:
hThe recent qemu merged does not allow net.h to include kvm code (due to a dependency on cpu.h). This means I had to drop the kvm_sleep_begin()/kvm_sleep_end() around the packet send (which, btw, makes the whole thing vulnerable to hotunplug; we need refcounting or locking here).

Why does net.h include cpu.h and why would net.h need kvm code?


I meant net.c -> qemu->kvm.h -> cpu.h.

The code in question is in net.c (in tap_send).

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