From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkRM7-00078a-Qf for qemu-devel@nongnu.org; Wed, 05 Jun 2013 23:59:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UkRM6-0007zc-Vq for qemu-devel@nongnu.org; Wed, 05 Jun 2013 23:59:19 -0400 Received: from mail-ie0-x22f.google.com ([2607:f8b0:4001:c03::22f]:63260) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UkRM6-0007zL-Qh for qemu-devel@nongnu.org; Wed, 05 Jun 2013 23:59:18 -0400 Received: by mail-ie0-f175.google.com with SMTP id a11so5673466iee.6 for ; Wed, 05 Jun 2013 20:59:17 -0700 (PDT) From: Alexey Kardashevskiy Date: Thu, 6 Jun 2013 13:59:04 +1000 Message-Id: <1370491146-10778-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH 0/2] header update request List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: Alexey Kardashevskiy , qemu-devel@nongnu.org, Alexander Graf , qemu-trivial@nongnu.org, qemu-ppc@nongnu.org, Scott Wood We need new headers for live migration and in-kernel interrupt controller support. However just copying new headers breaks PPC so dummy kvm_arch_init_irq_routing() is required as well. Alexey Kardashevskiy (1): linux-headers: Update to v3.10-rc4 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 | 55 +++++++++++++++++++++++ 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-ppc/kvm.c | 4 ++ 9 files changed, 220 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