From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLy2x-0003P6-UN for qemu-devel@nongnu.org; Fri, 07 Mar 2014 11:55:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLy2r-0005DX-BX for qemu-devel@nongnu.org; Fri, 07 Mar 2014 11:54:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:19803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLy2r-0005D7-3R for qemu-devel@nongnu.org; Fri, 07 Mar 2014 11:54:49 -0500 Date: Fri, 7 Mar 2014 22:24:34 +0530 From: Amit Shah Message-ID: <20140307165434.GA26075@grmbl.mre> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PULL] migration patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Markus Armbruster , qemu list , Juan Quintela Hi, These are some patches that have received reviews and have been on the list. Please pick them up. The following changes since commit 4c288acbd6b9eccb13076103e59a426af3d15030: configure: Always build with -fno-common (2014-03-06 21:26:44 +0000) are available in the git repository at: git://git.kernel.org/pub/scm/virt/qemu/amit/migration.git updates for you to fetch changes up to ceb18752ce5671ff9307777f7746ba292cf66827: migration: add more traces (2014-03-07 17:52:18 +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(-) Amit