From: Eric Auger <eric.auger@linaro.org>
To: eric.auger@st.com, eric.auger@linaro.org, qemu-devel@nongnu.org,
alex.williamson@redhat.com, peter.maydell@linaro.org,
agraf@suse.de, b.reynal@virtualopensystems.com
Cc: kim.phillips@freescale.com, patches@linaro.org,
a.rigo@virtualopensystems.com, pbonzini@redhat.com,
kvmarm@lists.cs.columbia.edu, christoffer.dall@linaro.org
Subject: [Qemu-devel] [PATCH v11 8/9] linux-headers: update arm/arm64 KVM headers for irqfd
Date: Thu, 19 Mar 2015 10:05:37 +0000 [thread overview]
Message-ID: <1426759538-18030-9-git-send-email-eric.auger@linaro.org> (raw)
In-Reply-To: <1426759538-18030-1-git-send-email-eric.auger@linaro.org>
Update according to arm/arm64 kvm.h headers found in
ssh://git.linaro.org/people/eric.auger/linux.git
branch irqfd_v9_stdalone_official_release
Signed-off-by: Eric Auger <eric.auger@linaro.org>
---
| 3 +++
| 3 +++
2 files changed, 6 insertions(+)
--git a/linux-headers/asm-arm/kvm.h b/linux-headers/asm-arm/kvm.h
index 0db25bc..2499867 100644
--- a/linux-headers/asm-arm/kvm.h
+++ b/linux-headers/asm-arm/kvm.h
@@ -198,6 +198,9 @@ struct kvm_arch_memory_slot {
/* Highest supported SPI, from VGIC_NR_IRQS */
#define KVM_ARM_IRQ_GIC_MAX 127
+/* One single KVM irqchip, ie. the VGIC */
+#define KVM_NR_IRQCHIPS 1
+
/* PSCI interface */
#define KVM_PSCI_FN_BASE 0x95c1ba5e
#define KVM_PSCI_FN(n) (KVM_PSCI_FN_BASE + (n))
--git a/linux-headers/asm-arm64/kvm.h b/linux-headers/asm-arm64/kvm.h
index 3ef77a4..c154c0b 100644
--- a/linux-headers/asm-arm64/kvm.h
+++ b/linux-headers/asm-arm64/kvm.h
@@ -191,6 +191,9 @@ struct kvm_arch_memory_slot {
/* Highest supported SPI, from VGIC_NR_IRQS */
#define KVM_ARM_IRQ_GIC_MAX 127
+/* One single KVM irqchip, ie. the VGIC */
+#define KVM_NR_IRQCHIPS 1
+
/* PSCI interface */
#define KVM_PSCI_FN_BASE 0x95c1ba5e
#define KVM_PSCI_FN(n) (KVM_PSCI_FN_BASE + (n))
--
1.8.3.2
next prev parent reply other threads:[~2015-03-19 10:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-19 10:05 [Qemu-devel] [PATCH v11 0/9] KVM platform device passthrough Eric Auger
2015-03-19 10:05 ` [Qemu-devel] [PATCH v11 1/9] linux-headers: update VFIO header for VFIO platform/amba drivers Eric Auger
2015-03-19 10:05 ` [Qemu-devel] [PATCH v11 2/9] hw/vfio/platform: vfio-platform skeleton Eric Auger
2015-03-19 10:05 ` [Qemu-devel] [PATCH v11 3/9] hw/vfio/platform: add irq assignment Eric Auger
2015-03-19 10:05 ` [Qemu-devel] [PATCH v11 4/9] hw/vfio/platform: add capability to start IRQ propagation Eric Auger
2015-03-19 10:05 ` [Qemu-devel] [PATCH v11 5/9] hw/arm/virt: start VFIO " Eric Auger
2015-03-19 10:05 ` [Qemu-devel] [PATCH v11 6/9] hw/vfio/platform: calxeda xgmac device Eric Auger
2015-03-19 10:05 ` [Qemu-devel] [PATCH v11 7/9] hw/arm/sysbus-fdt: enable vfio-calxeda-xgmac dynamic instantiation Eric Auger
2015-03-19 10:05 ` Eric Auger [this message]
2015-03-19 10:05 ` [Qemu-devel] [PATCH v11 9/9] hw/vfio/platform: add irqfd support 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=1426759538-18030-9-git-send-email-eric.auger@linaro.org \
--to=eric.auger@linaro.org \
--cc=a.rigo@virtualopensystems.com \
--cc=agraf@suse.de \
--cc=alex.williamson@redhat.com \
--cc=b.reynal@virtualopensystems.com \
--cc=christoffer.dall@linaro.org \
--cc=eric.auger@st.com \
--cc=kim.phillips@freescale.com \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=patches@linaro.org \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--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 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).