qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [RFC PATCH v3 0/4] Create ARM KVM VGIC with device control


From: Christoffer Dall
Subject: [Qemu-devel] [RFC PATCH v3 0/4] Create ARM KVM VGIC with device control API
Date: Mon, 18 Nov 2013 22:16:32 -0800

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.

This is an RFC patch set because it relies on kernel header changes that
are not yet upstream.

Changelogs in the individual patches.

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

Christoffer Dall (4):
  kvm: Update headers for device control api
  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      |  8 ++++++
 linux-headers/linux/kvm.h        |  5 ++++
 stubs/Makefile.objs              |  1 +
 stubs/kvm.c                      |  7 +++++
 target-arm/kvm.c                 | 55 +++++++++++++++++++++++++++++++++++-----
 target-arm/kvm_arm.h             | 17 ++++++++-----
 trace-events                     |  1 +
 11 files changed, 184 insertions(+), 17 deletions(-)
 create mode 100644 stubs/kvm.c

-- 
1.8.4.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]