From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53635) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmfSU-0003Ig-Ot for qemu-devel@nongnu.org; Wed, 12 Jun 2013 03:27:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UmfST-0001Mr-QG for qemu-devel@nongnu.org; Wed, 12 Jun 2013 03:27:06 -0400 Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]:43256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UmfST-0001LL-J8 for qemu-devel@nongnu.org; Wed, 12 Jun 2013 03:27:05 -0400 Received: by mail-pa0-f52.google.com with SMTP id kq13so3320309pab.39 for ; Wed, 12 Jun 2013 00:27:04 -0700 (PDT) From: Alexey Kardashevskiy Date: Wed, 12 Jun 2013 17:26:51 +1000 Message-Id: <1371022015-7576-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH 0/4 v2] header update request List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , qemu-trivial@nongnu.org, qemu-ppc@nongnu.org, Alexander Graf We need new headers for live migration and in-kernel interrupt controller support. However just copying new headers breaks at least PPC so dummy kvm_arch_init_irq_routing() is required as well. Changes since v1: * added dummy functions for ARM and S390 as they are supposed to get broken after the headers update; * now headers are from v3.10-rc5 (the previous try was for rc4). Alexey Kardashevskiy (3): KVM: ARM: Add dummy kvm_arch_init_irq_routing() KVM: S390: Add dummy kvm_arch_init_irq_routing() linux-headers: Update to v3.10-rc5 Scott Wood (1): KVM: PPC: Add dummy kvm_arch_init_irq_routing() linux-headers/asm-arm/kvm.h | 12 ++-- linux-headers/asm-mips/kvm.h | 138 +++++++++++++++++++++++++++++++++++++ linux-headers/asm-mips/kvm_para.h | 1 + linux-headers/asm-powerpc/kvm.h | 89 ++++++++++++++++++++++++ linux-headers/asm-x86/kvm.h | 1 - linux-headers/linux/kvm.h | 42 +++++++++-- linux-headers/linux/vfio.h | 1 + linux-headers/linux/vhost.h | 28 ++++++++ target-arm/kvm.c | 4 ++ target-ppc/kvm.c | 4 ++ target-s390x/kvm.c | 4 ++ 11 files changed, 311 insertions(+), 13 deletions(-) create mode 100644 linux-headers/asm-mips/kvm.h create mode 100644 linux-headers/asm-mips/kvm_para.h -- 1.7.10.4