[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH RFC 0/2] Add guest cpu entitlement reporting
From: |
Michael Wolf |
Subject: |
[Qemu-devel] [PATCH RFC 0/2] Add guest cpu entitlement reporting |
Date: |
Thu, 23 Aug 2012 18:15:11 -0500 |
User-agent: |
StGit/0.15 |
User can be confused by stealtime when running a guest in either a capped or
overcommitted cpu environment. The user has concerns that they are not
receiving their full cpu allotment when steal time shows up in the accounting
tools. So add a cpu entitlement. This entitlement will be used to compute the
amount of steal time display by the accounting tools.
Michael Wolf (2):
The cpu entitlement value will be passed to qemu as part of the cpu
parameters.
Add an ioctl to pass the entitlement information from qemu to the
hypervisor.
---
cpu-defs.h | 1 +
cpus.c | 1 +
cpus.h | 1 +
kvm-all.c | 1 +
linux-headers/linux/kvm.h | 2 ++
qemu-options.hx | 7 +++++--
vl.c | 22 +++++++++++++++++++++-
7 files changed, 32 insertions(+), 3 deletions(-)
- [Qemu-devel] [PATCH RFC 0/2] Add guest cpu entitlement reporting,
Michael Wolf <=