Displaying 2 results from an estimated 2 matches for "config_hypervisor".
2007 Aug 13
1
[kvm-devel] [PATCH 0/2][KVM] guest time accounting
...correct value. A modified "top(1)" is
> able to display good cpu user time and cpu guest time by subtracting cpu guest
> time from cpu user time.
>
[copying Ingo and Rusty]
The patches look good. A couple of comments:
- perhaps the new fields should be guarded by a #ifdef CONFIG_HYPERVISOR
(selected by CONFIG_KVM)? that way the (minor) additional overhead is
only incurred if it can possibly be used. I imagine that our canine
cousin will want to use this as well.
- I think that there is per-task accounting of user time and system
time; that should be extended as well.
--
er...
2007 Aug 13
1
[kvm-devel] [PATCH 0/2][KVM] guest time accounting
...correct value. A modified "top(1)" is
> able to display good cpu user time and cpu guest time by subtracting cpu guest
> time from cpu user time.
>
[copying Ingo and Rusty]
The patches look good. A couple of comments:
- perhaps the new fields should be guarded by a #ifdef CONFIG_HYPERVISOR
(selected by CONFIG_KVM)? that way the (minor) additional overhead is
only incurred if it can possibly be used. I imagine that our canine
cousin will want to use this as well.
- I think that there is per-task accounting of user time and system
time; that should be extended as well.
--
er...