qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v6 0/4] Create ARM KVM VGIC with device control API
@ 2014-02-18  1:41 Christoffer Dall
  2014-02-18  1:41 ` [Qemu-devel] [PATCH v6 1/4] linux-headers: Update from v3.14-rc3 Christoffer Dall
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Christoffer Dall @ 2014-02-18  1:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: kvmarm, Christoffer Dall

This patch series adds generic support for issuing device control
related ioctls and supports creating the ARM KVM-accelerated VGIC using
the device control API while maintaining backwards compatibility for
older kernels.

Changelogs in the individual patches.  This last series is identical to
v5, but is using an updated Linux kerned header update, which includes
arm64 device control header support, avoiding to completely break arm64
QEMU support.

The patch series based on qemu/master can be found here:
git://git.linaro.org/people/cdall/qemu-arm.git migration/device-ctrl-v6

Christoffer Dall (4):
  linux-headers: Update from v3.14-rc3
  kvm: Introduce kvm_arch_irqchip_create
  kvm: Common device control API functions
  arm: vgic device control api support

 hw/intc/arm_gic_kvm.c            | 22 ++++++++++++++--
 include/hw/intc/arm_gic_common.h |  1 +
 include/sysemu/kvm.h             | 34 +++++++++++++++++++++++++
 kvm-all.c                        | 50 ++++++++++++++++++++++++++++++++++--
 linux-headers/asm-arm/kvm.h      | 28 ++++++++++++++++++++
 linux-headers/asm-arm64/kvm.h    | 30 +++++++++++++++++++++-
 linux-headers/asm-powerpc/kvm.h  |  3 +++
 linux-headers/asm-x86/hyperv.h   | 16 +++++++++---
 linux-headers/linux/kvm.h        |  1 +
 stubs/Makefile.objs              |  1 +
 stubs/kvm.c                      |  7 +++++
 target-arm/kvm.c                 | 55 +++++++++++++++++++++++++++++++++++-----
 target-arm/kvm_arm.h             | 17 ++++++++-----
 trace-events                     |  1 +
 14 files changed, 245 insertions(+), 21 deletions(-)
 create mode 100644 stubs/kvm.c

-- 
1.8.5.2

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-02-25 15:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-18  1:41 [Qemu-devel] [PATCH v6 0/4] Create ARM KVM VGIC with device control API Christoffer Dall
2014-02-18  1:41 ` [Qemu-devel] [PATCH v6 1/4] linux-headers: Update from v3.14-rc3 Christoffer Dall
2014-02-18  1:41 ` [Qemu-devel] [PATCH v6 2/4] kvm: Introduce kvm_arch_irqchip_create Christoffer Dall
2014-02-18  1:41 ` [Qemu-devel] [PATCH v6 3/4] kvm: Common device control API functions Christoffer Dall
2014-02-18  1:42 ` [Qemu-devel] [PATCH v6 4/4] arm: vgic device control api support Christoffer Dall
2014-02-25 15:32 ` [Qemu-devel] [PATCH v6 0/4] Create ARM KVM VGIC with device control API Peter Maydell

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).