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