qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] Add guest PMU in machine virt


From: Shannon Zhao
Subject: [Qemu-devel] [PATCH 0/3] Add guest PMU in machine virt
Date: Fri, 25 Mar 2016 17:46:18 +0800

From: Shannon Zhao <address@hidden>

KVM-ARM64 supports guest PMU now. This series add the support in machine
virt so that guest could use PMU.

Shannon Zhao (3):
  target-arm: kvm64: set guest PMUv3 feature bit if supported
  hw/arm/virt: Add PMU node for virt machine
  hw/arm/virt-acpi-build: Add PMU IRQ number in ACPI table

 hw/arm/virt-acpi-build.c      |  3 +++
 hw/arm/virt.c                 | 31 ++++++++++++++++++++++++
 include/hw/arm/virt.h         |  2 ++
 include/sysemu/kvm.h          |  1 +
 linux-headers/asm-arm64/kvm.h |  6 +++++
 linux-headers/linux/kvm.h     |  2 ++
 stubs/kvm.c                   |  5 ++++
 target-arm/cpu-qom.h          |  2 ++
 target-arm/kvm64.c            | 56 +++++++++++++++++++++++++++++++++++++++++++
 9 files changed, 108 insertions(+)

-- 
2.0.4





reply via email to

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