test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH 0/3] Add vm power management feature support
@ 2015-07-09  3:36 Yong Liu
  2015-07-09  3:36 ` [dts] [PATCH 1/3] Add VM configuration file for vm power management feature Yong Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yong Liu @ 2015-07-09  3:36 UTC (permalink / raw)
  To: dts

From: Marvin Liu <yong.liu@intel.com>

VM Power Manager would use a hint based mechanism by which a VM can
communicate to a host based governor about its current processing
requirements. By mapping VMs virtual CPUs to physical CPUs the Power Manager
can then make decisions according to some policy as to what power state the
physical CPUs can transition to.

VM Agent shall have the ability to send the following hints to host:
- Scale frequency down
- Scale frequency up
- Reduce frequency to min
- Increase frequency to max

Marvin Liu (3):
  Add VM configuration file for vm power management feature
  Add test plan for vm power management feature
  Add test suite for vm power management feature

 conf/virt_global.cfg                      |   2 -
 conf/vm_power_manager.cfg                 |  42 +++
 test_plans/vm_power_manager_test_plan.rst | 304 +++++++++++++++++++++
 tests/TestSuite_vm_power_manager.py       | 430 ++++++++++++++++++++++++++++++
 4 files changed, 776 insertions(+), 2 deletions(-)
 create mode 100644 conf/vm_power_manager.cfg
 create mode 100644 test_plans/vm_power_manager_test_plan.rst
 create mode 100644 tests/TestSuite_vm_power_manager.py

-- 
1.9.3

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

end of thread, other threads:[~2015-07-09  3:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-09  3:36 [dts] [PATCH 0/3] Add vm power management feature support Yong Liu
2015-07-09  3:36 ` [dts] [PATCH 1/3] Add VM configuration file for vm power management feature Yong Liu
2015-07-09  3:36 ` [dts] [PATCH 2/3] Add test plan " Yong Liu
2015-07-09  3:36 ` [dts] [PATCH 3/3] Add test suite " Yong Liu

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