qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/6] block-migration: Various cleanups


From: Pierre Riteau
Subject: [Qemu-devel] [PATCH 0/6] block-migration: Various cleanups
Date: Thu, 26 Nov 2009 19:44:00 +0100

Hi,
While reading the block migration code I couldn't resist cleaning it up.
Among other things I replaced the lists by simple queues from NetBSD
(it can probably be useful for other subsystems).

 block-migration.c |  486 ++++++++++++++++++++++-------------------------------
 block-migration.h |    4 +-
 qemu-queue.h      |  109 ++++++++++++-
 savevm.c          |   41 +++---
 4 files changed, 332 insertions(+), 308 deletions(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]