Add KVM_SET_ENTITLEMENT ioctl to pass the entitlement to the hypervisor.
Signed-off-by: Michael Wolf
---
cpu-defs.h|1 +
cpus.c|1 +
cpus.h|1 +
kvm-all.c |1 +
linux-headers/linux/kvm.h |2 ++
5 files
The cpu entitlement value will be passed to qemu as part of the cpu parameters.
Add cpu_parse to read this value from the commandline.
Signed-off-by: Michael Wolf
---
qemu-options.hx |7 +--
vl.c| 23 ++-
2 files changed, 27 insertions(+), 3 deletions
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