1 Dec 03:06
simulating virtual machine manager (hypervisor)
Hamoun gh <hamoun.gh <at> gmail.com>
2009-12-01 02:06:16 GMT
2009-12-01 02:06:16 GMT
I am trying to simulate a hypervisor with its guest OSs as customers waiting for cpu (each OS has a cpu access pattern-no IO here). Unlike when processes share cpu, here each cpu share of OS is defined earlier and the scheduling should guarantee that. Another important thing is that even though the OS might have the cpu, it might not use it. I am wondering if there exists a clean way to do this using existing constructs or is it better to extend Resource class for this task. Also I am wondering if there is any attribute in Resource that I can use to derive utilization. Thank you, Hamoun Ghanbari ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev
RSS Feed