qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH RFC 0/2] Add guest cpu entitlement reporting
@ 2012-08-23 23:15 Michael Wolf
  2012-08-23 23:15 ` [Qemu-devel] [PATCH RFC 1/2] Parse the cpu entitlement from the qemu commandline Michael Wolf
  2012-08-23 23:15 ` [Qemu-devel] [PATCH RFC 2/2] Add an ioctl to pass the entitlement information from qemu to the hypervisor Michael Wolf
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Wolf @ 2012-08-23 23:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori, mtosatti, stefanha, avi

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-08-25  7:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-23 23:15 [Qemu-devel] [PATCH RFC 0/2] Add guest cpu entitlement reporting Michael Wolf
2012-08-23 23:15 ` [Qemu-devel] [PATCH RFC 1/2] Parse the cpu entitlement from the qemu commandline Michael Wolf
2012-08-25  7:54   ` Blue Swirl
2012-08-23 23:15 ` [Qemu-devel] [PATCH RFC 2/2] Add an ioctl to pass the entitlement information from qemu to the hypervisor Michael Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).