From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mh89W-0004Lb-8z for qemu-devel@nongnu.org; Fri, 28 Aug 2009 16:34:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mh89R-0004JA-F8 for qemu-devel@nongnu.org; Fri, 28 Aug 2009 16:34:29 -0400 Received: from [199.232.76.173] (port=37084 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mh89R-0004J3-9q for qemu-devel@nongnu.org; Fri, 28 Aug 2009 16:34:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18611) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mh89Q-0005h6-Rp for qemu-devel@nongnu.org; Fri, 28 Aug 2009 16:34:25 -0400 From: Juan Quintela Date: Fri, 28 Aug 2009 22:31:54 +0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/3] Bring savevm.c to the wonderful world of sys-queue.h List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: aliguori@us.ibm.com 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(-)