From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLeWN-0005xn-1X for qemu-devel@nongnu.org; Thu, 06 Mar 2014 15:04:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLeWH-0005Bi-1V for qemu-devel@nongnu.org; Thu, 06 Mar 2014 15:03:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLeWG-0005Bd-KL for qemu-devel@nongnu.org; Thu, 06 Mar 2014 15:03:52 -0500 From: Amit Shah Date: Fri, 7 Mar 2014 01:33:34 +0530 Message-Id: Subject: [Qemu-devel] [PULL] migration patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela Cc: aik@ozlabs.ru, Amit Shah , qemu list , Markus Armbruster Hi Juan, Here's a compilation of migration-related patches from the list that I've reviewed. For the first patch, I picked Markus's over yours, just because it's been on the list longer. The following changes since commit 9fbee91a131a05e443d7108d7fbdf3ca91020290: Merge remote-tracking branch 'remotes/kvm/uq/master' into staging (2014-02-27 16:00:31 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git for-quintela for you to fetch changes up to 6bb5d0981b1331df2150ae48ed9fabafea33d1d2: migration: add more traces (2014-03-07 01:23:50 +0530) ---------------------------------------------------------------- Alexey Kardashevskiy (3): vl: add system_wakeup_request tracepoint migration: extend section_start/end traces migration: add more traces Markus Armbruster (1): qemu_file: Fix mismerge of "use fwrite() correctly" migration.c | 30 ++++++------------------------ qemu-file.c | 4 +++- savevm.c | 22 ++++++++++++++++------ trace-events | 21 +++++++++++++++++++-- vl.c | 2 ++ vmstate.c | 2 ++ 6 files changed, 48 insertions(+), 33 deletions(-) -- 1.8.5.3