From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMF7C-0002Ng-0s for qemu-devel@nongnu.org; Mon, 03 Aug 2015 08:45:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMF78-0000Ii-JH for qemu-devel@nongnu.org; Mon, 03 Aug 2015 08:45:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMF78-0000IV-DD for qemu-devel@nongnu.org; Mon, 03 Aug 2015 08:45:10 -0400 From: Amit Shah Date: Mon, 3 Aug 2015 18:14:57 +0530 Message-Id: Subject: [Qemu-devel] [PULL for-2.4 0/3] Regression fix for migration on Xen List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu list Cc: Amit Shah , Peter Maydell The following changes since commit cb48f67ad8c7b33c617d4f8144a27706e69fd688: bsd-user: Fix operand to cpu_x86_exec (2015-07-30 12:38:49 +0100) are available in the git repository at: https://git.kernel.org/pub/scm/qemu/amit/migration for-2.4 for you to fetch changes up to 040f70812f1fc2523945a047982694d1ef1d9e1d: migration: Add configuration section to vmstate with xen. (2015-08-03 11:42:39 +0530) ---------------------------------------------------------------- Fixes a regression with migration for the Xen machine type ---------------------------------------------------------------- Anthony PERARD (3): migration: Fix regretion for xenfv machine. migration: Fix global state with Xen. migration: Add configuration section to vmstate with xen. hw/i386/pc_piix.c | 3 +++ include/migration/migration.h | 1 + migration/migration.c | 7 +++++++ migration/savevm.c | 6 ++++++ 4 files changed, 17 insertions(+) -- 2.4.3