From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVhUM-00079p-G9 for qemu-devel@nongnu.org; Thu, 03 Apr 2014 09:15:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WVhU1-00020H-1d for qemu-devel@nongnu.org; Thu, 03 Apr 2014 09:15:26 -0400 Received: from e23smtp09.au.ibm.com ([202.81.31.142]:34096) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WVhTz-0001r1-Ty for qemu-devel@nongnu.org; Thu, 03 Apr 2014 09:15:04 -0400 Received: from /spool/local by e23smtp09.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 3 Apr 2014 23:15:00 +1000 From: Alexey Kardashevskiy Date: Fri, 4 Apr 2014 00:14:47 +1100 Message-Id: <1396530891-6352-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH 0/4] power7/8 migration patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , qemu-ppc@nongnu.org, Alexander Graf The first patch is in Paolo's "kvm/next", others are new. They are independend but may not apply if to change their order. Please comment. Thanks. Alexey Kardashevskiy (4): kvm: Add set_one_reg/get_one_reg helpers spapr: Enable DABRX special register KVM: PPC: Support POWER8 registers spapr: Add support for time base offset migration hw/ppc/ppc.c | 120 ++++++++++++++++++++++++++++++++++++++++++++ hw/ppc/spapr.c | 4 +- include/hw/ppc/spapr.h | 2 + include/sysemu/kvm.h | 21 ++++++++ kvm-all.c | 18 +++++++ target-ppc/cpu-qom.h | 16 ++++++ target-ppc/cpu.h | 18 +++++++ target-ppc/kvm.c | 43 ++++++++++++++++ target-ppc/machine.c | 38 +++++++++++++- target-ppc/translate_init.c | 28 ++++++++--- trace-events | 3 ++ 11 files changed, 301 insertions(+), 10 deletions(-) -- 1.8.4.rc4