All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Auger <eric.auger@linaro.org>
To: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: peter.crosthwaite@xilinx.com, eric.auger@st.com,
	patches@linaro.org, qemu-devel@nongnu.org,
	borntraeger@de.ibm.com, alex.williamson@redhat.com,
	pbonzini@redhat.com, kvmarm@lists.cs.columbia.edu
Subject: Re: [PATCH v14 01/10] linux-headers: update headers according to 4.1-rc1
Date: Wed, 29 Apr 2015 17:28:25 +0200	[thread overview]
Message-ID: <5540F899.6050700@linaro.org> (raw)
In-Reply-To: <20150429171920.5cbfb7c7.cornelia.huck@de.ibm.com>

On 04/29/2015 05:19 PM, Cornelia Huck wrote:
> On Wed, 29 Apr 2015 15:51:58 +0100
> Eric Auger <eric.auger@linaro.org> wrote:
> 
>> This updates linux-headers against master 4.1-rc1 (commit
>> b787f68c36d49bb1d9236f403813641efa74a031).
>>
>> This includes, among other things, VFIO platform driver and
>> irqfd/arm.
>>
>> Signed-off-by: Eric Auger <eric.auger@linaro.org>
>>
>> ---
>> v13 -> v14:
>> - update to precise 4.1-rc1, precise the commit and change the title
>>
>> v12 -> v13:
>> - update for 4.1-rc0 headers
>>
>> v10 -> v11:
>> - only includes header modifications related to vfio platform
>>   driver v14 and not those related to
>>   "vfio: type1: support for ARM SMMUS with VFIO_IOMMU_TYPE1"
>>
>> Signed-off-by: Eric Auger <eric.auger@linaro.org>
>> ---
>>  include/standard-headers/linux/virtio_balloon.h |  28 +++-
>>  include/standard-headers/linux/virtio_blk.h     |   8 +-
>>  include/standard-headers/linux/virtio_ids.h     |   1 +
>>  linux-headers/asm-arm/kvm.h                     |   9 +-
>>  linux-headers/asm-arm64/kvm.h                   |   9 +-
>>  linux-headers/asm-mips/kvm.h                    | 164 +++++++++++++++---------
>>  linux-headers/asm-s390/kvm.h                    |   4 +
>>  linux-headers/asm-x86/hyperv.h                  |   2 +
>>  linux-headers/linux/kvm.h                       |  66 +++++++++-
>>  linux-headers/linux/vfio.h                      |   2 +
>>  10 files changed, 223 insertions(+), 70 deletions(-)
> 
> Not trying to be a pain, but have you figured out why the virtio-input
> header is missing for you?
Yep sorry I need to clean my untracked files in my git :-(

Eric
> 

WARNING: multiple messages have this Message-ID (diff)
From: Eric Auger <eric.auger@linaro.org>
To: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: b.reynal@virtualopensystems.com, peter.maydell@linaro.org,
	peter.crosthwaite@xilinx.com, eric.auger@st.com,
	vikrams@codeaurora.org, patches@linaro.org,
	qemu-devel@nongnu.org, agraf@suse.de,
	Bharat.Bhushan@freescale.com, borntraeger@de.ibm.com,
	alex.williamson@redhat.com, pbonzini@redhat.com,
	alex.bennee@linaro.org, kvmarm@lists.cs.columbia.edu,
	christoffer.dall@linaro.org
Subject: Re: [Qemu-devel] [PATCH v14 01/10] linux-headers: update headers according to 4.1-rc1
Date: Wed, 29 Apr 2015 17:28:25 +0200	[thread overview]
Message-ID: <5540F899.6050700@linaro.org> (raw)
In-Reply-To: <20150429171920.5cbfb7c7.cornelia.huck@de.ibm.com>

On 04/29/2015 05:19 PM, Cornelia Huck wrote:
> On Wed, 29 Apr 2015 15:51:58 +0100
> Eric Auger <eric.auger@linaro.org> wrote:
> 
>> This updates linux-headers against master 4.1-rc1 (commit
>> b787f68c36d49bb1d9236f403813641efa74a031).
>>
>> This includes, among other things, VFIO platform driver and
>> irqfd/arm.
>>
>> Signed-off-by: Eric Auger <eric.auger@linaro.org>
>>
>> ---
>> v13 -> v14:
>> - update to precise 4.1-rc1, precise the commit and change the title
>>
>> v12 -> v13:
>> - update for 4.1-rc0 headers
>>
>> v10 -> v11:
>> - only includes header modifications related to vfio platform
>>   driver v14 and not those related to
>>   "vfio: type1: support for ARM SMMUS with VFIO_IOMMU_TYPE1"
>>
>> Signed-off-by: Eric Auger <eric.auger@linaro.org>
>> ---
>>  include/standard-headers/linux/virtio_balloon.h |  28 +++-
>>  include/standard-headers/linux/virtio_blk.h     |   8 +-
>>  include/standard-headers/linux/virtio_ids.h     |   1 +
>>  linux-headers/asm-arm/kvm.h                     |   9 +-
>>  linux-headers/asm-arm64/kvm.h                   |   9 +-
>>  linux-headers/asm-mips/kvm.h                    | 164 +++++++++++++++---------
>>  linux-headers/asm-s390/kvm.h                    |   4 +
>>  linux-headers/asm-x86/hyperv.h                  |   2 +
>>  linux-headers/linux/kvm.h                       |  66 +++++++++-
>>  linux-headers/linux/vfio.h                      |   2 +
>>  10 files changed, 223 insertions(+), 70 deletions(-)
> 
> Not trying to be a pain, but have you figured out why the virtio-input
> header is missing for you?
Yep sorry I need to clean my untracked files in my git :-(

Eric
> 

  reply	other threads:[~2015-04-29 15:22 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-29 14:51 [PATCH v14 00/10] KVM platform device passthrough Eric Auger
2015-04-29 14:51 ` [Qemu-devel] " Eric Auger
2015-04-29 14:51 ` [PATCH v14 01/10] linux-headers: update headers according to 4.1-rc1 Eric Auger
2015-04-29 14:51   ` [Qemu-devel] " Eric Auger
2015-04-29 15:19   ` Cornelia Huck
2015-04-29 15:19     ` [Qemu-devel] " Cornelia Huck
2015-04-29 15:28     ` Eric Auger [this message]
2015-04-29 15:28       ` Eric Auger
2015-04-29 14:51 ` [PATCH v14 02/10] hw/vfio/platform: vfio-platform skeleton Eric Auger
2015-04-29 14:51   ` [Qemu-devel] " Eric Auger
2015-04-29 19:30   ` Alex Williamson
2015-04-29 19:30     ` [Qemu-devel] " Alex Williamson
2015-04-29 14:52 ` [PATCH v14 03/10] hw/vfio/platform: add irq assignment Eric Auger
2015-04-29 14:52   ` [Qemu-devel] " Eric Auger
2015-04-29 14:52 ` [PATCH v14 04/10] hw/vfio/platform: calxeda xgmac device Eric Auger
2015-04-29 14:52   ` [Qemu-devel] " Eric Auger
2015-04-29 14:52 ` [PATCH v14 05/10] hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation Eric Auger
2015-04-29 14:52   ` [Qemu-devel] " Eric Auger
2015-04-29 14:52 ` [PATCH v14 06/10] kvm: rename kvm_irqchip_[add, remove]_irqfd_notifier with gsi suffix Eric Auger
2015-04-29 14:52   ` [Qemu-devel] " Eric Auger
2015-04-29 14:52 ` [PATCH v14 07/10] kvm-all.c: add qemu_irq/gsi hash table and utility routines Eric Auger
2015-04-29 14:52   ` [Qemu-devel] " Eric Auger
2015-04-29 14:52 ` [PATCH v14 08/10] intc: arm_gic_kvm: set the qemu_irq/gsi mapping Eric Auger
2015-04-29 14:52   ` [Qemu-devel] " Eric Auger
2015-04-29 14:52 ` [PATCH v14 09/10] sysbus: add irq_routing_notifier Eric Auger
2015-04-29 14:52   ` [Qemu-devel] " Eric Auger
2015-04-30  7:22   ` Peter Crosthwaite
2015-04-30  7:22     ` Peter Crosthwaite
2015-04-29 14:52 ` [PATCH v14 10/10] hw/vfio/platform: add irqfd support Eric Auger
2015-04-29 14:52   ` [Qemu-devel] " Eric Auger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5540F899.6050700@linaro.org \
    --to=eric.auger@linaro.org \
    --cc=alex.williamson@redhat.com \
    --cc=borntraeger@de.ibm.com \
    --cc=cornelia.huck@de.ibm.com \
    --cc=eric.auger@st.com \
    --cc=kvmarm@lists.cs.columbia.edu \
    --cc=patches@linaro.org \
    --cc=pbonzini@redhat.com \
    --cc=peter.crosthwaite@xilinx.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.