public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* Loss of lock drop in qemu/net.c
@ 2008-12-16 19:38 Avi Kivity
  2008-12-16 20:25 ` Anthony Liguori
  2008-12-17  9:19 ` Mark McLoughlin
  0 siblings, 2 replies; 5+ messages in thread
From: Avi Kivity @ 2008-12-16 19:38 UTC (permalink / raw)
  To: Mark McLoughlin, Anthony Liguori; +Cc: kvm-devel

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

We'll need to find some way to put this back in.

-- 
I have a truly marvellous patch that fixes the bug which this
signature is too narrow to contain.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-12-17  9:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-16 19:38 Loss of lock drop in qemu/net.c Avi Kivity
2008-12-16 20:25 ` Anthony Liguori
2008-12-17  9:38   ` Avi Kivity
2008-12-17  9:19 ` Mark McLoughlin
2008-12-17  9:39   ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox