qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Auger Eric <eric.auger@redhat.com>
To: Pavel Fedin <p.fedin@samsung.com>, qemu-devel@nongnu.org
Cc: Diana Craciun <diana.craciun@freescale.com>,
	Shlomo Pongratz <shlomo.pongratz@huawei.com>,
	Shlomo Pongratz <shlomopongratz@gmail.com>,
	Peter Maydell <peter.maydell@linaro.org>,
	Christoffer Dall <christoffer.dall@linaro.org>,
	Andrew Jones <drjones@redhat.com>
Subject: Re: [Qemu-devel] [RFC PATCH v3 0/5] vITS support
Date: Tue, 28 Jun 2016 08:41:41 +0200	[thread overview]
Message-ID: <79f99759-db54-605b-0c42-edb5c26c8ad5@redhat.com> (raw)
In-Reply-To: <cover.1448359515.git.p.fedin@samsung.com>

Dear all,

On 24/11/2015 11:13, Pavel Fedin wrote:
> This series introduces support for in-kernel GICv3 ITS emulation.
> It is based on kernel API which is not released yet, therefore i post
> it as an RFC.
> 
> Kernel patch sets which implement this functionality are:
> - [PATCH v3 00/16] KVM: arm64: GICv3 ITS emulation
>   http://www.spinics.net/lists/kvm/msg121878.html
> - [PATCH v3 0/7] KVM: arm/arm64: gsi routing support
>   http://www.spinics.net/lists/kvm/msg119567.html

For testing KVM/ARM gsi routing and KVM ARM PCIe/MSI passthrough with
GICv3 ITS I intend to work on the respin of this series. I now have
access to a host featuring GICv3 ITS. Does anyone currently work on this
topic or intend to do so in short term or can I proceed?

Best Regards

Eric
> 
> v2 => v3:
> - Really added unmigratable flag, was overlooked in v2
> - Fixed checkpatch issue with initializing static variable to zero
> 
> v1 => v2:
> - Added registers and reset method
> - Added unmigratable flag
> - Rebased on top of current master, use kvm_arch_fixup_msi_route() now
> 
> Pavel Fedin (5):
>   hw/intc: Implement ITS base class
>   kernel: Add vGICv3 ITS definitions
>   kvm_arm: Pass requester ID to MSI routing functions
>   kvm_arm: Implement support for ITS emulation by KVM
>   arm/virt: Add ITS to the virt board
> 
>  hw/arm/virt.c                          |  47 ++++++++--
>  hw/intc/Makefile.objs                  |   2 +
>  hw/intc/arm_gicv3_its_common.c         | 155 +++++++++++++++++++++++++++++++++
>  hw/intc/arm_gicv3_its_kvm.c            |  88 +++++++++++++++++++
>  include/hw/intc/arm_gicv3_its_common.h |  72 +++++++++++++++
>  linux-headers/asm-arm64/kvm.h          |   1 +
>  linux-headers/linux/kvm.h              |   9 +-
>  target-arm/kvm.c                       |   6 ++
>  target-arm/kvm_arm.h                   |  13 +++
>  target-arm/machine.c                   |  16 ++++
>  10 files changed, 401 insertions(+), 8 deletions(-)
>  create mode 100644 hw/intc/arm_gicv3_its_common.c
>  create mode 100644 hw/intc/arm_gicv3_its_kvm.c
>  create mode 100644 include/hw/intc/arm_gicv3_its_common.h
> 

  parent reply	other threads:[~2016-06-28  6:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-24 10:13 [Qemu-devel] [RFC PATCH v3 0/5] vITS support Pavel Fedin
2015-11-24 10:13 ` [Qemu-devel] [RFC PATCH v3 1/5] hw/intc: Implement ITS base class Pavel Fedin
2015-11-27 15:35   ` Peter Maydell
2015-11-30  7:09     ` Pavel Fedin
2015-11-29  8:10   ` Shannon Zhao
2015-11-24 10:13 ` [Qemu-devel] [RFC PATCH v3 2/5] kernel: Add vGICv3 ITS definitions Pavel Fedin
2015-11-24 10:13 ` [Qemu-devel] [RFC PATCH v3 3/5] kvm_arm: Pass requester ID to MSI routing functions Pavel Fedin
2015-11-27 15:45   ` Peter Maydell
2015-11-30  6:41     ` Pavel Fedin
2015-11-24 10:13 ` [Qemu-devel] [RFC PATCH v3 4/5] kvm_arm: Implement support for ITS emulation by KVM Pavel Fedin
2015-11-27 15:47   ` Peter Maydell
2015-11-24 10:13 ` [Qemu-devel] [RFC PATCH v3 5/5] arm/virt: Add ITS to the virt board Pavel Fedin
2015-11-27 16:18   ` Peter Maydell
2015-11-28  3:55     ` Shannon Zhao
2016-06-28  6:41 ` Auger Eric [this message]
2016-06-28  8:25   ` [Qemu-devel] [RFC PATCH v3 0/5] vITS support Christoffer Dall
2016-06-29  6:45     ` Auger Eric

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=79f99759-db54-605b-0c42-edb5c26c8ad5@redhat.com \
    --to=eric.auger@redhat.com \
    --cc=christoffer.dall@linaro.org \
    --cc=diana.craciun@freescale.com \
    --cc=drjones@redhat.com \
    --cc=p.fedin@samsung.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=shlomo.pongratz@huawei.com \
    --cc=shlomopongratz@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).