From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPq6n-0000jJ-AW for qemu-devel@nongnu.org; Thu, 13 Aug 2015 06:51:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPq6j-0000PD-Rx for qemu-devel@nongnu.org; Thu, 13 Aug 2015 06:51:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50433) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPq6j-0000Od-Nh for qemu-devel@nongnu.org; Thu, 13 Aug 2015 06:51:37 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id BF5F818DF5C for ; Thu, 13 Aug 2015 10:51:36 +0000 (UTC) From: "Dr. David Alan Gilbert (git)" Date: Thu, 13 Aug 2015 11:51:29 +0100 Message-Id: <1439463094-5394-1-git-send-email-dgilbert@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] Migration cleanups List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: amit.shah@redhat.com, quintela@redhat.com From: "Dr. David Alan Gilbert" This series is a set of small cleanups, some of which are from my postcopy series. Dave Dr. David Alan Gilbert (5): migration/ram.c: Use RAMBlock rather than MemoryRegion Split out end of migration code from migration_thread Init page sizes in qtest migration: size_t'ify some of qemu-file migration: qemu-file more size_t'ifying include/migration/qemu-file.h | 18 +++++------ migration/migration.c | 75 +++++++++++++++++++++++++++---------------- migration/qemu-file-buf.c | 7 ++-- migration/qemu-file-stdio.c | 11 ++++--- migration/qemu-file-unix.c | 6 ++-- migration/qemu-file.c | 22 ++++++------- migration/ram.c | 26 +++++++-------- migration/rdma.c | 13 ++++---- migration/savevm.c | 7 ++-- qtest.c | 1 + trace-events | 4 ++- 11 files changed, 107 insertions(+), 83 deletions(-) -- 2.4.3