From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMOrP-0007XH-BY for qemu-devel@nongnu.org; Sat, 08 Mar 2014 16:32:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WMOrK-0001hz-JG for qemu-devel@nongnu.org; Sat, 08 Mar 2014 16:32:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5767) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMOrK-0001hq-BK for qemu-devel@nongnu.org; Sat, 08 Mar 2014 16:32:42 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s28LWfsU003359 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 8 Mar 2014 16:32:41 -0500 From: Juan Quintela Date: Sat, 8 Mar 2014 22:32:34 +0100 Message-Id: <1394314358-19486-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PULL 0/4] migration queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit f53f3d0a00b6df39ce8dfca942608e5b6a9a4f71: Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into staging (2014-03-08 12:38:43 +0000) are available in the git repository at: git://github.com/juanquintela/qemu.git tags/migration/20140308-1 for you to fetch changes up to 464400f6a5583eafb466595add435a3a33ea980f: migration: extend section_start/end traces (2014-03-08 22:22:34 +0100) ---------------------------------------------------------------- migration/next for 20140308 ---------------------------------------------------------------- Alexey Kardashevskiy (2): vl: add system_wakeup_request tracepoint migration: extend section_start/end traces Gonglei (1): XBZRLE: Fix qemu crash when resize the xbzrle cache Markus Armbruster (1): qemu_file: Fix mismerge of "use fwrite() correctly" arch_init.c | 52 +++++++++++++++++++++++++++++++++++++++++++++++++--- qemu-file.c | 2 +- savevm.c | 12 ++++++------ trace-events | 5 +++-- vl.c | 2 ++ 5 files changed, 61 insertions(+), 12 deletions(-)