From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAFiR-0000jU-Jb for qemu-devel@nongnu.org; Mon, 15 May 2017 09:07:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAFiM-0000xK-G1 for qemu-devel@nongnu.org; Mon, 15 May 2017 09:07:11 -0400 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:51457 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dAFiM-0000vi-AX for qemu-devel@nongnu.org; Mon, 15 May 2017 09:07:06 -0400 Received: from pps.filterd (m0098417.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v4FD40QD059521 for ; Mon, 15 May 2017 09:07:04 -0400 Received: from e24smtp02.br.ibm.com (e24smtp02.br.ibm.com [32.104.18.86]) by mx0a-001b2d01.pphosted.com with ESMTP id 2afcnkh1mg-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 15 May 2017 09:07:04 -0400 Received: from localhost by e24smtp02.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 15 May 2017 10:07:02 -0300 From: Daniel Henrique Barboza Date: Mon, 15 May 2017 10:06:49 -0300 Message-Id: <20170515130650.22764-1-danielhb@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v9] migrate pending_events of spapr state List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, david@gibson.dropbear.id.au, mdroth@linux.vnet.ibm.com This patch was detached from the patchset: "[PATCH v9 0/6] migration/ppc: migrating DRC, ccs_list and pending_events" Because it is independent and has use outside of the scope of the pseries DRC migration patchset. Change log: v9: no changes v8: no changes v7: no changes v6: - Rebased with QEMU master after 6+ months. class and minor improvements. - Added clarifications from the previous v5 discussions in the commit messages. v5: - Rebased on David's ppc-for-2.8. v4: - Rebased on David's ppc-for-2.7. v3: - Simplify overall design followng discussion with Paolo. No longer need metadata to migrate QTAILQ. - Extend VMStateInfo instead of adding similar fields to VMStateField. v2: - Put the newly added migrating fields in subsections so that backward migration is not broken. (link: https://lists.nongnu.org/archive/html/qemu-devel/2016-05/msg04188.html) v1: - Inital version. (link: https://lists.nongnu.org/archive/html/qemu-devel/2016-04/msg02601.html) Jianjun Duan (1): migration: spapr: migrate pending_events of spapr state hw/ppc/spapr.c | 33 +++++++++++++++++++++++++++++++++ hw/ppc/spapr_events.c | 24 +++++++++++++----------- include/hw/ppc/spapr.h | 3 ++- 3 files changed, 48 insertions(+), 12 deletions(-) -- 2.9.3