qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCHv2 0/2] migration: stop dma while VM is stopped
@ 2010-11-04 18:04 Michael S. Tsirkin
  2010-11-04 18:06 ` [Qemu-devel] [PATCHv2 1/2] char: separate device and system fd handlers Michael S. Tsirkin
  2010-11-04 18:06 ` [Qemu-devel] [PATCHv2 2/2] tap: mark fd handler as device Michael S. Tsirkin
  0 siblings, 2 replies; 15+ messages in thread
From: Michael S. Tsirkin @ 2010-11-04 18:04 UTC (permalink / raw)
  To: Anthony Liguori, qemu-devel

Here's a patch that's much smaller: instead of trying
to solve the whole problem, it fixes the specific
bug I observe, that of net device traffic when vm is stopped
confusing the bridge.

We can then slowly convert all other devices that need to be
stopped on vmstop to this API.

Comments?

Michael S. Tsirkin (2):
  char: separate device and system fd handlers
  tap: mark fd handler as device

 hw/vhost_net.c |    2 +-
 net/tap.c      |    3 +-
 qemu-char.h    |    6 ++-
 qemu-kvm.c     |    2 +-
 qemu-tool.c    |   10 +++++
 vl.c           |  117 ++++++++++++++++++++++++++++++++++++-------------------
 6 files changed, 95 insertions(+), 45 deletions(-)

-- 
1.7.3.2.91.g446ac

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

end of thread, other threads:[~2010-11-16 10:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-04 18:04 [Qemu-devel] [PATCHv2 0/2] migration: stop dma while VM is stopped Michael S. Tsirkin
2010-11-04 18:06 ` [Qemu-devel] [PATCHv2 1/2] char: separate device and system fd handlers Michael S. Tsirkin
2010-11-16 10:24   ` [Qemu-devel] " Juan Quintela
2010-11-04 18:06 ` [Qemu-devel] [PATCHv2 2/2] tap: mark fd handler as device Michael S. Tsirkin
2010-11-15 14:52   ` [Qemu-devel] " Juan Quintela
2010-11-15 14:55     ` Anthony Liguori
2010-11-15 15:18       ` Michael S. Tsirkin
2010-11-15 16:09         ` Anthony Liguori
2010-11-15 20:26           ` Michael S. Tsirkin
2010-11-15 20:37             ` Anthony Liguori
2010-11-15 20:53           ` Stefan Hajnoczi
2010-11-15 21:05             ` Anthony Liguori
2010-11-15 22:44               ` Michael S. Tsirkin
2010-11-15 23:46                 ` Anthony Liguori
2010-11-15 15:21     ` Michael S. Tsirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).