qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] Bring savevm.c to the wonderful world of sys-qu


From: Juan Quintela
Subject: [Qemu-devel] [PATCH 0/3] Bring savevm.c to the wonderful world of sys-queue.h
Date: Fri, 28 Aug 2009 22:31:54 +0200

This series:
- replace first_se by a TAILQ (savevm_handlers)
- replace first_le by a LIST (loadvm_handlers)
- add LIST_FOREACH_SAFe that didn't exist before

Later, Juan.

Juan Quintela (3):
  savevm: Convert savevm handlers list to TAILQ
  Add LIST_FOREACH_SAFE() definition
  savevm: Convert loadvm handlers list to LIST

 savevm.c    |  114 +++++++++++++++++++++++++++-------------------------------
 sys-queue.h |    5 +++
 2 files changed, 58 insertions(+), 61 deletions(-)





reply via email to

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