From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxXoL-0004Ot-7l for qemu-devel@nongnu.org; Fri, 12 Jul 2013 03:30:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxXoF-0007N3-Ir for qemu-devel@nongnu.org; Fri, 12 Jul 2013 03:30:36 -0400 Received: from mail-yh0-f45.google.com ([209.85.213.45]:45633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxXoF-0007Kx-Br for qemu-devel@nongnu.org; Fri, 12 Jul 2013 03:30:31 -0400 Received: by mail-yh0-f45.google.com with SMTP id b20so3578924yha.4 for ; Fri, 12 Jul 2013 00:30:30 -0700 (PDT) From: Alexey Kardashevskiy Date: Fri, 12 Jul 2013 17:30:14 +1000 Message-Id: <1373614220-14981-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH 0/6] spapr: migration for vio, vio-lan, vio-tty, pseries, pci, ppc cpu List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Anthony Liguori , Alexey Kardashevskiy , Alexander Graf , qemu-ppc@nongnu.org, Paul Mackerras , David Gibson Here are 5 patches "reviewed by Anthony" and one patch (the last one) where I fixed comments. Could be pulled into some tree I guess. Thanks. David Gibson (6): pseries: savevm support for VIO devices pseries: savevm support for PAPR VIO logical lan pseries: savevm support for PAPR VIO logical tty pseries: savevm support for pseries machine pseries: savevm support for PCI host bridge target-ppc: Convert ppc cpu savevm to VMStateDescription hw/char/spapr_vty.c | 16 ++ hw/net/spapr_llan.c | 24 +- hw/ppc/spapr.c | 269 +++++++++++++++++++- hw/ppc/spapr_hcall.c | 8 +- hw/ppc/spapr_pci.c | 49 ++++ hw/ppc/spapr_vio.c | 20 ++ include/hw/pci-host/spapr.h | 6 +- include/hw/ppc/spapr.h | 12 +- include/hw/ppc/spapr_vio.h | 5 + target-ppc/cpu-qom.h | 4 + target-ppc/cpu.h | 8 +- target-ppc/machine.c | 580 ++++++++++++++++++++++++++++++++------------ target-ppc/translate_init.c | 2 + 13 files changed, 826 insertions(+), 177 deletions(-) -- 1.8.3.2