From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VGo57-0000eh-7I for mharc-qemu-trivial@gnu.org; Tue, 03 Sep 2013 06:43:33 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54009) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGo4z-0000V9-OE for qemu-trivial@nongnu.org; Tue, 03 Sep 2013 06:43:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGo4t-000744-Ik for qemu-trivial@nongnu.org; Tue, 03 Sep 2013 06:43:25 -0400 Received: from thoth.sbs.de ([192.35.17.2]:33873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGo4g-00071C-RJ; Tue, 03 Sep 2013 06:43:07 -0400 Received: from mail1.siemens.de (localhost [127.0.0.1]) by thoth.sbs.de (8.13.6/8.13.6) with ESMTP id r83Ah274011466; Tue, 3 Sep 2013 12:43:02 +0200 Received: from mchn199C.mchp.siemens.de ([139.25.40.156]) by mail1.siemens.de (8.13.6/8.13.6) with ESMTP id r83Ah0ft027005; Tue, 3 Sep 2013 12:43:00 +0200 Message-ID: <5225BD32.8030001@siemens.com> Date: Tue, 03 Sep 2013 12:42:58 +0200 From: Jan Kiszka User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: Alexey Kardashevskiy References: <1378196857-27541-1-git-send-email-aik@ozlabs.ru> <5225AC9A.2090601@ozlabs.ru> In-Reply-To: <5225AC9A.2090601@ozlabs.ru> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 192.35.17.2 Cc: Peter Maydell , kvm-devel , Gleb Natapov , QEMU Trivial , Michael Tokarev , QEMU Developers , Paolo Bonzini Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] linux-headers: update to 3.11 X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 10:43:32 -0000 On 2013-09-03 11:32, Alexey Kardashevskiy wrote: > On 09/03/2013 07:29 PM, Peter Maydell wrote: >> On 3 September 2013 09:27, Alexey Kardashevskiy wrote: >>> Signed-off-by: Alexey Kardashevskiy >>> --- >>> >>> I need this update as VFIO on PPC64/pseries got in upstream kernel >>> and this is required by VFIO-SPAPR bits in QEMU. Others may find this >>> update useful too :) >>> --- >>> linux-headers/asm-arm64/kvm.h | 168 ++++++++++++++++++++++++++++++++++++ >>> linux-headers/asm-arm64/kvm_para.h | 1 + >>> linux-headers/asm-mips/kvm.h | 81 +++++++++-------- >>> linux-headers/linux/kvm.h | 3 + >>> linux-headers/linux/vfio.h | 42 ++++++++- >>> linux-headers/linux/virtio_config.h | 3 + >>> 6 files changed, 254 insertions(+), 44 deletions(-) >>> create mode 100644 linux-headers/asm-arm64/kvm.h >>> create mode 100644 linux-headers/asm-arm64/kvm_para.h >> >> I think this should go in via the KVM tree, not trivial. > > I do not mind, it just went through the trivial tree last time, that's it. This shouldn't be routed through trivial in general as things broke too often in this area. Jan -- Siemens AG, Corporate Technology, CT RTC ITP SES-DE Corporate Competence Center Embedded Linux From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: Re: [Qemu-devel] [PATCH] linux-headers: update to 3.11 Date: Tue, 03 Sep 2013 12:42:58 +0200 Message-ID: <5225BD32.8030001@siemens.com> References: <1378196857-27541-1-git-send-email-aik@ozlabs.ru> <5225AC9A.2090601@ozlabs.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Cc: Peter Maydell , QEMU Developers , QEMU Trivial , Michael Tokarev , Gleb Natapov , Paolo Bonzini , kvm-devel To: Alexey Kardashevskiy Return-path: Received: from thoth.sbs.de ([192.35.17.2]:31509 "EHLO thoth.sbs.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932539Ab3ICKnY (ORCPT ); Tue, 3 Sep 2013 06:43:24 -0400 In-Reply-To: <5225AC9A.2090601@ozlabs.ru> Sender: kvm-owner@vger.kernel.org List-ID: On 2013-09-03 11:32, Alexey Kardashevskiy wrote: > On 09/03/2013 07:29 PM, Peter Maydell wrote: >> On 3 September 2013 09:27, Alexey Kardashevskiy wrote: >>> Signed-off-by: Alexey Kardashevskiy >>> --- >>> >>> I need this update as VFIO on PPC64/pseries got in upstream kernel >>> and this is required by VFIO-SPAPR bits in QEMU. Others may find this >>> update useful too :) >>> --- >>> linux-headers/asm-arm64/kvm.h | 168 ++++++++++++++++++++++++++++++++++++ >>> linux-headers/asm-arm64/kvm_para.h | 1 + >>> linux-headers/asm-mips/kvm.h | 81 +++++++++-------- >>> linux-headers/linux/kvm.h | 3 + >>> linux-headers/linux/vfio.h | 42 ++++++++- >>> linux-headers/linux/virtio_config.h | 3 + >>> 6 files changed, 254 insertions(+), 44 deletions(-) >>> create mode 100644 linux-headers/asm-arm64/kvm.h >>> create mode 100644 linux-headers/asm-arm64/kvm_para.h >> >> I think this should go in via the KVM tree, not trivial. > > I do not mind, it just went through the trivial tree last time, that's it. This shouldn't be routed through trivial in general as things broke too often in this area. Jan -- Siemens AG, Corporate Technology, CT RTC ITP SES-DE Corporate Competence Center Embedded Linux From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VGo4n-0000Jn-DF for qemu-devel@nongnu.org; Tue, 03 Sep 2013 06:43:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VGo4h-00071i-4q for qemu-devel@nongnu.org; Tue, 03 Sep 2013 06:43:13 -0400 Message-ID: <5225BD32.8030001@siemens.com> Date: Tue, 03 Sep 2013 12:42:58 +0200 From: Jan Kiszka MIME-Version: 1.0 References: <1378196857-27541-1-git-send-email-aik@ozlabs.ru> <5225AC9A.2090601@ozlabs.ru> In-Reply-To: <5225AC9A.2090601@ozlabs.ru> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] linux-headers: update to 3.11 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: Peter Maydell , kvm-devel , Gleb Natapov , QEMU Trivial , Michael Tokarev , QEMU Developers , Paolo Bonzini On 2013-09-03 11:32, Alexey Kardashevskiy wrote: > On 09/03/2013 07:29 PM, Peter Maydell wrote: >> On 3 September 2013 09:27, Alexey Kardashevskiy wrote: >>> Signed-off-by: Alexey Kardashevskiy >>> --- >>> >>> I need this update as VFIO on PPC64/pseries got in upstream kernel >>> and this is required by VFIO-SPAPR bits in QEMU. Others may find this >>> update useful too :) >>> --- >>> linux-headers/asm-arm64/kvm.h | 168 ++++++++++++++++++++++++++++++++++++ >>> linux-headers/asm-arm64/kvm_para.h | 1 + >>> linux-headers/asm-mips/kvm.h | 81 +++++++++-------- >>> linux-headers/linux/kvm.h | 3 + >>> linux-headers/linux/vfio.h | 42 ++++++++- >>> linux-headers/linux/virtio_config.h | 3 + >>> 6 files changed, 254 insertions(+), 44 deletions(-) >>> create mode 100644 linux-headers/asm-arm64/kvm.h >>> create mode 100644 linux-headers/asm-arm64/kvm_para.h >> >> I think this should go in via the KVM tree, not trivial. > > I do not mind, it just went through the trivial tree last time, that's it. This shouldn't be routed through trivial in general as things broke too often in this area. Jan -- Siemens AG, Corporate Technology, CT RTC ITP SES-DE Corporate Competence Center Embedded Linux